Commit Graph

4 Commits

Author SHA1 Message Date
Jon Grace-Cox
d8d6221e4f Add invoke tasks 2022-08-13 09:12:40 -07: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
debb72385a Added ability to set server logging level via env var. Added Dockerfile for running server. 2018-02-21 00:25:39 -05:00
Jon Grace-Cox
45f3a68a66 Added first implementation of anybadge HTTP server. 2018-02-18 23:03:27 -05:00