Metadata-Version: 2.1
Name: pubmad
Version: 1.0.1
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

## How to use the no-code interface

Run the server with the following commands:

> export FLASK_APP=server

> python server.py

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

> npm start

## How to use pubmad pyp library

To perform installation run:

> pip install pubmad

Then check out the documentation to look at the available commands (https://pier297.github.io/ProgettoBIO/) or look at demo.ipynb notebook to get an overview of potential use of the commands.




