Metadata-Version: 2.0
Name: biomaj-cli
Version: 3.1.1
Summary: BioMAJ command line tool
Home-page: http://biomaj.genouest.org
Author: Olivier Sallou
Author-email: olivier.sallou@irisa.fr
License: UNKNOWN
Download-URL: http://biomaj.genouest.org
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: requests

# About

Package to use BioMAJ providing biomaj-cli

# Example

    biomaj-cli.py --proxy http://biomaj-public-proxy --api-key XYZ_MYAPIKEY --update --bank Anopheles_gambiae

To get help usage:

    biomaj-cli -h

 If proxy is not specifed, a monolitic and local BioMAJ installation is expected

 To create users, see biomaj-user repo or BioMAJ wiki


3.1.1:
  Use biomaj daemon utils for options management
  Fix config setup when using local install
  Rename biomaj-daemon-cli to biomaj-cli
3.1.0:
  Create client for biomaj with micro services


