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.
domdf_python_tools can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install domdf_python_toolsTo 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 domdf_python_tools