Skip to content

brontolinux/python-experiments

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Python libraries

FileFinder

Helps finding files with exact match, glob or regex.

See filefinder.py

Dependencies

Standard library only

X509Cert

Helps dealing with X509 Certificates (p.e. SSL/TLS). Simplifies the interface of the most tedious parts of cryptography.x509, namely:

  • loading certificates
  • check the expiration date
  • check how many days of validity are left

See x509cert.py.

An example is available in the examples directory. It should work out of the box on any Debian distribution (or a derivative thereof) where the package ca-certificates is installed.

Dependencies

  • cryptography
  • standard library

Running tests

To perform all tests from the top directory, run

python3 -m unittest discover -v test

(where python3 is the python 3 interpreter).

About

Python code and libraries written while experimenting with the language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages