petit
petit copied to clipboard
Log analysis program for use from the command line
Adds os.access check over the specified file Closes #16
~~~console Traceback (most recent call last): File "/home/iranzo/.local/bin/petit", line 446, in get_options() File "/home/iranzo/.local/bin/petit", line 233, in get_options eval(options.mode + "()") File "", line 1, in File "/home/iranzo/.local/bin/petit", line 246,...
https://pypi.org/project/petitlog/ Closes #10
Adds precommit configuration and changes to the code
Adds Github Actions to help with tagging of releases
Add `hacktoberfest` as topic to the repo to get contributions from participants
``` that would make forking, providing patches much easier :) ``` Original issue reported on code.google.com by `[email protected]` on 29 Jul 2014 at 4:43
If I swap the T with a space in this timestamp convention, parsing works - can this format with T be supported? # cat test1.txt 2020-09-27T00:00:03.766699+00:00 hostxxxxx su: pam_unix(su:session): session...
``` dpkg -i petit-current.deb dpkg: error processing petit-current.deb (--install): parsing file '/var/lib/dpkg/tmp.ci/control' near line 2 package 'petit': error in Version string '1.1.1_1': invalid character in version number Errors were encountered...
Hi, It would be very handy to package `petit` as a package on [Pypi](https://pypi.python.org). This should only require to add a `setup.py` and would make installing `petit` without sudo rights...