Metadata-Version: 2.1
Name: gene-connector-cli
Version: 0.6.2
Summary: The Gene-Connector command line interface
Author-email: Samuel Galvão Elias <sgelias@outlook.com>
Project-URL: Homepage, https://github.com/sgelias/gene-connector-cli
Keywords: DNA,Bioinformatics,Phylogeny,Genomics,Genetics
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# Gene Connector (gcon)

___

Genbank currently stands as one of the most significant global repositories of genetic information.

[![Licence](https://img.shields.io/pypi/l/gene-connector-cli?style=for-the-badge)](LICENSE)
[![Github Version](https://img.shields.io/github/v/tag/sgelias/gene-connector-cli?style=for-the-badge)](pyproject.toml)
[![PyPI Version](https://img.shields.io/pypi/v/gene-connector-cli?style=for-the-badge)](pyproject.toml)

___

See [project source code](https://github.com/sgelias/gene-connector-cli) for details.

See [documentation](https://github.com/sgelias/gene-connector-cli/blob/main/docs/README.md) for details.

___

## Installation ⚙️

Recommended installation is using `pip`. However alternative installations are also possible. See [installation guide](https://github.com/sgelias/gene-connector-cli/blob/main/docs/book/01_installation.md) for details.

## Usage 👨🏽‍💻

Gene Connector is a command line interface (CLI) tool, them main command being `gcon`, available after installation. See [usage guide](https://github.com/sgelias/gene-connector-cli/blob/main/docs/book/02_usage.md) for details.

## Project Architecture and Structure 🏛️

See [project structure](https://github.com/sgelias/gene-connector-cli/blob/main/docs/book/03_project_structure.md) for details.

## Data Modelling 🏗️

See [data modelling](https://github.com/sgelias/gene-connector-cli/blob/main/docs/book/04_data_modelling.md) for details.
