Initial commit

This commit is contained in:
2022-02-02 10:37:07 +01:00
commit fc29d44522
10 changed files with 81 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# syslogformat
Python logging.Formatter class for syslog style messages
## Usage
...
## Installation
`pip install syslogformat`
## Dependencies
Python Version ..., OS ...
## Building from source
Run `python -m build`