boltons 24.0.0
0
When they're not builtins, they're boltons.
Contents
When they're not builtins, they're boltons.
Stars: 6519, Watchers: 6519, Forks: 353, Open Issues: 69The mahmoud/boltons
repo was created 11 years ago and the last code push was 3 months ago.
The project is extremely popular with a mindblowing 6519 github stars!
How to Install boltons
You can install boltons using pip
pip install boltons
or add it to a project with poetry
poetry add boltons
Package Details
- Author
- Mahmoud Hashemi
- License
- BSD
- Homepage
- https://github.com/mahmoud/boltons
- PyPi:
- https://pypi.org/project/boltons/
- GitHub Repo:
- https://github.com/mahmoud/boltons
Classifiers
- Software Development/Libraries
- Utilities
Related Packages
Errors
A list of common boltons errors.
Code Examples
Here are some boltons
code examples and snippets.
GitHub Issues
The boltons package has 69 open issues on GitHub
- daterange(start, stop, inclusive=True) returns an infinite iterator when start is same as stop
- Adding type hints
- Fix TypeError in issue #158/#159