Metadata-Version: 2.0
Name: jiffybox
Version: 0.9.0
Summary: API wrapper for jiffybox.de
Home-page: https://github.com/AmadeusITGroup/python-jiffybox
Author: Amadeus IT Group
Author-email: opensource@amadeus.com
License: UNKNOWN
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
Provides-Extra: cli
Requires-Dist: click; extra == 'cli'

jiffybox
========

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

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

* Access to the basic API elements

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

* Implement the whole API
* Use metaclasses instead of ugly hacks in ``__init__()``
* Make string version of objects less ugly
* Tests

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.9.0 (2015-02-04)
------------------

- First public release

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

- Packaging fixes

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

- Import


