Skip to main content

A python library that converts plain text into a specified markup language using python.

Project description

Epytoml

Made with Python GitHub Repository GitHub Release Version PyPi MIT License

Epytomil (The Epitome of Python to Markup Language), is a python library that converts plain text into a specified markup language using python.

Basic Info Created by: Zhean Ganituen Z1aaan

Last Updated: December 17, 2021

Latest Release Version: 1.2.1.1

GitHub Repo: GitHub Repository

Python Package Index: PyPi

License: MIT License

Installation

pip Install

pip install Epytoml

pip Install requirements.txt

1. cd C:\...\Epytoml

2. pip install -r requirements.txt

System requirements:

Using Epytoml

Supported Markup Languages

  • HTML
  • Markdown
  • Marp (Markdown Presentation Ecosystems)
  • Notaker (A note-taking HTML formatter)

Notaker

  • First import EpyBake and Notaker

    from Epytoml import EpyBake
    from Epytoml.Notaker import Notaker
    
  • Then begin your .py file with Notaker.ntkGen("Foo")

  • And remember to end your .py file with Notaker.ntkShut("Bar") and EpyBake.ntkBake("Foo", Notaker.ntk_ContWhole)

    Sample File

    from Epytoml import EpyBake
    from Epytoml.Notaker import Notaker
    
    Notaker.ntkGen(FILENAME)
    >>
    >>
    >>
    Notaker.ntkShut()
    EpyBake.ntkBake(FILENAME, Notaker.ntk_ContWhole)
    

Documentation

GitHub Pages

Docs

License

This project falls under the MIT license.

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

Epytoml-1.2.1.1.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

Epytoml-1.2.1.1-py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 3

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