Python package meant to read, manipulate and write OPML 2.0 files.
Everything you need to know is located here.
See here.
Getting source code, installing the package as well as its dev packages:
- Clone the repository
- From the root directory, run:
pip install -e .[dev]
on Linux orpip install -e ".[dev]"
on Windows
Running tests:
From the root directory, run pytest
. They will automatically be all discovered and ran.
Building docs:
From the docs
directory, run make.bat html
on Windows or make html
on Linux.
Publishing the package:
From the root directory, run python setup.py upload
. This will create a git tag and publish on PyPI.