EpocDotFr / pyopml

Python package meant to read, manipulate and write OPML 2.0 files

Home Page:https://epocdotfr.github.io/pyopml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyOPML

Python package meant to read, manipulate and write OPML 2.0 files.

Python versions Version Tests License

Documentation

Everything you need to know is located here.

Changelog

See here.

Development

Getting source code, installing the package as well as its dev packages:

  1. Clone the repository
  2. From the root directory, run: pip install -e .[dev] on Linux or pip 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.

About

Python package meant to read, manipulate and write OPML 2.0 files

https://epocdotfr.github.io/pyopml/

License:Other


Languages

Language:Python 100.0%