- Notifications
You must be signed in to change notification settings - Fork9
Python / Jython Utility Library for my other repos
License
HariSekhon/pylib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python library, full of lots of validation code and utility functions.
Hari Sekhon
Cloud & Big Data Contractor, United Kingdom
(you're welcome to connect with me on LinkedIn)
make&&maketest
Continuous Integration is run on this repo to build and test it (around 450 unit tests, plus custom tests).
Strict validations include host/domain/FQDNs using TLDs which are populated from the official IANA list, a snapshot of which is shipped as part of this project.
To update the bundled official IANA TLD list with the latest valid TLDs do
make tld
If using bespoke internal domains such as.local
,.intranet
,.vm
,.cloud
etc. that aren't part of the official IANA TLD list then this is additionally supported via a custom configuration fileresources/custom_tlds.txt
containing one TLD per line, with support for # comment prefixes. Just add your bespoke internal TLD to the file and it will then pass the host/domain/fqdn validations.
The rest of my original source repos arehere.
Pre-built Docker images are available on myDockerHub.
About
Python / Jython Utility Library for my other repos
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.