Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbadart/wbutil-py
A Python utility library.
https://github.com/wbadart/wbutil-py
python python-library utilities utility-library
Last synced: 12 days ago
JSON representation
A Python utility library.
- Host: GitHub
- URL: https://github.com/wbadart/wbutil-py
- Owner: wbadart
- License: mit
- Created: 2018-01-09T19:46:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T15:10:30.000Z (about 6 years ago)
- Last Synced: 2024-10-05T11:18:03.861Z (about 1 month ago)
- Topics: python, python-library, utilities, utility-library
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wbutil-py
`wbutil` utility library for the Python language.
## Requirements
Requires Python >= 3.5 (`typing` module). `wbutil` has no external dependencies.
## Installation
`wbutil` is available for download from PyPI:
$ pip install wbutil
I keep the PyPI releases pretty well synced up with this repository, but if you
really need the most bleeding edge stuff, `pip` supports downloading via git:$ pip install git+https://github.com/wbadart/wbutil-py.git
## Contributing
If you have some nice utilities you'd like to see added, or tweaks you'd like to
see, [pull requests] are welcome. I'd be especially excited for someone to
undertake Python 2 compatibility, or to write some tests ;)## License
MIT License. Please see [LICENSE] and [opensource.org] for more details.
[pull requests]: https://github.com/wbadart/wbutil-py/pulls
[LICENSE]: ./LICENSE
[opensource.org]: https://opensource.org/licenses/MIT