domdf_python_tools๏
Helpful functions for Pythonโ๐โ๐ ๏ธ
Docs |
|
---|---|
Tests |
|
PyPI |
|
Anaconda |
|
Activity |
|
QA |
|
Other |
Note
Before version 3 domdf_python_tools
was licensed under the LGPLv3+.
Version 3 and later are licensed under the MIT License.
Installation๏
python3 -m pip install domdf_python_tools --user
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 domdf_python_tools
python3 -m pip install git+https://github.com/domdfcoding/domdf_python_tools@master --user
Highlights๏
count( start:~AnyNum
=0
, step:~AnyNum
=1
, ) ->Iterator
[~AnyNum
]
Make an iterator which returns evenly spaced values starting with number start
.
See more in domdf_python_tools.iterative
.
Contents๏
API Reference
Contributing
View the Function Index or browse the Source Code.