Metadata-Version: 2.1
Name: pytmtk
Version: 0.0.1
Summary: Topic Modeling Toolkit with Multiple Methods
Home-page: UNKNOWN
Author: Earthling
Author-email: Earthling@Earth.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# pytmtk

Topic Modeling Toolkit with Multiple Methods

## Installation
```pip
pip install pytmtk==0.0.1
```

## License
This project follows the MIT license.


