ppc64le/linux/: param-2.2.0 metadata and description

Simple index

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

author_email HoloViz <[email protected]>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: BSD License
  • Natural Language :: English
  • Operating System :: OS Independent
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Scientific/Engineering
  • Topic :: Software Development :: Libraries
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
license BSD-3-Clause
license_file LICENSE.txt
maintainer_email HoloViz <[email protected]>
project_urls
  • Homepage, https://param.holoviz.org/
  • Tracker, https://github.com/holoviz/param/issues
  • Releases, https://github.com/holoviz/param/releases
  • Source, https://github.com/holoviz/param
  • HoloViz, https://holoviz.org/
provides_extras tests-full
requires_dist
  • aiohttp; extra == 'all'
  • cloudpickle; extra == 'all'
  • gmpy; extra == 'all'
  • ipython; extra == 'all'
  • jsonschema; extra == 'all'
  • nbval; extra == 'all'
  • nest-asyncio; extra == 'all'
  • numpy; extra == 'all'
  • odfpy; extra == 'all'
  • openpyxl; extra == 'all'
  • pandas; extra == 'all'
  • panel; extra == 'all'
  • pyarrow; extra == 'all'
  • pytest; extra == 'all'
  • pytest-asyncio; extra == 'all'
  • pytest-xdist; extra == 'all'
  • tables; extra == 'all'
  • xlrd; extra == 'all'
  • aiohttp; extra == 'examples'
  • pandas; extra == 'examples'
  • panel; extra == 'examples'
  • pytest; extra == 'tests'
  • pytest-asyncio; extra == 'tests'
  • odfpy; extra == 'tests-deser'
  • openpyxl; extra == 'tests-deser'
  • pyarrow; extra == 'tests-deser'
  • tables; extra == 'tests-deser'
  • xlrd; extra == 'tests-deser'
  • aiohttp; extra == 'tests-examples'
  • nbval; extra == 'tests-examples'
  • pandas; extra == 'tests-examples'
  • panel; extra == 'tests-examples'
  • pytest; extra == 'tests-examples'
  • pytest-asyncio; extra == 'tests-examples'
  • pytest-xdist; extra == 'tests-examples'
  • aiohttp; extra == 'tests-full'
  • cloudpickle; extra == 'tests-full'
  • gmpy; extra == 'tests-full'
  • ipython; extra == 'tests-full'
  • jsonschema; extra == 'tests-full'
  • nbval; extra == 'tests-full'
  • nest-asyncio; extra == 'tests-full'
  • numpy; extra == 'tests-full'
  • odfpy; extra == 'tests-full'
  • openpyxl; extra == 'tests-full'
  • pandas; extra == 'tests-full'
  • panel; extra == 'tests-full'
  • pyarrow; extra == 'tests-full'
  • pytest; extra == 'tests-full'
  • pytest-asyncio; extra == 'tests-full'
  • pytest-xdist; extra == 'tests-full'
  • tables; extra == 'tests-full'
  • xlrd; extra == 'tests-full'
requires_python >=3.9
File Tox results History
param-2.2.0-py3-none-any.whl
Size
118 KB
Type
Python Wheel
Python
3
Build Status Linux/MacOS/Windows Build Status
Coverage codecov
Latest dev release Github tag dev-site
Latest release Github release PyPI version param version conda-forge version defaults version
Python Python support
Docs gh-pages site
Binder Binder
Support Discourse

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.