Metadata-Version: 2.1
Name: smallparts
Version: 0.1.0
Summary: A humble collection of convenience modules for use with Python 3
Home-page: https://github.com/blackstream-x/smallparts
Author: Rainer Schwarzbach
Author-email: rainer@blackstream.de
License: UNKNOWN
Project-URL: Documentation, https://github.com/blackstream-x/smallparts/blob/master/docs/README.md
Project-URL: Source, https://github.com/blackstream-x/smallparts
Project-URL: Tracker, https://github.com/blackstream-x/smallparts/issues
Description: # Smallparts
        
        A humble collection of convenience modules for use with Python 3
        
        This project mainly focuses on text conversion.
        The Python package documentation can be found
        [here](https://github.com/blackstream-x/smallparts/tree/master/docs "docs/ subdirectory of the GitHub project").
        
        ----
        
        Note: this project is forked off a sample project that exists for
        PyPUG's "Tutorial on Packaging and Distributing Projects"
        (<https://github.com/pypa/sampleproject>).
        Apart from the basic structure of the package,
        this project shares nothing in commmon with its parent.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: General
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 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
