Metadata-Version: 2.1
Name: depo
Version: 0.2.0
Summary: DEPO Delivery Service Bindings for Python
Home-page: https://www.backbone.sk/en/
Author: Palo Sopko
Author-email: pavol@sopko.sk
License: MIT
Project-URL: Bug Tracker, https://github.com/palosopko/depo-python/issues
Project-URL: Source Code, https://github.com/palosopko/depo-python
Description: # DEPO Bindings for Python
        
        Python library to create orders for delivery through [DEPO](http://depo.sk)'s service API.
        
        
        ## Setup
        
        You can install this package by using the pip tool and installing:
        
        	$ pip install depo
        
        See [documentation](http://www.pip-installer.org/en/latest/index.html) for instructions on installing `pip`. If you are on a system with `easy_install` but not `pip`, you can use `easy_install` instead. If you're not using [virtualenv](http://www.virtualenv.org/), you may have to prefix those commands with `sudo`.
        
        To install from source, run:
        
        	python setup.py install
        
        To install via `requirements` file from your project, for this moment add the following in before updating dependencies:
        
        	-e git+git@dev01.backbone.sk:artforum/depo-python.git#egg=depo
        
        
        ## Contributing
        
        1. Check for open issues or open a new issue for a feature request or a bug.
        2. Fork the repository and make your changes to the master branch (or branch off of it).
        3. Send a pull request.
        
        
        ## Changelog
        
        ### v0.1.1: 04/04/2017
        
        Fixes creating order from place's identifiers sent as unicode.
        
        ### v0.1.0: 28/03/2017
        
        Initial version with support for getting pickup places.
        
        ---
        
        &copy; 2017 BACKBONE, s.r.o.
        
Keywords: depo
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
