Python classes to render accessible HTML elements
$ pip install pymenable
- TODO
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.
pymenable
was created by Joel Dodson. It is licensed under the terms of the MIT license.
pymenable
was created with
cookiecutter
and the
py-pkgs-cookiecutter
template.
The initial code for pymenable
and the examples
, came from the ui
and uiTest
(respectively) packages from the
aclu
(Accessible Command Line Utilities) project
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.