GitHub / python-validators/validators / commits
Python Data Validation for Humans™.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| cab0c876 | merge Merge pull request #356 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 9327008c | feat: adds `private` parameter to `ip_address`, `hostname` & `url` | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| a2b4fc0e | merge Merge pull request #355 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 7efc2230 | patch: adds `encoding` tests and docs | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 55e40ac8 | merge Merge pull request #354 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 1aba4f78 | patch: moves `base58` and `base64` into `encoding` | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 3b36ec76 | merge Merge pull request #353 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 79a2451b | draft: add basic uri validation | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| fbc5df81 | feat: `irc` url scheme is supported | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 8026364a | merge Merge pull request #351 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 1689ed7a | feat: adds `base58` and `base64` validators | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 29e8f01b | merge Merge pull request #350 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| af69a68c | patch: supported extended latin in username | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| ae6faeac | merge Merge pull request #349 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 068d049a | fix: regex ignore-case uses only `a-z` | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| e3d30f88 | merge Merge pull request #348 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f1acf4fa | feat: adds basic `cron` validator | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 1f49c5fc | merge Merge pull request #347 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| b6cfb432 | fix: domain validation is now more consistent across rfcs | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| e79d75fd | merge Merge pull request #344 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| dab64637 | maint: adds quick start docs | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 110bd2f0 | merge Merge pull request #343 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 196e6def | feat: conditionally raises `ValidationError`; bump version | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 04cf3d03 | merge Merge pull request #342 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 426205fa | maint: update dev dependencies; adds favicon to docs | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 799e63b0 | merge Merge pull request #341 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c0e29cfb | fix: domain name not confirming to rfc_2782 | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 7e799eb7 | merge Merge pull request #339 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 5f6437c0 | patch: `domain` & `url` modules | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 854375f6 | merge Merge pull request #337 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 3a2c5132 | fix: packaging as well as `rST` & `md` document generation | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 245bffd8 | merge Merge pull request #336 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e77d5712 | maint: rectifies changelog; misc. fixes | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| c2d3fb76 | merge Merge pull request #335 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 285936c0 | fix: manual nav reference for mkdocs; bumps version | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 2fb85bbb | merge Merge pull request #334 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d1a5b226 | fix: `between` and `length` validators | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 3ac4baa5 | maint: better doc/package handling | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 46eb1b87 | feat: updates dev dependencies; bumps version | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 73cb5b46 |
build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /package
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Jovial Joe Jayarson <j****e@h****m> |
over 2 years ago | |
| 7507d2ab |
build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /package
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Jovial Joe Jayarson <j****e@h****m> |
over 2 years ago | |
| 47c5b971 |
build(deps): bump gitpython from 3.1.37 to 3.1.41 in /package
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Jovial Joe Jayarson <j****e@h****m> |
over 2 years ago | |
| 842b693c | merge Merge pull request #330 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 166051ee | chore: update dev dependencies | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 464b088a | merge Merge pull request #329 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 1f5f499a | maint: adds versiond docs; update copyright year | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 3b1b01bc | merge Merge pull request #324 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 8943869a | chore: monthly updates for Jan'24 | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| 6420afee | merge Merge pull request #322 from python-validators/dependabot/pip/package/jinja2-... |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 0b289b90 |
build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /package
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| dd14c282 | merge Merge pull request #321 from python-validators/dependabot/pip/package/gitpyth... |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 157f387a |
build(deps): bump gitpython from 3.1.37 to 3.1.41 in /package
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| fd68c4e8 | merge Merge pull request #318 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 8a56edcf | chore: update dev dependencies | Jovial Joe Jayarson <j****e@h****m> | over 2 years ago | |
| eab16dcd |
feat: add french i18n validation (#308)
Co-authored-by: Jovial Joe Jayarson <j****e@h****m> |
thomas girod <5****l@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 54484c4d | merge Merge pull request #317 from conitrade/hotfix/pct-encoded |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 38d196a9 | allow pct-encoded entities in fragments | Alexander Sennhauser <a****s@c****m> | almost 3 years ago | |
| 8f115971 | merge Merge pull request #310 from python-validators/dependabot/pip/package/urllib3... |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 45579215 |
build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /package
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 15984e89 | fix: URL fragment check (#305) |
darkdragon-001 <d****1@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b313f153 | merge Merge pull request #304 from yozachar/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 2771a222 | chore: update dependencies, improve packaging | Jovial Joe Jayarson <j****e@h****m> | almost 3 years ago | |
| f83ee1b2 | merge Merge pull request #301 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f7aa5930 | fix: bug in `between` module | Jovial Joe Jayarson <j****e@h****m> | almost 3 years ago | |
| 960b48b8 |
fix: Valid URLs failing validation - query and fragment parts (#297)
Co-authored-by: Jovial Joe Jayarson <j****e@h****m> |
Daniel Riley <d****y@s****z>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 71b40bd5 | merge Merge pull request #295 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 91dad61d | fix: strict CIDR IP validation; bump version | Jovial Joe Jayarson <j****e@h****m> | almost 3 years ago | |
| 99b425ac | merge Merge pull request #294 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 41f3d6dc | fix: simple hostname validation regex | Jovial Joe Jayarson <j****e@h****m> | almost 3 years ago | |
| 7c02da31 | merge Merge pull request #291 from tswfi/update_changesmd_to_contain_validationerro... |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8d72f558 | Change wording after review | Tatu Wikman <t****n@g****m> | almost 3 years ago | |
| a0ed3ecf | Add note about ValidationFailure to ValidationError in changes.md | Tatu Wikman <t****n@g****m> | almost 3 years ago | |
| 9e94feea | merge Merge pull request #289 from adrienthiery/fix/hashtag-url |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4015e8ed | fix: url validator considers urls with /#/ as valid | Adrien Thiery <a****n@n****m> | about 3 years ago | |
| ee088fa8 | chore: update deps, readme, docs | Jovial Joe Jayarson <j****e@h****m> | about 3 years ago | |
| 0c97ddef | fix: gh actions workflow | Jovial Joe Jayarson <j****e@h****m> | about 3 years ago | |
| 8fb3bf73 | merge Merge pull request #283 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2e0d0ec7 | feat: refactoring; updates; fixes; bump version | Jovial Joe Jayarson <j****e@h****m> | about 3 years ago | |
| 970de105 | fix: brings back country code validation | Jovial Joe Jayarson <j****e@h****m> | about 3 years ago | |
| 95ec1fac | feat: `pyproject.toml` is now standardized | Jovial Joe Jayarson <j****e@h****m> | about 3 years ago | |
| 12ae1f58 | feat: `ValidationFailure` is now `ValidationError` | Jovial Joe Jayarson <j****e@h****m> | about 3 years ago | |
| e1c04199 | merge Merge pull request #281 from python-validators/dependabot/pip/certifi-2023.7.22 |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 51b5df2e |
build(deps-dev): bump certifi from 2022.12.7 to 2023.7.22
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 440b1cd8 | feat: adds Country Code validation (#280) |
Laaveshwaran P <l****1@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 60c53148 | feat: adds ETH addresses (ERC20) validator (#276) |
Mehdi Samsami <m****i@l****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 92fe9727 | merge Merge pull request #275 from python-validators/dependabot/pip/requests-2.31.0 |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 12bbaace |
build(deps): bump requests from 2.28.2 to 2.31.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 017b5211 | merge Merge pull request #273 from python-validators/dependabot/pip/pymdown-extensi... |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 049cdf80 |
build(deps): bump pymdown-extensions from 9.11 to 10.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 506d22bd | merge Merge pull request #266 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 865ceff9 | fix: project root install is required for build | Jovial Joe Jayarson <j****e@h****m> | over 3 years ago | |
| 855fee4c | merge Merge pull request #265 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 48708036 | feat: zero required dependencies | Jovial Joe Jayarson <j****e@h****m> | over 3 years ago | |
| 5b960f01 | merge Merge pull request #264 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 1aa6119e | fix: removes 64-char limit for url path & query | Jovial Joe Jayarson <j****e@h****m> | over 3 years ago | |
| 75cda81a | merge Merge pull request #263 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 079280a7 | fix: improves build process | Jovial Joe Jayarson <j****e@h****m> | over 3 years ago | |
| 668f9f44 | merge Merge pull request #262 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| b2240e78 | feat: docs can be built with both sphinx & mkdocs | Jovial Joe Jayarson <j****e@h****m> | over 3 years ago | |
| 68227f22 | merge Merge pull request #261 from joe733/workshop |
Jovial Joe Jayarson <j****e@h****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago |