Metadata-Version: 2.1
Name: dbnomics-fetcher-toolbox
Version: 0.0.4
Summary: Toolbox of functions and data types helping writing DBnomics fetchers.
Home-page: https://git.nomics.world/dbnomics/dbnomics-fetcher-toolbox
Author: DBnomics Team
Author-email: contact@nomics.world
License: AGPLv3+
Description: # dbnomics-fetcher-toolbox
        
        Toolbox of functions and data types helping writing DBnomics fetchers.
        
        ## Documentation
        
        Cf https://dbnomics-fetcher-toolbox.readthedocs.io/en/latest/
        
        ## Contributing
        
        ### Documentation
        
        To contribute to the documentation, install:
        
        ```
        pip install --editable .[doc]
        pip install sphinx-autobuild
        ```
        
        Then launch:
        
        ```
        sphinx-autobuild --watch dbnomics_fetcher_toolbox doc doc/_build/html
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
