Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamaani/zcommon.py
A collection of common methods and utils
https://github.com/lamaani/zcommon.py
Last synced: 3 days ago
JSON representation
A collection of common methods and utils
- Host: GitHub
- URL: https://github.com/lamaani/zcommon.py
- Owner: LamaAni
- Created: 2020-06-25T16:22:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T19:43:27.000Z (over 4 years ago)
- Last Synced: 2025-01-14T17:22:11.286Z (10 days ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zcommon.py
A collection of common methods and utils
## Note
The methods and utils in this package are using in other repositories and are
packaged to allow sharing of base code. Utils in this package, though well tested,
do not come with any help. If there are items in this repo that may serve you as a
standalone package, please let me know. Some packages were already exported, such as1. https://github.com/LamaAni/TicTocTimer
1. https://github.com/LamaAni/MatchPattern
1. https://github.com/LamaAni/zthreading.py# Install
```shell
pip install zcommon
```## From the git repo directly
To install from master branch,
```shell
pip install git+https://github.com/LamaAni/zcommon.py@master
```To install from a release (tag)
```shell
pip install git+https://github.com/LamaAni/zcommon.py@[tag]
```# Contribution
Feel free to ping me in issues or directly on LinkedIn to contribute.
# Licence
Copyright ©
`Zav Shotan` and other [contributors](https://github.com/LamaAni/zcommon.py/graphs/contributors).
It is free software, released under the MIT licence, and may be redistributed under the terms specified in `LICENSE`.