10 Commits

Author SHA1 Message Date
Jon Grace-Cox
406138d08e Add example emoji svg files (#75)
* Stop ignoring `example/*.svg` files
* Add emoji example svg files
2022-08-14 13:02:41 -04:00
Jon Grace-Cox
ea2eccd948 Add testing for PyPi releases (#72) 2022-08-13 15:35:46 -04:00
Jon Grace-Cox
b6ca345ebe Drop py27 support and refactor (#51) (#52)
Python version support
======================
- Drop Python 2.7 support
- Add testing for Python 3.4 and 3.9
- Set python version requirements in setup.py

Package changes
===============
- Split module up into a package with submodules
- Break templates out into package resources
- Incorporate server into same package
- Use Enum for colors
- Refresh example badges
- Simplify documentation - Remove cli options and python api
  documentation from the README as it is hard to maintain, and
  often goes out-of-date
- Add CONTRIBUTING.md
2022-03-10 07:26:46 -05:00
Jon Grace-Cox
aebea09340 Fix int and float value detection (#26)
* Fix int and float value detection (Closes #25)
* Fix badge_width doctest
* Ignore all svg files across the whole project.  This is mainly to prevent
  accidentally adding them after tests run.
2019-07-11 21:43:48 -04:00
Jon Grace-Cox
8e4d0d88f0 Ignore test badge files anywhere 2019-06-01 04:02:31 -04:00
Jon Grace-Cox
59976b5c25 Update ignored files
* .pytest_cache directory
* badge files generated by unittests
* htmlcov directory
2019-06-01 02:34:07 -04:00
Jon Grace-Cox
1850a95806 Fix green color, and default badge color. 2018-03-26 07:44:51 -04:00
Jon Grace-Cox
4ea5f31139 Added .DS_Store to .gitignore. 2018-02-10 10:30:45 -05:00
Jon Grace-Cox
07dc07989e Added .idea to .gitignore. 2017-09-27 20:14:10 -04:00
jongracecox
8a9f03ac22 Initial commit 2017-09-11 17:04:36 -04:00