opml2json is a simple python module that convert opml to json
installation
Using pip
pip install opml2json
from sources
* git clone https://github.com/vishnu012/opml2json && cd opml2json
* python3 setup.py install
usage
for help
python3 -m opml2json -h
import on another python file
from opml2json.dump import write_json
write_json("input.opml","output.json")
directly use on terminal / cmd
python3 -m opml2json -f filename.opml
python3 -m opml2json -f ./dir/filename.opml -o ./dir/output_filename.json
Release files for opml2json 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| opml2json-0.1.0.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| opml2json-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.3 kB
Release files / opml2json-0.1.0.tar.gz
| Download URL | opml2json-0.1.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f650aaca8d2270bc4f3ccf5b63a82b4ea2dd6627d3758481e8d2865c1991c98
|
|
BLAKE2b-256 checksum How to use checksums |
dcc0481f19593c180552fd1aa45a1e4b6a90c7cdb514b023d04c197a1268ad1a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / opml2json-0.1.0-py3-none-any.whl
| Download URL | opml2json-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d06c5fa5bcf6af774abded3465b3e778a1fb4306f2ff1e0575f400753e1ba522
|
|
BLAKE2b-256 checksum How to use checksums |
6ac6b68040eec7726431b47ee9f35f8963128e11db0f1d2278fbda2a45486f27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|