Metadata-Version: 2.1
Name: stdl
Version: 0.1.4
Summary: Extended Python Standard Library
Home-page: https://github.com/zigai/stdl
Author: Ziga Ivansek
Author-email: ziga.ivansek@gmail.com
License: MIT
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
License-File: LICENSE

# stdl
Extended Python standard library
___
## Installation
stdl requires Python 3.8.10+
### 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)


