Metadata-Version: 2.1
Name: stdl
Version: 0.0.3
Summary: Extended Python Standard Library
Home-page: https://github.com/ziga-ivansek/stdl
Author: Ziga Ivansek
Author-email: ziga.ivansek@gmail.com
License: MIT
Description: # stdl
        Extended Python Standard Library
        ___
        ## Installation
        stdl requires python 3.8+.
        ### Using pip
        ```
        pip install stdl
        ```
        ### From source
        ```
        git clone https://github.com/ziga-ivansek/stdl.git && cd stdl
        pip install .
        ```
        ___
        ## License
        Licensed under [MIT License](./LICENSE.txt)
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
