feat: refactoring; updates; fixes; bump version#283
Merged
nandgator merged 4 commits intopython-validators:masterfrom Aug 7, 2023
Merged
feat: refactoring; updates; fixes; bump version#283nandgator merged 4 commits intopython-validators:masterfrom
nandgator merged 4 commits intopython-validators:masterfrom
Conversation
- migrate from `poetry` to `PDM` - moves code into `src/` - updates dependencies - temporary removal of country code & ethereum addr. validation
- ref https://peps.python.org/pep-0008/#exception-names - import sorted using ruff - adds project URLs
- fix author name capture from `importlib.metadata` in `docs/conf.py` - moves doc and package generator scripts to `src/export` - removes `coding: utf-8` comment as python 3 by default supports utf-8 - ignore `.ruff_cache`, "Issue Tracker" renamed to "Bugtracker" - adds `compose.yaml` to visualize web docs - includes `MANIFEST.in` - custom package finder configuration for `setuptools` build backend - flake8 config with `setup.cfg` is gone - refactor github action workflows - update copyright year - partial requirements file generated into `python` directory - mkdocs now watches `src/validators/` - update dependencies; bump project version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
nandgator@f67f990 | feat: refactoring; updates; fixes; bump version
importlib.metadataindocs/conf.pysrc/exportcoding: utf-8comment as python 3 by default supports utf-8.ruff_cache, "Issue Tracker" renamed to "Bugtracker"compose.yamlto visualize web docsMANIFEST.insetuptoolsbuild backendsetup.cfgis gonepythondirectorysrc/validators/nandgator@970de10 | fix: brings back country code validation
nandgator@12ae1f5 | feat:
ValidationFailureis nowValidationErrornandgator@95ec1fa | feat:
pyproject.tomlis now standardizedpoetrytoPDMsrc/