Skip to main content

Convert epytext markup language in RestructuredText

Project description

eyptext2rst is a command line tool to convert epytext markup language in RestructuredText.

General usage

epytext2rst.py [-h] [-v] [-o OUTPUT] input

positional arguments:
    input input file or directory to convert

optional arguments:
    -h, --help show this help message and exit
    -v, --verbose show changes
    -o OUTPUT, --output-dir OUTPUT directory for output of parsed files

To convert all python files (.py, .pyw) in a directory just type this:

python epytext2rst.py mydirectory -o newdirectory

If you just want to know what gets substituted do this:

python epytext2rst.py mydirectory -v

Convention

epytext2rst handles the conversion of the following Epytext components:

Keywords

@(param|type|rtype|return|ivar) --> :(param|type|rtype|return|ivar)

Italics

I\{(.*?)\}    --> *..*

Bold

B\{(.*?)\}    --> **..**

Code

C\{(.*?)\}    --> ``...``

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

epytext2rst-1.0.2.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page