Metadata-Version: 2.1
Name: gene-connector-cli
Version: 0.6.3
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
Requires-Dist: bibtexparser ==1.4.0
Requires-Dist: pickledb ==0.9.2
Requires-Dist: typing-extensions ==4.7.1 ; python_version < "3.12" and python_version >= "3.8"
Requires-Dist: pyparsing ==2.4.7 ; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
Requires-Dist: clean-base ==0.1.2 ; python_version >= "3.11"
Requires-Dist: numpy ==1.24.4 ; python_version >= "3.11"
Requires-Dist: unidecode ==1.3.6 ; python_version >= "3.5"
Requires-Dist: attrs ==23.1.0 ; python_version >= "3.7"
Requires-Dist: biopython ==1.81 ; python_version >= "3.7"
Requires-Dist: click ==8.1.7 ; python_version >= "3.7"
Requires-Dist: multimethod ==1.9.1 ; python_version >= "3.7"
Requires-Dist: mypy-extensions ==1.0.0 ; python_version >= "3.7"
Requires-Dist: packaging ==23.1 ; python_version >= "3.7"
Requires-Dist: pandera ==0.16.1 ; python_version >= "3.7"
Requires-Dist: pydantic ==1.10.12 ; python_version >= "3.7"
Requires-Dist: typing-inspect ==0.9.0 ; python_version >= "3.7"
Requires-Dist: colorama ==0.4.6 ; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.0"
Requires-Dist: wrapt ==1.15.0 ; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
Requires-Dist: pandas ==2.0.3 ; python_version >= "3.8"
Requires-Dist: pytz ==2023.3.post1 ; python_version >= "3.8"
Requires-Dist: typeguard ==4.1.4 ; python_version >= "3.8"
Requires-Dist: tzdata ==2023.3 ; python_version >= "3.8"
Requires-Dist: python-dateutil ==2.8.2 ; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
Requires-Dist: six ==1.16.0 ; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"

# 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.
