Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-10 | Reduce tested versions to 2.7 and 3.6 | 1 | -4/+2 | ||
2016-10-12 | Update email address | 1 | -1/+1 | ||
2016-01-17 | Break functionality into separate files | 1 | -1/+1 | ||
2016-01-15 | Move implementation and tests back to directories | 1 | -5/+4 | ||
I think keeping the physical separation is helpful, especially as more features get added. | |||||
2016-01-12 | Update development version string | 1 | -1/+1 | ||
2016-01-12 | Integrate pytest and flake8 into setuptools | 1 | -1/+10 | ||
2016-01-04 | Add verbose status option | 1 | -1/+1 | ||
2016-01-04 | Use click decorator for version option | 1 | -2/+1 | ||
2016-01-03 | Consolidate new implementation into a single file | 1 | -4/+6 | ||
2015-12-31 | Add new requirements to setup.py | 1 | -0/+4 | ||
This includes click and py, which are both being used in the recent updates. | |||||
2015-12-31 | Rename existing cli files | 1 | -1/+1 | ||
I'm in the process of reimplementing the CLI using click and this new implementation will take the place of the existing one once it's feature complete. | |||||
2015-02-21 | Fix outstanding flake8 issues | 1 | -4/+5 | ||
2014-07-24 | Various pep8 fixes and cleanups | 1 | -4/+3 | ||
Re #36 | |||||
2014-07-11 | Add license field back to setup keywords | 1 | -2/+3 | ||
2014-07-11 | Cleanup imports and move __version__ to __init__.py | 1 | -11/+3 | ||
2014-07-08 | Fix typo in setup.py classifiers | 1 | -1/+1 | ||
2014-07-07 | Cleanup setup.py | 1 | -27/+17 | ||
2014-07-07 | Use entry point for bin stub | 1 | -1/+4 | ||
The script in bin/ remains for running directly from the source directory. | |||||
2014-07-07 | Parse version string without importing source code | 1 | -9/+7 | ||
It's probably better to execute as little code as possible from setup.py, so this approach seems cleaner to me. | |||||
2014-07-07 | Remove test and publish functions from setup.py | 1 | -10/+0 | ||
2012-03-08 | Add specific Python version trove classifiers | 1 | -0/+8 | ||
2011-11-01 | Switch to ISC license | 1 | -2/+2 | ||
2011-10-30 | Import license content instead of duplicating it | 1 | -0/+1 | ||
2011-10-05 | Add HISTORY.rst to keep a log of changes for each release | 1 | -1/+2 | ||
2011-08-27 | Add publish and test routines to setup.py | 1 | -0/+13 | ||
2011-07-03 | Add option to print version number | 1 | -3/+11 | ||
2011-04-22 | Initial commitv0.1.0 | 1 | -0/+22 | ||