Metadata-Version: 2.0
Name: ambition-utils
Version: 0.2.0
Summary: Various utility packages used across Ambition projects.
Home-page: https://github.com/ambitioninc/ambition-utils
Author: Wes Okes
Author-email: wes.okes@gmail.com
License: MIT
Keywords: django,database,query,sql,postgres,upsert
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Requires-Dist: Django (>=1.11)
Requires-Dist: ambition-django-timezone-field (>=2.0.1)
Requires-Dist: celery
Requires-Dist: django-manager-utils (>=0.13.1)
Requires-Dist: fleming (>=0.4.6)
Requires-Dist: python-dateutil (>=2.4.2)
Requires-Dist: pytz (>=2015.6)
Requires-Dist: six

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

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

.. image:: https://pypip.in/v/ambition-utils/badge.png
    :target: https://crate.io/packages/ambition-utils/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/ambition-utils/badge.png
    :target: https://crate.io/packages/ambition-utils/


Requirements
------------
* Python 3.6
* Django 1.11+
* Postgres 9.5+

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

    pip install ambition-utils

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

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

Documentation
-------------

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

License
-------
MIT License (see LICENSE)


