Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T21:05:29.000Z (4 months ago)
- Last Synced: 2024-10-07T16:48:14.386Z (4 months ago)
- Topics: filesystem, filesystem-utils, list-utils, logging-configuration, python, standard-library, string-utils, utilities
- Language: Python
- Homepage: https://stdl.readthedocs.io
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stdl
[![Tests](https://github.com/zigai/stdl/actions/workflows/tests.yml/badge.svg)](https://github.com/zigai/stdl/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/stdl/badge/?version=latest)](https://stdl.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/stdl.svg)](https://badge.fury.io/py/stdl)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/stdl)](https://pepy.tech/project/stdl)
[![license](https://img.shields.io/github/license/zigai/stdl.svg)](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)