Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbobm/devscripts
Modules and functions I use while developping Python code
https://github.com/tbobm/devscripts
Last synced: 3 days ago
JSON representation
Modules and functions I use while developping Python code
- Host: GitHub
- URL: https://github.com/tbobm/devscripts
- Owner: tbobm
- License: mit
- Created: 2017-06-06T11:45:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T10:35:02.000Z (over 7 years ago)
- Last Synced: 2024-11-11T05:54:54.377Z (3 days ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devscripts
Modules and functions I use while developping Python code
## simple_logger
Returns a customisable logger, from the `logging` module.
Accepts a lot of keyword, such as `name`, `should_http`...