Metadata-Version: 2.0
Name: wrench
Version: 0.3.1
Summary: Collection of random python tools and utilities 
Home-page: https://github.com/cltrudeau/wrench
Author: Christopher Trudeau
Author-email: ctrudeau+pypi@arsensa.com
License: MIT
Keywords: tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (>=1.9)
Requires-Dist: portalocker (>=0.5.4)

wrench
******

Another tool for your python toolset.  General odds and ends that kept coming
up in projects.

Installation
============

.. code-block:: bash

    $ pip install wrench

Docs
====

Docs available at: http://python-wrench.readthedocs.org/en/latest/


