Commit Graph

16 Commits

Author SHA1 Message Date
Omer Yampel fad4ef5b36 Update .travis.yml
Adds celery into pip install for travis
2017-06-30 23:56:11 -04:00
Omer Yampel b39619bb3e Celery task logging in place of blueprints
When inside a celery task, this allows you to use the task name rather than a blueprint
2017-06-28 09:56:12 -04:00
Gergely Polonkai 583dfdd941 Add Blueprint logging support 2017-02-02 16:33:14 +01:00
Gergely Polonkai b68dfd57f1 Relicense under the MIT license 2017-02-01 23:03:54 +01:00
Gergely Polonkai dbe822a02c Update README
With all the fancy badges and a correct documentation URL (and as a fully
valid RST document)
2017-01-16 12:54:10 +01:00
Gergely Polonkai 0da075f683 Add requirements file for documentation generating
It will be used by readthedocs.io, so the Flask theme will be available.
2017-01-16 12:27:11 +01:00
Gergely Polonkai ffccdf6d38 Remove Python 3.6 from Tox configuration
It seems Travis-CI doesn’t support it yet.
2017-01-16 11:51:11 +01:00
Gergely Polonkai e23cc83dff Update Travis-CI configuration with better codecov settings
Codecov suggests to use the bash uploader, even in Python projects. Who am I
to disagree? :)
2017-01-16 11:48:43 +01:00
Gergely Polonkai 4794d11bbb Add Travis configuration 2017-01-16 11:45:15 +01:00
Gergely Polonkai e8af7e15a6 Add tox configuration 2017-01-16 11:43:55 +01:00
Gergely Polonkai 4105934142 Add a setup.py file
This is needed both by PyPI and Tox.
2017-01-16 11:43:43 +01:00
Gergely Polonkai ff40c6fe95 Create tests
… with 100% coverage!
2017-01-16 11:40:30 +01:00
Gergely Polonkai 966f547148 Finalize the extra-keyword logging feature 2017-01-16 11:40:00 +01:00
Gergely Polonkai 845a314250 Update documentation, and a bit of the functionality 2017-01-16 08:56:58 +01:00
Gergely Polonkai 67e73a02c5 Update the documentation
The README file is lying yet.
2017-01-16 08:28:26 +01:00
Gergely Polonkai 60ff70de04 Initial version
It is working as a Python module, but it lacks everything else.
2017-01-15 17:36:01 +01:00