Metadata-Version: 2.1
Name: py-emspost-api
Version: 0.1.0.dev0
Summary: Python API for EMS Russian ervice:
Home-page: https://github.com/okfish/py-emspost-api
Author: Oleg Rybkin aka Fish
Author-email: okfish@yandex.ru
License: BSD
Keywords: py-emspost-api
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE
License-File: AUTHORS.rst

===============================
EMS Russian Post Python API
===============================

Simple Python API for EMS Russian Post REST service.

Under heavy development. 

Issue: uses CURL in blocking mode!


Quickstart
----------

Install django-oscar-shipping::

    pip install -e git+https://github.com/okfish/py-emspost-api/py-emspost-api.git#egg=py-emspost-api

Usage::

	from emspost_api import emspost
	
	api = emspost.EmsAPI()
	print api.is_online()

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

The full REST API documentation available at http://www.emspost.ru/ru/corp_clients/dogovor_docements/api/

TODO: EmsAPI docs


Features
--------

* All API methods implemented:
	* ems.test.echo
	* ems.get.locations
	* ems.get.max.weight
	* ems.calculate

License
-------

* Free software: BSD license
	



History
-------

0.1.0-dev (2015-03-02)
----------------------

* First release on Git. Main functions implemented
	1. ems.test.echo
	2. ems.get.locations
	3. ems.get.max.weight
	4. ems.calculate
