Metadata-Version: 2.1
Name: py3collections
Version: 0.1.2
Summary: Collection of python tools for different scenarios.
Home-page: https://github.com/endalk200/py_tools
Author: Endalkachew Biruk
Author-email: eb808826@gmail.com
License: UNKNOWN
Description: # Py3Collections
        
        Py3Collections is colletion of python scripts, modules and packages that are usefull in variety of
        situations. The modules and packages include collection of usefull python scripts that can be used
        by importing in your python code.
        
        This package also contains some python scripts that can be executed from the command line. This
        package is tested using tox on variety of python versions to make sure they work as expected.
        
        ## How can i use this package.
        
        To use this package you can install it from pypi and import the modules from your python code
        or use the command line tools from the terminal.
        
        ```bash
        pip install py3collections
        ```
        
        ## Command Line Scripts
        
        The following are curated list of stand alone python scripts that can executed from the command line
        
        * [converter](https://github.com/endalk200/py_tools/blob/main/scripts/converter): python image format converter.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
