Metadata-Version: 2.1
Name: stdl
Version: 0.4.1
Summary: Extended Python Standard Library
Home-page: https://github.com/zigai/stdl
Author: Žiga Ivanšek
Author-email: ziga.ivansek@gmail.com
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# stdl
Extended Python standard library.
# Installation
Python 3.10+ is required
#### Using pip
```
pip install stdl
```
#### From source
```
pip install git+https://github.com/zigai/stdl
```
# License
[MIT License](https://github.com/zigai/stdl/blob/master/LICENSE)
