Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkristof200/py_common_utils
https://github.com/kkristof200/py_common_utils
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkristof200/py_common_utils
- Owner: kkristof200
- Created: 2020-05-20T19:09:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T02:06:13.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:04:57.600Z (14 days ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kcu
![python_version](https://img.shields.io/static/v1?label=Python&message=3.5%20|%203.6%20|%203.7&color=blue) [![PyPI downloads/month](https://img.shields.io/pypi/dm/kcu?logo=pypi&logoColor=white)](https://pypi.python.org/pypi/kcu)## Description
some python utility methods that I often use compiled in a package## Install
~~~~bash
pip install kcu
# or
pip3 install kcu
~~~~