Metadata-Version: 2.1
Name: biomaj-core
Version: 3.0.16
Summary: BioMAJ core library
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: future
Requires-Dist: elasticsearch
Requires-Dist: requests

# Biomaj

Biomaj core library


Properties can be overriden by environment variables with pattern BIOMAJ_X_Y_Z for property x.y.z

Example:

use BIOMAJ_LDAP_HOST for ldap.host


3.0.16:
  Add some warnings if some file is missing
3.0.15:
  Fix check on bank properties config file when args is empty vs not defined
3.0.14:
  Fix checks on local_endpoint_XXX in config.yml
  In rabbitmq not defined on config.yml add an empty dict
3.0.13:
  Add archive integrity checks
3.0.12:
  Add irods support
3.0.11:
  Add get_module_version static method, checks module version and latest version on pypi
  Allow .args fo process to be empty
3.0.10:
  Add env variables WEB_LOCAL_ENDPOINT_XX with XX as a service (defined in utils.py Utils.services) to define an endpoint per service
3.0.9:
  #1 Add checks on bank properties
3.0.8:
  Add DOCKER_URL, MONGO_URL, MONGO_DB env variable in override
  Do not fail on elasticsearch index creation, just log
  Add rsync check
3.0.7:
  set logging only if necessary
3.0.6:
  Fix configparser import for python 2 vs 3
3.0.5:
  Add config override with env variables
3.0.4:
  Code cleanup
3.0.3:
  Put index management in core
3.0.2:
  Add missing deps
3.0.1:
  Add README etc..
3.0.0:
  separation of biomaj and biomaj_core


