Metadata-Version: 2.0
Name: use-logging
Version: 0.0.1
Summary: Tool for changing python print statements into logging module invocations. Automatically adds the appropriate imports.
Home-page: https://github.com/GambitResearch/use_logging
Author: Daniel Royde
Author-email: danielroyde@gmail.com
License: MIT
Keywords: Python,Logging
Platform: UNKNOWN

use_logging
========================

Tool for changing python print statements into logging module invocations. Automatically adds the appropriate imports.

Implemented by wrapping lib2to3, hence some oddities.

Installation
------------------------

	$ pip install use_logging

Example Useage
------------------------

    $ use_logging -w my_project/*.py


Links
------------------------
https://docs.python.org/2/library/2to3.html



ToDo
------------------------
1. Any more tests?

1. Publish on pypi.

1. Rest of stuff in https://github.com/vitorbaptista/pyconuk_helloworld (bandit, manifest/+check)


