Metadata-Version: 2.0
Name: ostrichlib
Version: 0.1rc1
Summary: Ostrich Lib - A Bunch of Simple Useful Stuff
Home-page: https://github.com/TheOstrichIO/ostrichlib
Author: Itamar Ostricher
Author-email: python@ostricher.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: future
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-pep8; extra == 'test'

.. image:: https://travis-ci.org/TheOstrichIO/ostrichlib.svg?branch=master
    :target: https://travis-ci.org/TheOstrichIO/ostrichlib
    :alt: Build Status

.. image:: https://coveralls.io/repos/github/TheOstrichIO/ostrichlib/badge.svg?branch=master
    :target: https://coveralls.io/github/TheOstrichIO/ostrichlib?branch=master
    :alt: Code Coverage

.. image:: https://readthedocs.org/projects/ostrichlib/badge/?version=latest
    :target: http://ostrichlib.readthedocs.org/en/latest/?badge=latest
    :alt: Documentation Status

======================================
Ostrich Lib: Pythoning with an Ostrich
======================================

A Bunch of Simple Useful Python Modules


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

.. code-block:: shell

    pip install ostrichlib


Detailed Documentation
----------------------

Available via `ReadTheDocs <http://ostrichlib.readthedocs.org/en/latest/>`_.



