Metadata-Version: 2.1
Name: pepdbagent
Version: 0.3.0
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
Requires-Dist: psycopg2-binary
Requires-Dist: logmuse
Requires-Dist: peppy (>=0.35.4)
Requires-Dist: ubiquerg (>=0.6.2)
Requires-Dist: coloredlogs (>=15.0.1)
Requires-Dist: pytest-mock
Requires-Dist: pydantic

# pepdbagent

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

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

Before using pepdbagent, you should install or have access to pep-db.

To install pep-db you can use this tutorial:
- [pep-db installation](./docs/db_tutorial.md)


pepdbagent tutorial is here:
- [pedbagent](./docs/README.md)
