Metadata-Version: 2.1
Name: tyko
Version: 0.1rc4
Summary: Tyko library.
Author-email: Jorge Cardona <jorge@cardona.co>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: requests>=2.27
Requires-Dist: unidecode>=1.3
Requires-Dist: mkdocs ; extra == "docs"
Requires-Dist: mkdocstrings ; extra == "docs"
Requires-Dist: pytkdocs[numpy-style] ; extra == "docs"
Requires-Dist: mkdocs-include-markdown-plugin ; extra == "docs"
Requires-Dist: shared-memory38 ; extra == "py37"
Requires-Dist: requests-mock ; extra == "test"
Requires-Dist: mockfs ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: coverage ; extra == "test"
Project-URL: Documentation, https://tyko.readthedocs.io/en/latest
Project-URL: Issues, https://gitlab.com/tyko-ai/tyko/-/issues
Project-URL: Source, https://gitlab.com/tyko-ai/tyko
Provides-Extra: docs
Provides-Extra: py37
Provides-Extra: test

# Tyko

# Running tests

The simplest way to run tests is using the command `tox`.

## Installation

Install via pypi

```bash
pip install tyko
```

#


## Examples

