https://github.com/reljicd/python-snippets-lib
Various python helpers and utils
https://github.com/reljicd/python-snippets-lib
Last synced: about 2 months ago
JSON representation
Various python helpers and utils
- Host: GitHub
- URL: https://github.com/reljicd/python-snippets-lib
- Owner: reljicd
- License: apache-2.0
- Created: 2019-01-23T13:55:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T11:57:02.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T13:17:43.125Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python utils [](https://github.com/reljicd/python-snippets-lib)
## About
Various python helpers and utils:
* Collections and iterators
* Env vars
* Design Patterns
* Documents parsing
* File System
* Logging
* Multiprocessing
* Profiling
* Relational Databases
* Various other utils
## Installation
To install with pip, run: `pip install reljicd-utils`
To install Python Fire from source, first clone the repository and then run:
`python setup.py install`
## License
Licensed under the
[Apache 2.0](https://github.com/google/python-fire/blob/master/LICENSE) License.