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
Then install
conda install domdf-python-tools
python3 -m pip install git+https://github.com/domdfcoding/domdf_python_tools@master --user
Highlights๏
Plural(singular:str, plural:str)
Represents a word as its singular and plural.
See more in domdf_python_tools.words.
PathPlus(*args, **kwargs)
Subclass of pathlib.Path with additional methods and a default encoding of UTF-8.
See more in domdf_python_tools.paths.
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.