Metadata-Version: 2.1
Name: teselagen
Version: 0.3.1
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.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: dna_features_viewer (>=3.0.3,<4.0.0)
Requires-Dist: fastaparser (>=1.1,<2.0)
Requires-Dist: pandas (>=1.0.0,<2.0.0)
Requires-Dist: pytest (>=5.3.5,<6.0.0)
Requires-Dist: pytest-cov (>=2.8.1,<3.0.0)
Requires-Dist: pytest-notebook (>=0.6.1,<0.7.0)
Requires-Dist: pytest-xdist (>=1.31.0,<2.0.0)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: requests-mock (>=1.8,<2.0)
Requires-Dist: setuptools (>=45.1.0,<46.0.0)
Requires-Dist: single_version (>=1.5.1,<2.0.0)
Requires-Dist: tqdm (>=4.53.0,<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`



