Metadata-Version: 2.1
Name: textman
Version: 0.0.1
Summary: some methods of number theory
Home-page: UNKNOWN
Author: Rahul Golder
Author-email: rahulgolder0202@gmail.com
Maintainer: Rahul Golder
License: MIT
Keywords: text
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

This Package is motivated as a Text Data Manipulator
Following Files:
main.py -> Contains Running parameters of the Library
__init__.py -> An empty python file
vocabulary.py -> Contains function for vocabulary management
translator.py -> Contains functions for text data Translation
analyser.py -> Contains function for text data analysis
modifier.py -> Contains functions for modifying text data
setup.py -> Contains Setup Configuration Data

CHANGELOG.txt -> Contains Version History of the Library
LICENSE.txt -> License for the release of the package
MANIFEST.ini -> Contains different filetypes required for the Package


Change Log
==========

0.0.1 (06/06/2022)
-------------------
- First Release

