1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00

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.
This commit is contained in:
Christoph Miksche
2019-08-26 21:26:19 +02:00
parent 508b0ceb55
commit d95f1aacb8
15 changed files with 320 additions and 199 deletions

View File

@@ -4,6 +4,7 @@ python:
- "3.7"
cache: pip
install:
- pip install requests packaging
- pip install pipenv
- pipenv install
script:
- python tests.py