https://github.com/zigai/stdl
Extended Python standard library
https://github.com/zigai/stdl
filesystem filesystem-utils list-utils logging-configuration python standard-library string-utils utilities
Last synced: 3 months ago
JSON representation
Extended Python standard library
- Host: GitHub
- URL: https://github.com/zigai/stdl
- Owner: zigai
- License: mit
- Created: 2022-03-31T13:36:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T22:50:16.000Z (5 months ago)
- Last Synced: 2025-03-24T18:04:47.821Z (3 months ago)
- Topics: filesystem, filesystem-utils, list-utils, logging-configuration, python, standard-library, string-utils, utilities
- Language: Python
- Homepage: https://stdl.readthedocs.io
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stdl
[](https://github.com/zigai/stdl/actions/workflows/tests.yml)
[](https://stdl.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/stdl)

[](https://pepy.tech/project/stdl)
[](https://github.com/zigai/stdl/blob/master/LICENSE)`stdl` is a collection of Python utilities that complement the standard library. It provides common functions and tools that developers frequently need, with minimal external dependencies.
## Features
- File and directory operations
- String manipulation
- ANSI color support for terminal output
- Date and time formatting
- List processing
- Function decorators
- Logging configuration for `logging` and `loguru`
- [See docs](https://stdl.readthedocs.io/en/latest/?badge=latest)## Dependencies
- PyYAML
- python-dateutil
- toml
- tqdm## Installation
#### 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)