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 py39-pydantic, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-pydantic
To see what files were installed by py39-pydantic, run:
port contents py39-pydantic
To later upgrade py39-pydantic, run:
sudo port selfupdate && sudo port upgrade py39-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.