Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-validators
/
validators
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.1k
Code
Issues
4
Pull requests
30
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
validators
src
on
master
User selector
All users
All time
Commit history
Commits on Jul 18, 2025
fix: reject MAC addresses with mixed separators
Show description for 402b351
iCasture
committed
402b351
View commit details
Copy full SHA for 402b351
View code at this point
Browse repository at this point
Commits on May 1, 2025
chore: prepare for new release
nandgator
committed
6d8a1ab
View commit details
Copy full SHA for 6d8a1ab
View code at this point
Browse repository at this point
chore: formatting; sync dependencies (#422)
nandgator
authored
8691cea
View commit details
Copy full SHA for 8691cea
View code at this point
Browse repository at this point
Commits on Apr 26, 2025
feat: add Mir card validation support (#420)
Show description for bafe62e
TheDrunkenBear
and
nandgator
authored
bafe62e
View commit details
Copy full SHA for bafe62e
View code at this point
Browse repository at this point
Fix: Allow Special DOI Cases Used in Public Administration Tests (#415)
Show description for 7c97eca
MaurizioPilia
and
nandgator
authored
7c97eca
View commit details
Copy full SHA for 7c97eca
View code at this point
Browse repository at this point
feat: adds `doctest` (#417)
Show description for b2510d1
d-chris
and
nandgator
authored
b2510d1
View commit details
Copy full SHA for b2510d1
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
Refactor API: remove print from ru_inn, update description, and expose via __init__ (#419)
Show description for f7742c5
TheDrunkenBear
authored
f7742c5
View commit details
Copy full SHA for f7742c5
View code at this point
Browse repository at this point
Commits on Mar 29, 2025
fix(uri): remove "mailto:" prefix manually (#418)
Show description for d6241fc
max-moser
authored
d6241fc
View commit details
Copy full SHA for d6241fc
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
Fix email regex issue 140 (#411)
cwisdo
authored
25fcef0
View commit details
Copy full SHA for 25fcef0
View code at this point
Browse repository at this point
feat: allow custom URL scheme validation (#409)
Show description for 9dac863
e3krisztian
authored
9dac863
View commit details
Copy full SHA for 9dac863
View code at this point
Browse repository at this point
chore: linting & formatting
nandgator
committed
ad2e2c5
View commit details
Copy full SHA for ad2e2c5
View code at this point
Browse repository at this point
add function description and fix validators imports
TheDrunkenBear
authored and
nandgator
committed
7722459
View commit details
Copy full SHA for 7722459
View code at this point
Browse repository at this point
rename function `inn` -> `ru_inn`
TheDrunkenBear
authored and
nandgator
committed
e50832a
View commit details
Copy full SHA for e50832a
View code at this point
Browse repository at this point
Moved all files to the i18n directory.
TheDrunkenBear
authored and
nandgator
committed
2398003
View commit details
Copy full SHA for 2398003
View code at this point
Browse repository at this point
Add decorator validator
TheDrunkenBear
authored and
nandgator
committed
874f0a9
View commit details
Copy full SHA for 874f0a9
View code at this point
Browse repository at this point
Add link validator algorithm
TheDrunkenBear
authored and
nandgator
committed
71c9bbb
View commit details
Copy full SHA for 71c9bbb
View code at this point
Browse repository at this point
Update weights && add description function
TheDrunkenBear
authored and
nandgator
committed
1462c7b
View commit details
Copy full SHA for 1462c7b
View code at this point
Browse repository at this point
drop comment
TheDrunkenBear
authored and
nandgator
committed
014a6bb
View commit details
Copy full SHA for 014a6bb
View code at this point
Browse repository at this point
update __init__.py
TheDrunkenBear
authored and
nandgator
committed
5ffcdb3
View commit details
Copy full SHA for 5ffcdb3
View code at this point
Browse repository at this point
validators inn person
TheDrunkenBear
authored and
nandgator
committed
b4f1cb9
View commit details
Copy full SHA for b4f1cb9
View code at this point
Browse repository at this point
weight coefficients from company
TheDrunkenBear
authored and
nandgator
committed
d1ff35b
View commit details
Copy full SHA for d1ff35b
View code at this point
Browse repository at this point
Validators inn company
TheDrunkenBear
authored and
nandgator
committed
56f0210
View commit details
Copy full SHA for 56f0210
View code at this point
Browse repository at this point
Add script validators inn.py
TheDrunkenBear
authored and
nandgator
committed
640763f
View commit details
Copy full SHA for 640763f
View code at this point
Browse repository at this point
Commits on Oct 6, 2024
fix(url): add hashtag to allowed fragment characters
davidt99
authored
1231f6a
View commit details
Copy full SHA for 1231f6a
View code at this point
Browse repository at this point
Commits on Sep 15, 2024
fix(domain): accept .onion as a valid TLD
davidt99
committed
0a791b6
View commit details
Copy full SHA for 0a791b6
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
chore: update (dev) dependencies; bump version
nandgator
committed
ca1b41f
View commit details
Copy full SHA for ca1b41f
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
feat: cache IANA TLDs for faster lookups (#390)
Show description for 2dc2a9e
salty-horse
authored
2dc2a9e
View commit details
Copy full SHA for 2dc2a9e
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
feat: add validator for bsc addresses (#389)
Show description for 5489605
msamsami
and
nandgator
authored
5489605
View commit details
Copy full SHA for 5489605
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
add a new validator for sha384 hash (#387)
msamsami
authored
cd01b4b
View commit details
Copy full SHA for cd01b4b
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
feat: add validators for base16 and base32 encodings (#386)
Show description for e5d7b4a
msamsami
and
nandgator
authored
e5d7b4a
View commit details
Copy full SHA for e5d7b4a
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
feat: add validator for trx addresses (#384)
Show description for 860ca46
msamsami
authored
860ca46
View commit details
Copy full SHA for 860ca46
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
feat: add validator for eth addresses (#383)
Show description for 4973c49
msamsami
and
nandgator
authored
4973c49
View commit details
Copy full SHA for 4973c49
View code at this point
Browse repository at this point
Commits on May 25, 2024
hotfix: ensure `_tld.txt` is in `sdist` and `bdist`
nandgator
committed
8cf75e5
View commit details
Copy full SHA for 8cf75e5
View code at this point
Browse repository at this point
Commits on May 24, 2024
chore: fix typo; update dev deps; bump version
nandgator
committed
999af26
View commit details
Copy full SHA for 999af26
View code at this point
Browse repository at this point
Commits on May 20, 2024
Merge pull request #375 from prousso/chore/add-symbols-pictographs-support
Show description for 88d4e89
nandgator
authored
88d4e89
View commit details
Copy full SHA for 88d4e89
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.