Not your grandmother's logging tool
Project description
outlawg
=======================
Description
-----------
Not your grandmother's logging tool.
Simple logging, designed for non-application output.
No timestamping, no component listing with focus on header customization.
|travis| |pypi|
.. |travis| image:: https://travis-ci.org/rpappalax/outlawg.svg?branch=master
:target: https://travis-ci.org/rpappalax/outlawg
.. |pypi| image:: https://badge.fury.io/py/outlawg.svg
:target: http://badge.fury.io/py/outlawg
Install
-------
.. code:: bash
$ pip install outlawg
or
.. code:: bash
$ git clone https://github.com/rpappalax/outlawg.git
$ cd outlawg
$ python setup.py develop
Example
-----
(example output)[https://github.com/rpappalax/outlawg/blob/master/Examples/output.txt]
example code:
.. code:: bash
from outlawg import Outlawg
out = Outlawg()
out.header('YOUR HEADER')
print('some stuff here')
out.subheader('MY_SUB_HEADER')
print('some stuff here')
out.header('YOUR HEADER', 'XL')
print('some stuff here')
out.header('YOUR HEADER', 'L')
print('some stuff here')
out.header('YOUR HEADER', 'M')
print('some stuff here')
out.header('YOUR HEADER', 'S')
print('some stuff here')
out.header('YOUR HEADER', 'XL', '~')
print('some stuff here')
out.header('YOUR HEADER')
out.subheader('YOUR SUB-HEADER')
print('some stuff here\n\n\n')
out.banner('YOUR BANNER')
print('some stuff here\n\n\n')
0.0.1 (2016-03-09)
------------------
- [feature] Get the basic function working.
How to get more details?
------------------------
Use git to see what happend since last release::
git diff 0.9.0...
Or git to see what happend between two releases::
git diff 0.8.0..0.9.0
=======================
Description
-----------
Not your grandmother's logging tool.
Simple logging, designed for non-application output.
No timestamping, no component listing with focus on header customization.
|travis| |pypi|
.. |travis| image:: https://travis-ci.org/rpappalax/outlawg.svg?branch=master
:target: https://travis-ci.org/rpappalax/outlawg
.. |pypi| image:: https://badge.fury.io/py/outlawg.svg
:target: http://badge.fury.io/py/outlawg
Install
-------
.. code:: bash
$ pip install outlawg
or
.. code:: bash
$ git clone https://github.com/rpappalax/outlawg.git
$ cd outlawg
$ python setup.py develop
Example
-----
(example output)[https://github.com/rpappalax/outlawg/blob/master/Examples/output.txt]
example code:
.. code:: bash
from outlawg import Outlawg
out = Outlawg()
out.header('YOUR HEADER')
print('some stuff here')
out.subheader('MY_SUB_HEADER')
print('some stuff here')
out.header('YOUR HEADER', 'XL')
print('some stuff here')
out.header('YOUR HEADER', 'L')
print('some stuff here')
out.header('YOUR HEADER', 'M')
print('some stuff here')
out.header('YOUR HEADER', 'S')
print('some stuff here')
out.header('YOUR HEADER', 'XL', '~')
print('some stuff here')
out.header('YOUR HEADER')
out.subheader('YOUR SUB-HEADER')
print('some stuff here\n\n\n')
out.banner('YOUR BANNER')
print('some stuff here\n\n\n')
0.0.1 (2016-03-09)
------------------
- [feature] Get the basic function working.
How to get more details?
------------------------
Use git to see what happend since last release::
git diff 0.9.0...
Or git to see what happend between two releases::
git diff 0.8.0..0.9.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
outlawg-0.0.1.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
outlawg-0.0.1-py2.7.egg
(1.6 kB
view details)
File details
Details for the file outlawg-0.0.1.tar.gz.
File metadata
- Download URL: outlawg-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bda8876a3525464d22d967287a6b8c4ec2649900ab5d16a2bb4b099ff31fea4c
|
|
| MD5 |
b122ccc97e5cfff1112c21dbdd588921
|
|
| BLAKE2b-256 |
aad9a8b50052869a256cc09ef94767dc9aaa921f22130706700e38ef498f6c6a
|
File details
Details for the file outlawg-0.0.1-py2.7.egg.
File metadata
- Download URL: outlawg-0.0.1-py2.7.egg
- Upload date:
- Size: 1.6 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72ab36fd82cdd8d3212ff74f8ea0cd64a25b4f7fe0f2a487ea63632d7249df5f
|
|
| MD5 |
2aaf9ef785502b3c29da333310c74870
|
|
| BLAKE2b-256 |
55504eded742042b67357b66099d0f6ffa50e938ad1ff89b0290e0dfea1c0b93
|