Diverse python utilities by nfiniity GmbH
Project description
nfiniity-utils 
Diverse python utilities by http://www.nfiniity.com
Installation
There are two ways to install nfiniity-utils:
Install nfiniity-utils from PyPI (recommended):
sudo pip install nfiniity-utils
If you are using a virtualenv, you may want to avoid using sudo:
pip install nfiniity-utils
Alternatively: install nfiniity-utils from the GitHub source:
First, clone nfiniity-utils using git
:
git clone https://github.com/apgeorg/nfiniity_utils.git
Then, cd to the nfiniity_utils folder and run the install command:
cd nfiniity_utils
sudo python setup.py install
Getting started
Timer
import nfiniity_utils as n8
# Timer callback function
def timer_timeout():
print("Hello!")
# Create a Timer which runs periodically
t = n8.Timer(1, timer_timeout, oneshot=False)
# Start running
t.start()
You can now stop the timer:
t.stop()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nfiniity_utils-0.0.6.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file nfiniity_utils-0.0.6.tar.gz
.
File metadata
- Download URL: nfiniity_utils-0.0.6.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
95e6bd6e16506b60273bd7694763866d36cd74a9eb5178d32534eaaae4de8c6a
|
|
MD5 |
cc4633a1b75a1bdd890e192b57bae295
|
|
BLAKE2b-256 |
7eae5933506d946858f7e5031b2040b4898c3da284028a7d7540b990fc6611a1
|
File details
Details for the file nfiniity_utils-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: nfiniity_utils-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
accfc73860179b27b0839c1eca4c565b850ffc58f306a87a747130f32f60a402
|
|
MD5 |
db5cad98df01d061fe8d847b6faed600
|
|
BLAKE2b-256 |
7f855f7f4c41dc342e7a9d01730a4715c2d1e19cef9db829a45a20341e213f37
|