Metadata-Version: 2.0
Name: shipfunk-python
Version: 0.1.0
Summary: Python module for Shipfunk API
Home-page: https://github.com/vilkasgroup/shipfunk_python
Author: Jaana Sarajärvi
Author-email: jaana.sarajarvi@vilkas.fi
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: shipfunk_python
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests

========
Shipfunk
========


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

.. image:: https://img.shields.io/travis/vilkasgroup/shipfunk_python.svg
        :target: https://travis-ci.org/vilkasgroup/shipfunk_python

.. image:: https://readthedocs.org/projects/shipfunk_python/badge/?version=latest
        :target: https://shipfunk_python.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://coveralls.io/repos/github/vilkasgroup/shipfunk_python/badge.svg?branch=master
   :target: https://coveralls.io/github/vilkasgroup/shipfunk_python?branch=master
   :alt: Coveralls status

Python module for Shipfunk API


* Free software: MIT license
* Documentation: https://shipfunk-python.readthedocs.io.


Features
--------

* Deliveries handling
* Pickup point search
* Package card and tracking code creation
* User accounts handling

.. include:: docs/usage.rst

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2018-01-08)
------------------

* First release on PyPI.


