New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

param

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

param

Make your Python code clearer and more reliable by declaring Parameters.

2.2.0
Maintainers
2
Build StatusLinux/MacOS/Windows Build Status
Coveragecodecov
Latest dev releaseGithub tag dev-site
Latest releaseGithub release PyPI version param version conda-forge version defaults version
PythonPython support
Docsgh-pages site
BinderBinder
SupportDiscourse

Param is a library providing Parameters: Python attributes extended to have features such as type and range checking, dynamically generated values, documentation strings, default values, etc., each of which is inherited from parent classes if not specified in a subclass.

Param contains only two required Python files, with no external dependencies, and is provided freely for both non-commercial and commercial use under a BSD license, so that it can easily be included as part of other projects.

Please see param's website for official releases, installation instructions, documentation, and examples.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts