Converts EPR files to Markdown
Project description
Introduction
A simple python console script to let me convert epr files to Markdown.
Typical export-pull-requests file that I generate use the following CLI invocation:
epr hasii2011/gittodoistclone --milestone=5 --export=issues --token=myToken --state=closed > release-0.98.0.csv
The various columns are in this format:
Repository,Type,#,User,Title,State,Created,Updated,URL
A CSV line like this:
hasii2011/PyUt,Issue,359,hasii2011,Fix warning in PyutLink.setType,closed,03/23/22 09:50:04,03/23/22 13:56:09,https://github.com/hasii2011/PyUt/issues/359
Gets converted to a Markdown line like this:
* [359](https://github.com/hasii2011/PyUt/issues/359) Fix warning in PyutLink.setType
Overview
The basic command structure is:
Usage: epr2md [OPTIONS]
Options:
--version Show the version and exit.
-i, --input-file TEXT The input .csv file to convert. [required]
-o, --output-file TEXT The output .md file.
--help Show this message and exit.
By default, epr2md assumes that the input file has a .csv
suffix and the output file has a .md
suffix.
However, epr2md is flexible and can deduce file names and suffixes. The best option is if you do not specify the output file. Then epr2md deduces that the output file is the same as the input file name with the .md suffix. For example:
epr2md -i release-6.5.4.csv
causes pyut2xml to write to a file named TestFileV10.xml
The command line:
epr2md -i release-6.5.4 -o release-6.5.4
reads from release-6.5.4.csv and writes to release-6.5.4.md
Another simple example:
epr2md -i release-6.5.4
causes pyut2xml to reads from a file named TestFileV10.csv and write to a file named release-6.5.4.md
Installation
pip install epr2md
Written by Humberto A. Sanchez II <mailto@humberto.a.sanchez.ii@gmail.com>, (C) 2024
Note
For all kind of problems, requests, enhancements, bug reports, etc., please drop me an e-mail.
I am concerned about GitHub's Copilot project
I urge you to read about the Give up GitHub campaign from the Software Freedom Conservancy.
While I do not advocate for all the issues listed there I do not like that a company like Microsoft may profit from open source projects.
I continue to use GitHub because it offers the services I need for free. But, I continue to monitor their terms of service.
Any use of this project's code by GitHub Copilot, past or present, is done without my permission. I do not consent to GitHub's use of this project's code in Copilot.
A repository owner may opt out of Copilot by changing Settings --> GitHub Copilot.
I have done so. I have done so
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file epr2md-0.2.0.tar.gz
.
File metadata
- Download URL: epr2md-0.2.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd5de7b96be854587424cd1d4d5deef19e3a66ee4fa86ecc3b0d821aa37dbcf6 |
|
MD5 | 2e4914641b951a623f8a042277e0a6b9 |
|
BLAKE2b-256 | 3e3d21678149f40cbb9207aa47599d74156e9b62db6986b524539147fca90dee |
File details
Details for the file epr2md-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: epr2md-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f61b1d627ba6f29a1ea0da4f3c174c4f64d7afd010e4ac16a74cc823bb4f26e3 |
|
MD5 | 79c72974c025178612298e1e4b82416e |
|
BLAKE2b-256 | 0f21fb6e5ba8ebc34e79758d7f89029b42b9c4c94c95ab08003543c41a061e1a |