Metadata-Version: 2.1
Name: text_to_list
Version: 0.0.1
Summary: Example PyPI (Python Package Index) Package
Home-page: https://github.com/natgho/text_to_list
Author: Sezer BOZKIR
Author-email: admin@sezerbozkir.com
Project-URL: Documentation, https://github.com/natgho/text_to_list
Project-URL: Bug Reports, https://github.com/natgho/text_to_list/issues
Project-URL: Source Code, https://github.com/natgho/text_to_list
Keywords: example,pypi,package
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# How to Install
```shell
pip install text_to_list
```
# How to Use It
```python
from text_to_list import text_to_list
text_to_list("Sample Sentence for Library")
```
