Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 as

1. 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`.