Skip to content

Commit

Permalink
Add attribute classes (#1)
Browse files Browse the repository at this point in the history
* [changed] test files import statemets
[changed] pip setup files

* [added] added al valid html5 attribute tags
[added] attribute class checking for attributes

* [added] added al valid html5 attribute tags
[added] attribute class checking for attributes
  • Loading branch information
jaimevp54 committed Jul 3, 2017
1 parent 5f92556 commit 9193e53
Show file tree
Hide file tree
Showing 8 changed files with 976 additions and 40 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pip-delete-this-directory.txt
.idea
use_examples.py
output.html
.pypirc
9 changes: 9 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
inclue LICENSE.txt
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
htmlBuilder\__init__.py
htmlBuilder\attributes.py
htmlBuilder\tags.py
htmlBuilder\test.py
htmlBuilder\utils.py
Loading

0 comments on commit 9193e53

Please sign in to comment.