param 2.1.1
0
Make your Python code clearer and more reliable by declaring Parameters.
Contents
Make your Python code clearer and more reliable by declaring Parameters.
Stars: 429, Watchers: 429, Forks: 73, Open Issues: 170The holoviz/param
repo was created 12 years ago and the last code push was 2 days ago.
The project is popular with 429 github stars!
How to Install param
You can install param using pip
pip install param
or add it to a project with poetry
poetry add param
Package Details
- Author
- None
- License
- BSD-3-Clause
- Homepage
- None
- PyPi:
- https://pypi.org/project/param/
- GitHub Repo:
- https://github.com/holoviz/param
Classifiers
- Scientific/Engineering
- Software Development/Libraries
Related Packages
Errors
A list of common param errors.
Code Examples
Here are some param
code examples and snippets.
GitHub Issues
The param package has 170 open issues on GitHub
- Sort parameters in the docstring of Parameter by relevance or alphabetically.
- Write a cheat sheet or quickstart guide
- Remove old Parameterized method stubs
- Reformat the source code
- Adding type hints to Param's source code
- Improve the docstrings
- Support Intellicode in VS Code. Probably using dataclass_transforms
- Documentation for on_init is incomplete
- Array should not force
allow_None=True
- Ideas from Pydantic
- Serializing Date parameters does not support allow_None