essentials · PyPI
https://pypi.org/project/essentials08.11.2020 · Essentials Core classes and functions, reusable in any kind of Python application. $ pip install essentials Features: exception classes to express common scenarios friendly JSON encoder, handling datetime, date, time, UUID, bytes, built-in enums, and instances of classes implementing a dict () method, like pydantic BaseModel
essentials · PyPI
pypi.org › project › essentialsNov 08, 2020 · Project description Essentials Core classes and functions, reusable in any kind of Python application. $ pip install essentials Features: exception classes to express common scenarios friendly JSON encoder, handling datetime, date, time, UUID, bytes, built-in enums, and instances of classes implementing a dict () method, like pydantic BaseModel
pip install - pip documentation v22.0.4
https://pip.pypa.io/en/stable/cli/pip_installpip supports installing from a package index using a requirement specifier. Generally speaking, a requirement specifier is composed of a project name followed by optional version specifiers. PEP 508 contains a full specification of the format of a requirement. Since version 18.1 pip supports the url_req -form specification. Some examples: