Metadata-Version: 2.0
Name: ambition
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/ambitioninc/ambition-python
Author: Ryan Bales
Author-email: opensource@ambition.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: urllib3 (>=1.10)
Requires-Dist: six (>=1.9)
Requires-Dist: certifi
Requires-Dist: python-dateutil (==2.4.2)

.. image:: https://travis-ci.org/ambitioninc/ambition.png
   :target: https://travis-ci.org/ambitioninc/ambition

.. image:: https://coveralls.io/repos/ambitioninc/ambition/badge.png?branch=develop
    :target: https://coveralls.io/r/ambitioninc/ambition?branch=develop

.. image:: https://pypip.in/v/ambition/badge.png
    :target: https://pypi.python.org/pypi/ambition/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/ambition/badge.png
    :target: https://pypi.python.org/pypi/ambition/
    :alt: Number of PyPI downloads

ambition
===============

Installation
------------
To install the latest release, type::

    pip install ambition

To install the latest code directly from source, type::

    pip install git+git://github.com/ambitioninc/ambition.git

Documentation
=============

Full documentation is available at http://ambition.readthedocs.org

License
=======
MIT License (see LICENSE)


