Commit Graph

26 Commits (master)
 

Author SHA1 Message Date
Gergely Polonkai 45b397f74e Update documentation requirements
Upgrade to Flask-Sphinx-Themes 1.0.2
5 years ago
Gergely Polonkai ddb469a8d2
Merge pull request #5 from gergelypolonkai/rewrite-as-formatter
Rewrite the whole thing as a Formatter
5 years ago
Gergely Polonkai 7469083f0b Rewrite the whole thing as a Formatter
Having a complete `Logger` class for this purpose is a bit of an overkill.
5 years ago
Gergely Polonkai 63895ea46e
Merge pull request #4 from gergelypolonkai/config-before-app
Allow configuration of the logger before the app gets created
5 years ago
Gergely Polonkai f1459dac40 Version bump 5 years ago
Gergely Polonkai e2e2937615 Allow the logger to be configured without an active app 5 years ago
Gergely Polonkai 07dc35cec2 [Bugfix] Fix the default value of self._valid_keywords 5 years ago
Gergely Polonkai 8195d11c8c
Merge pull request #3 from gergelypolonkai/tox-fix
Fix tox environment list
5 years ago
Gergely Polonkai a51fbc33ea Fix tox environment list 5 years ago
Gergely Polonkai 41bcdc4b0b
Merge pull request #2 from gergelypolonkai/autoconfigure
Configure automatically with current_app
5 years ago
Gergely Polonkai b9c3128315 Configure automatically with current_app 5 years ago
Gergely Polonkai fbebc6ca26 [Dev] Remove Python 3.3 from the TOX list 5 years ago
Gergely Polonkai 583dfdd941 Add Blueprint logging support 6 years ago
Gergely Polonkai b68dfd57f1 Relicense under the MIT license 6 years ago
Gergely Polonkai dbe822a02c Update README
With all the fancy badges and a correct documentation URL (and as a fully
valid RST document)
6 years ago
Gergely Polonkai 0da075f683 Add requirements file for documentation generating
It will be used by readthedocs.io, so the Flask theme will be available.
6 years ago
Gergely Polonkai ffccdf6d38 Remove Python 3.6 from Tox configuration
It seems Travis-CI doesn’t support it yet.
6 years ago
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? :)
6 years ago
Gergely Polonkai 4794d11bbb Add Travis configuration 6 years ago
Gergely Polonkai e8af7e15a6 Add tox configuration 6 years ago
Gergely Polonkai 4105934142 Add a setup.py file
This is needed both by PyPI and Tox.
6 years ago
Gergely Polonkai ff40c6fe95 Create tests
… with 100% coverage!
6 years ago
Gergely Polonkai 966f547148 Finalize the extra-keyword logging feature 6 years ago
Gergely Polonkai 845a314250 Update documentation, and a bit of the functionality 6 years ago
Gergely Polonkai 67e73a02c5 Update the documentation
The README file is lying yet.
6 years ago
Gergely Polonkai 60ff70de04 Initial version
It is working as a Python module, but it lacks everything else.
6 years ago