An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Python utils [![PyPI](https://img.shields.io/pypi/pyversions/reljicd-utils.svg?style=plastic)](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.