AsciidocWriter is a Python module for creating AsciiDoc files
The source code is currently hosted on GitHub at: https://github.com/vidigalp/asciidocwriter
Binary installers for the latest released version are available at the Python Package Index (PyPI).
# or PyPI
pip install asciidocwriter
python asciidocwriter ...
- Pandas - pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.
- NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays
- python-dateutil - Provides powerful extensions to the standard datetime module
- pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations
- Click - Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.
- tqdm - Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!