Metadata-Version: 2.0
Name: jiffybox
Version: 0.11.0
Summary: API wrapper for jiffybox.de
Home-page: https://github.com/AmadeusITGroup/python-jiffybox
Author: Thomas Weißschuh
Author-email: thomas.weissschuh@de.amadeus.com
License: GPL3
Keywords: API jiffybox domainfactory
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests
Requires-Dist: six
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: requests; extra == 'tests'
Requires-Dist: six; extra == 'tests'
Requires-Dist: click; extra == 'tests'
Requires-Dist: visitor (>=0.1.3); extra == 'tests'
Provides-Extra: cli
Requires-Dist: click; extra == 'cli'
Requires-Dist: visitor (>=0.1.3); extra == 'cli'

jiffybox
========

.. image:: https://img.shields.io/pypi/v/jiffybox.svg
    :target: https://pypi.python.org/pypi/jiffybox

.. image:: https://api.travis-ci.org/AmadeusITGroup/python-jiffybox.svg
        :target: https://travis-ci.org/AmadeusITGroup/python-jiffybox

A wrapper around the API of JiffyBox (http://jiffybox.de)
Consisting of a python library
and a command line program using the library.

.. list-table::

  * - Docs
    - http://python-jiffybox.readthedocs.io
  * - Downloads
    - https://pypi.python.org/pypi/jiffybox/
  * - Source
    - https://github.com/AmadeusITGroup/python-jiffybox

Current features
----------------

* Access to the basic API elements

Planned features
----------------

* Implement the whole API
* Make string version of objects less ugly
* Tests

Underlying API
--------------

The upstream HTTP API this library is using is documented on
https://www.df.eu/fileadmin/media/doc/jiffybox-api-dokumentation.pdf.

Note
----

.. WARNING::
  This library is in **no** way affiliated with domainFACTORY, the provider of the
  JiffyBox service.

License
-------

GPL3


Changelog for jiffybox
======================

X.X.X (unreleased)
------------------

- Nothing changed yet

0.11.0 (2016-06-01)
------------------

- Add `Plan.priceCap`
- Packaging and documentation fixes

0.10.2 (2016-05-31)
-------------------

- Unbreak help generation

0.10.1 (2016-05-31)
-------------------

- Documentation fixes

0.10.0 (2016-05-31)
-------------------

- Reworked plaintext cli formatter
- Switch to metaclasses instead of `__init__` hacks
- Add deletion of boxes
- Cosmetic and documentation changes

0.9.1 (2015-02-04)
------------------

- Packaging fixes

0.9.0 (2015-02-04)
------------------

- First public release

0.5.1 (2015-01-07)
------------------

- Packaging fixes

0.5.0 (2015-01-06)
------------------

- Import


