Data validation and settings management using Python type hinting
Fast and extensible, pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.6+; validate it with pydantic.
Fast and extensible, pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.6+; validate it with pydantic.
To install py38-pydantic, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-pydantic
To see what files were installed by py38-pydantic, run:
port contents py38-pydantic
To later upgrade py38-pydantic, run:
sudo port selfupdate && sudo port upgrade py38-pydantic
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.