Sphinx extension to show default values in documentation.
For example:
def namedlist(name: str = "NamedList") -> Callable: """ A factory function to return a custom list subclass with a name. :param name: The name of the list. :return: """![]()
For more information see the documentation.
Docs |
|
|---|---|
Tests |
|
PyPI |
|
Anaconda |
|
Activity |
|
QA |
|
Other |
Installation
default_values can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install default_values
To install with conda:
First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
$ conda install default_values
Release files for default-values 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| default_values-0.7.0.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| default_values-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:16.6 kB
Release files / default_values-0.7.0.tar.gz
| Download URL | default_values-0.7.0.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f84e05a0f363173676872948ea864c90e3fcdbcfed2dcb7c23e75ab5083244d9
|
|
BLAKE2b-256 checksum How to use checksums |
ba4716ba73764fa77c127e4a09efde2e24b6ce09007f514ef1a9b4f5d3ca988f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.22
|
Release files / default_values-0.7.0-py3-none-any.whl
| Download URL | default_values-0.7.0-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e347a1b5f755a8d88fa913949900014c66cfe44ae39343c173010272a94ce733
|
|
BLAKE2b-256 checksum How to use checksums |
4815e4ab161da7ff7a704773af911a4541c0dd2cce5903420b2637c24b9ba2b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.22
|