Metadata-Version: 2.1
Name: dstl
Version: 0.0.2
Summary: DataSet TransLation (DSTL) provides utilities to translate annotated natural language data from one language to another.
Home-page: https://github.com/kabirkhan/dstl
License: UNKNOWN
Author: Kabir Khan
Author-email: kabirkhan1137@outlook.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: httpx >=0.14,<1.0
Requires-Dist: pydantic >=1.5,<1.6
Requires-Dist: spacy >=2.3,<2.4
Requires-Dist: torch >=1.6.0,<1.7.0
Requires-Dist: transformers >=3.0.0,<3.1.0
Requires-Dist: typer >=0.3.1,<1.0
Requires-Dist: colorama ; extra == "all"
Requires-Dist: click-completion ; extra == "all"
Requires-Dist: jupyterlab >= 1.2.0, <1.3 ; extra == "dev"
Requires-Dist: ipywidgets ; extra == "dev"
Requires-Dist: autoflake >=1.3.1,<2.0.0 ; extra == "dev"
Requires-Dist: flake8 >=3.8.3,<4.0.0 ; extra == "dev"
Requires-Dist: mkdocs >=1.1.2,<2.0.0 ; extra == "doc"
Requires-Dist: mkdocs-material >=5.4.0,<6.0.0 ; extra == "doc"
Requires-Dist: markdown-include >=0.5.1,<0.6.0 ; extra == "doc"
Requires-Dist: mkdocstrings ; extra == "doc"
Requires-Dist: pytest == 5.3.0 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: coverage ; extra == "test"
Requires-Dist: pytest-xdist ; extra == "test"
Requires-Dist: pytest-sugar ; extra == "test"
Requires-Dist: mypy ; extra == "test"
Requires-Dist: black ; extra == "test"
Requires-Dist: isort ; extra == "test"
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

<p align="center">
  <a href="https://kabirkhan.github.io/dstl"><img src="https://kabirkhan.github.io/dstl/img/dstl.svg" alt="dstl"></a>
</p>
<p align="center">
    <em>DataSet TransLation (DSTL) provides utilities to translate annotated natural language data from one language to another.</em>
</p>
<p align="center">
<a href="https://pypi.org/project/dstl" target="_blank">
    <img src="https://img.shields.io/pypi/v/dstl?style=for-the-badge" alt="PyPi Package version">
</a>
<a href="https://dev.azure.com/kabirkhan1137/dstl/_build?definitionId=4" target="_blank">
    <img alt="Azure Pipelines Build badge" src="https://img.shields.io/azure-devops/build/kabirkhan1137/dstl/kabirkhan.dstl?style=for-the-badge">
</a>
<a href="https://codecov.io/gh/kabirkhan/dstl" rel="nofollow">
  <img alt="Codecov badge" src="https://img.shields.io/codecov/c/gh/kabirkhan/dstl?style=for-the-badge" style="max-width:100%;">
</a>

<a href="https://pypi.org/project/dstl" target="_blank">
    <img src="https://img.shields.io/pypi/l/dstl?style=for-the-badge" alt="PyPi Package license">
</a>
</p>

---

**Documentation**: <a href="https://kabirkhan.github.io/dstl" target="_blank">https://kabirkhan.github.io/dstl</a>

**Source Code**: <a href="https://github.com/kabirkhan/dstl" target="_blank">https://github.com/kabirkhan/dstl</a>

---

* **Type Hints**: Comprehensive Typing system based on Python 3.6+ Type Hints

## Requirements

Python 3.6+

## Installation

<div class="termy">

```console
$ pip install dstl
---> 100%
Successfully installed dstl
```

</div>

## License

This project is licensed under the terms of the MIT license.

