Skip to main content

Diverse python utilities by nfiniity GmbH

Project description

nfiniity-utils PyPI version

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 hashes)

Uploaded Source

Built Distribution

nfiniity_utils-0.0.6-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page