Skip to content

zarath/python-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python utils

Repository for small scriplets with generic usability

Check SSL

check_ssl.py is a nagios check compatible SSL certificate checker with sni options.

Limiter

Have you ever been forced to ensure that a program or program group will only be called at maximum n-times in a given timerange?

Then limiter.py provides a solution for this problem. Program calls are tracked in a berkeley db which can be shared between multiple scripts.

The library can be used as command line, pipe or as python library.

AD9851 Firmata

Utility program to set the frequency of Analog Devices AD9851 DDS via command line.

It utilizes the Firmata protocol vi pyFirmata.

About

Small utility programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages