Metadata-Version: 2.1
Name: pubmad
Version: 1.0
Summary: Useful tools to work with biology
Home-page: https://github.com/Pier297/ProgettoBIO
Author: Jacopo Bandoni, Pier Paolo Tarasco, William Simoni, Marco Natali
Author-email: bandoni.jacopo@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# ProgettoBIO

The documentation can be seen at https://pier297.github.io/ProgettoBIO/

## To run the server

> export FLASK_APP=server

> python server.py

Then head over to the react client (https://github.com/Pier297/BioSearch)
and execute:

> npm start

To generate the doc run:

> pdoc -o docs/ pubmad/pipeline.py pubmad/utils.py pubmad/types.py --logo logo.png



