Metadata-Version: 2.1
Name: teselagen
Version: 0.4.2
Summary: Teselagen Biotechnology API client
Home-page: https://github.com/TeselaGen/api-client
License: MIT
Keywords: Synthetic Biology,Teselagen,DBTL,CRISPR,DNA Assembly
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9.6,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: SecretColors (>=1.2.4,<2.0.0)
Requires-Dist: dna_features_viewer (>=3.0.3,<4.0.0)
Requires-Dist: fastaparser (>=1.1,<2.0)
Requires-Dist: openpyxl (>=3.0.7,<4.0.0)
Requires-Dist: pandas (>=1.1.5,<2.0.0)
Requires-Dist: pytest (>=5.4.3,<6.0.0)
Requires-Dist: pytest-cov (>=2.12.1,<3.0.0)
Requires-Dist: pytest-datadir (>=1.3.1,<2.0.0)
Requires-Dist: pytest-notebook (>=0.6.1,<0.7.0)
Requires-Dist: pytest-xdist (>=1.34.0,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: requests-mock (>=1.9.3,<2.0.0)
Requires-Dist: setuptools (>=45.1.0,<46.0.0)
Requires-Dist: single_version (>=1.5.1,<2.0.0)
Requires-Dist: tenacity (>=8.0.0,<9.0.0)
Requires-Dist: tqdm (>=4.61.2,<5.0.0)
Project-URL: Repository, https://github.com/TeselaGen/api-client
Description-Content-Type: text/markdown

# TeselaGen Python Tools.

This package includes some Python tools to use in combination with TeselaGen platform.
These tools includes _TeselaGen Python API Client_ 

This package runs on Python 3.6 and above.

**NOTE :** All the following commands are supposed to be run on the `base` directory, unless specified.

## Library Installation
This library contains the TeselaGen Python API Client.

To install it locally,

1. By using PIP

    Use `pip install teselagen`



