Metadata-Version: 2.1
Name: pepdbagent
Version: 0.2.2
Summary: A python-based project metadata manager for portable encapsulated projects
Home-page: https://github.com/pepkit/pepdbagent/
Author: Oleksandr Khoroshevskyi
License: BSD2
Keywords: project,metadata,bioinformatics,database
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pepdbagent

pepdbagent is a python library and toolkit that gives a user user-friendly 
interface to connect and retrieve information from pep-db.

It provides a various comprehensive functions that enables user to retrieve 
projects, annotations, sets and other information from pep-db.

**pep-db** is and postgres database created for storing [PEPs](http://pep.databio.org/en/latest/). 
**pep-db** is a backend database for PEPhub. It enables storing huge projects and provides fast speed.

Here you can find more information with tutorials:

- [pep-db installation](./docs/db_tutorial.md)
- [pedbagent](./docs/tutorial.md)
