https://github.com/pyveci/pueblo
Pueblo - a Python toolbox library.
https://github.com/pyveci/pueblo
Last synced: 30 days ago
JSON representation
Pueblo - a Python toolbox library.
- Host: GitHub
- URL: https://github.com/pyveci/pueblo
- Owner: pyveci
- License: lgpl-3.0
- Created: 2023-10-30T01:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T21:01:34.000Z (about 2 months ago)
- Last Synced: 2025-03-26T06:43:29.547Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 687 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Pueblo - a Python toolbox library
[](https://github.com/pyveci/pueblo/actions/workflows/main.yml)
[](https://codecov.io/gh/pyveci/pueblo/)
[](https://pypi.org/project/pueblo/)[](https://github.com/pyveci/pueblo/blob/main/LICENSE)
[](https://pypi.org/project/pueblo/)
[](https://pypi.org/project/pueblo/)
[](https://pypi.org/project/pueblo/)» [Changelog]
| [PyPI]
| [Issues]
| [Source code]
| [License][Changelog]: https://github.com/pyveci/pueblo/blob/main/CHANGES.md
[Documentation]: https://pueblo.readthedocs.io/
[Issues]: https://github.com/pyveci/pueblo/issues
[License]: https://github.com/pyveci/pueblo/blob/main/LICENSE
[PyPI]: https://pypi.org/project/pueblo/
[Source code]: https://github.com/pyveci/pueblo## About
- A Python toolbox library.
- Contains Python code duplicated too often elsewhere.
- Finally, it is in one place.
- Here be dragons and gems.## Setup
```shell
uv pip install --upgrade pueblo
```After installation, you can verify if it was successful.
```shell
pueblo --version
```## Usage
Read the source.
## Prior Art
- https://pypi.org/project/boltons/