Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-05 | Finish migration from py.path to pathlib | Jon Bernard | 1 | -26/+28 | |
2019-03-05 | Use flake8 instead of pep8 and pyflakes | Jon Bernard | 1 | -24/+19 | |
2019-03-05 | Start transition from py.path to pathlib | Jon Bernard | 1 | -14/+3 | |
2018-09-14 | Update setup configuration | Jon Bernard | 1 | -30/+41 | |
2018-08-31 | Rework setup.py, move pytest and flake8 to extras_require | Jon Bernard | 1 | -8/+16 | |
2018-08-30 | Change docs to markdown format | Jon Bernard | 1 | -3/+4 | |
2017-07-10 | Reduce tested versions to 2.7 and 3.6 | Jon Bernard | 1 | -4/+2 | |
2016-10-12 | Update email address | Jon Bernard | 1 | -1/+1 | |
2016-01-17 | Break functionality into separate files | Jon Bernard | 1 | -1/+1 | |
2016-01-15 | Move implementation and tests back to directories | Jon Bernard | 1 | -5/+4 | |
I think keeping the physical separation is helpful, especially as more features get added. | |||||
2016-01-12 | Update development version string | Jon Bernard | 1 | -1/+1 | |
2016-01-12 | Integrate pytest and flake8 into setuptools | Jon Bernard | 1 | -1/+10 | |
2016-01-04 | Add verbose status option | Jon Bernard | 1 | -1/+1 | |
2016-01-04 | Use click decorator for version option | Jon Bernard | 1 | -2/+1 | |
2016-01-03 | Consolidate new implementation into a single file | Jon Bernard | 1 | -4/+6 | |
2015-12-31 | Add new requirements to setup.py | Jon Bernard | 1 | -0/+4 | |
This includes click and py, which are both being used in the recent updates. | |||||
2015-12-31 | Rename existing cli files | Jon Bernard | 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 | Jon Bernard | 1 | -4/+5 | |
2014-07-24 | Various pep8 fixes and cleanups | Jon Bernard | 1 | -4/+3 | |
Re #36 | |||||
2014-07-11 | Add license field back to setup keywords | Jon Bernard | 1 | -2/+3 | |
2014-07-11 | Cleanup imports and move __version__ to __init__.py | Jon Bernard | 1 | -11/+3 | |
2014-07-08 | Fix typo in setup.py classifiers | Jon Bernard | 1 | -1/+1 | |
2014-07-07 | Cleanup setup.py | Jon Bernard | 1 | -27/+17 | |
2014-07-07 | Use entry point for bin stub | Jon Bernard | 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 | Jon Bernard | 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 | Jon Bernard | 1 | -10/+0 | |
2012-03-08 | Add specific Python version trove classifiers | Daniel Harding | 1 | -0/+8 | |
2011-11-01 | Switch to ISC license | Jon Bernard | 1 | -2/+2 | |
2011-10-30 | Import license content instead of duplicating it | Jon Bernard | 1 | -0/+1 | |
2011-10-05 | Add HISTORY.rst to keep a log of changes for each release | Jon Bernard | 1 | -1/+2 | |
2011-08-27 | Add publish and test routines to setup.py | Jon Bernard | 1 | -0/+13 | |
2011-07-03 | Add option to print version number | Jon Bernard | 1 | -3/+11 | |
2011-04-22 | Initial commitv0.1.0 | Jon Bernard | 1 | -0/+22 | |