Metadata-Version: 2.1
Name: pymenable
Version: 0.1.0
Summary: Python classes to render accessible HTML elements 
License: MIT
Author: Joel Dodson
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Description-Content-Type: text/markdown

# pymenable

Python classes to render accessible HTML elements 

## Installation

```bash
$ pip install pymenable
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`pymenable` was created by Joel Dodson. It is licensed under the terms of the MIT license.

## Credits

`pymenable` was created with
[`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/)
and the
[`py-pkgs-cookiecutter` template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

The initial code for `pymenable` and the `examples`, came from the `ui` and `uiTest` (respectively) packages from the
[`aclu` (Accessible Command Line Utilities) project](https://github.com/ringcentral/aclu)
I started while at RingCentral.

The structure of the code including boilerplate for documentation and packaging came from the
[book on Python Packaging, _Python Packages_](https://py-pkgs.org/).

