Metadata-Version: 2.1
Name: bycon
Version: 1.0.65
Summary: A Python-based environment for the Beacon v2 genomics API
Home-page: https://github.com/progenetix/bycon
Author: Michael Baudis
Author-email: contact@progenetix.org
Project-URL: Bug Reports, https://github.com/progenetix/bycon/issues
Project-URL: Source, https://github.com/progenetix/bycon/
Keywords: genomics,Beacon
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: base36
Requires-Dist: isodate
Requires-Dist: Cython
Requires-Dist: json-ref-dict
Requires-Dist: liftover
Requires-Dist: numpy
Requires-Dist: progress
Requires-Dist: pyhumps
Requires-Dist: pymongo
Requires-Dist: PyYAML
Requires-Dist: ruamel.yaml

[![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/)

# Bycon - a Python-based environment for the Beacon v2 genomics API

The `bycon` project - at least at its current stage - is a mix of _Progenetix_ (i.e. GA4GH object model derived, _MongoDB_ implemented) - data management, and the implementation of middleware & server for the Beacon API.

In its current state the `bycon` package is undergoing a transition from resource
specific to general use environment. There is still some entanglement between
code and use case specific definitions (e.g. database definitions inside the
distribution) though this is (early 2023) in a process of "disentanglement".

## More Documentation

Documentation has been moved to [`bycon.progenetix.org`](http://bycon.progenetix.org).
W/ the rapid code development it is recommended to keep following the [Changes](http://bycon.progenetix.org/changes-todo/)
page.

### Installation

The installation is documented [`on the website`](http://bycon.progenetix.org/installation/)
(and in the page's Markdown [source here](./docs/installation.md)).

Since version `1.0.55` (2023-06-22) additional "services" may be installed from
the [`byconaut`](https://github.com/progenetix/byconaut/) repository.
