Christoph Miksche
65bfa64517
feat: release new version
...
There were many changes since the last release.
2020-05-09 21:02:21 +02:00
Christoph Miksche
b92496fc0d
refactor: follow PEP standards
...
Follow Python Enhancement Proposals and add PyLint to enforce them.
2020-03-27 16:56:05 +01:00
Christoph Miksche
480604dce3
docs: add contributor, update version & .gitignore
...
- Add the new contributor @iwalton3 to the README.md
- Update the version for publishing in PyPI
- Update .gitignore to ignore distribution files
2019-09-04 15:36:33 +02:00
Christoph Miksche
3828e07d90
feat: add restriction for python 3
...
Add a restriction for python 3 so that installing this software with python 2 isn't possible.
Should fix GH-10.
2019-09-02 13:47:29 +02:00
Christoph Miksche
aa6fc91826
fix: cli in update.py
2019-08-26 23:03:09 +02:00
Christoph Miksche
98ddb8c119
fix: new version
2019-08-26 22:56:20 +02:00
Christoph Miksche
05caef9d41
fix: file structure
2019-08-26 22:46:46 +02:00
Christoph Miksche
56f128b2f7
feat: add long description
2019-08-26 21:33:28 +02:00
Christoph Miksche
d95f1aacb8
feat: New structure, added CLI, logging and setup
...
* Changed structure to a Object orientated approach.
* Add CLI with input for the settings file.
* Added logging via file.
* Added setup for publishing in pip.
2019-08-26 21:26:19 +02:00