Metadata-Version: 1.1
Name: duedil
Version: 0.4.5
Summary: Duedil API client
Home-page: http://duedilv3.readthedocs.org/en/latest/
Author: Christian Ledermann
Author-email: christian.ledermann@gmail.com
License: Apache License 2.0
Description: DueDil API v3 |pypi| |build-status| |coverage-status| |waffle| |docs|
        =====================================================================
        
        This is a Python implementation of the `DueDil v3 API`_, see the generated
        `documentation <http://duedilv3.readthedocs.org/en/latest/>`_ for more information.
        
        .. |build-status| image:: https://travis-ci.org/founders4schools/duedilv3.svg?branch=master
            :target: https://travis-ci.org/founders4schools/duedilv3
            :alt: Build
        .. |coverage-status| image:: https://coveralls.io/repos/founders4schools/duedilv3/badge.png
            :target: https://coveralls.io/r/founders4schools/duedilv3
            :alt: Coverage
        .. |pypi| image:: https://badge.fury.io/py/duedil.svg
            :target: http://badge.fury.io/py/duedil
            :alt: PyPi Status
        .. |waffle| image:: https://badge.waffle.io/founders4schools/duedilv3.png?label=ready&title=Ready
            :target: https://waffle.io/founders4schools/duedilv3
            :alt: 'Stories in Ready'
        
        .. |docs| image:: https://readthedocs.org/projects/duedilv3/badge/?version=latest
            :target: https://readthedocs.org/projects/duedilv3/?badge=latest
            :alt: Documentation Status
        .. _DueDil v3 API: https://developer.duedil.com/
        
        
        .. :changelog:
        
        History
        =======
        
        0.4.5 (2015/10/01)
        ------------------
        
        - Added container magic methods to Resource class
        
        0.4.4 (2015/09/30)
        ----------------
        
        - Merged some changes from a fork, updated tests to match
        - Refactored the api clients, restructured the resources to include all API endpoints
        - Added Search resources
        - Resources now work by passing an API_KEY through to them or settings the environment variable DUEDIL_API_KEY
        - Resources need filling out and fixing together with related resources
        - Skeletons of the International API is there & the lite API
        
        
        0.3 (2015/02/27)
        ----------------
        
        - Company and Directors searches are returning a result set instead of a list
        - Change in ordering of search results
        
        
        0.2 (2014/12/10)
        ----------------
        
        - add v3 lite api
        
        0.1 (2014/12/09)
        ----------------
        
        - Initial version on PyPI - only v3pro api partially implemented
        
        
        
Keywords: duedil,api
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 3 - Alpha
