Metadata-Version: 2.1
Name: asciidocwriter
Version: 0.0.1
Summary: Asciidoctor generator
Home-page: https://github.com/vidigalp/asciidocwriter
Author: vidigalp
Author-email: pedro.vidigal@instaclustr.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# AsciidocWriter
[![PyPI Latest Release](https://img.shields.io/pypi/v/asciidocwriter.svg)](https://pypi.org/project/asciidocwriter/)

## What is it?

**AsciidocWriter** is a Python module for creating AsciiDoc files

## Where to get it
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)](https://pypi.org/project/asciidocwriter).

```sh
# or PyPI
pip install asciidocwriter
```

## How to Run

```python
python asciidocwriter ...
```

## Dependencies
- [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.](https://pandas.pydata.org)
- [NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org)
- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
- [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz)
- [Click - Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.](https://click.palletsprojects.com/)
- [tqdm - Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!](https://tqdm.github.io)



