Metadata-Version: 2.1
Name: py_vectorbase_utils
Version: 0.2.1
Summary: Collection of utilities to use VectorBase with python.
Home-page: https://gitlab.com/RomainFeron/py_vectorbase_utils
Author: Romain Feron
Author-email: romain.feron.91@gmail.com
License: GPLv3
Description: 
        # py_vectorbase_utils
        
        Collection of utilities to use VectorBase with python.
        Currently implemented utilities:
          - Genome downloader: download the latest assembly from a species name (`<genus>_<species>`)
        
        ## Installation
        
        ### Get the latest release with pip
        
        ```bash
        pip3 install py-vectorbase-utils
        ```
        
        ### Get the latest version from GitLab
        
        ```bash
        git clone git@gitlab.com:RomainFeron/py_vectorbase_utils.git
        sudo python3 setup.py install
        ```
        
        ## Usage
        
        A minimal example is provided in `example.py`.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
