Metadata-Version: 2.1
Name: django-payu-api
Version: 1.0.6
Summary: PayU API is a solution that allows you to make payments through the PayU payment gateway.
Home-page: https://gitlab.com/integree/payu_api
Author: Integree Bussines Solutions
Author-email: hello@integree.eu
License: UNKNOWN
Description: # PayU API
        
        ![Python version](https://img.shields.io/pypi/pyversions/django-payu-api.svg)
        ![Django version](https://img.shields.io/badge/django-1.11%20or%20newer-green.svg)
        ![PyPI version](https://img.shields.io/pypi/v/django-payu-api.svg)
        ![Licence](https://img.shields.io/pypi/l/django-payu-api.svg)
        ![Downloads](https://img.shields.io/pypi/dm/django-payu-api.svg)
        
        PayU API is a solution that allows you to make payments through the PayU payment gateway.
        
        ----
        
        ## Requirements
        
        PayU API requires Python 2.7 or Python 3.3 or newer and Django 1.11.
        
        ## Installation
        
        To install payu-api, run the following command inside this directory::
        
        ```
        python setup.py install
        ```
        
        You can also install the package with a symlink, so that changes to the source files will be immediately available to other users of the package on your system::
        
        ```
        python setup.py develop
        ```
        
        If you have the Python `easy_install` utility available, you can also type the following to download and install in one step:
        
        ```
        easy_install intgr-payu-api
        ```
        
        Or if you're using `pip`:
        
        ```
        pip install intgr-payu-api
        ```
        
        To install payu-api from SVN directly:
        
        ```
        pip install -e svn+http://example.com/svn/intgr_bir_api/trunk#egg=bir_api
        ```
        
        or, if you need install from branch:
        
        ```
        pip install -e svn+http://example.com/svn/intgr_bir_api/branches/dev_0_2#egg=bir_api
        ```
        
        Or if you'd prefer you can simply place the included `payu_api` directory somewhere on your python path, or symlink to it from somewhere on your Python path.
        
        ## Authors
        
        This project was implemented by [Integree Bussines Solutions](https://www.integree.eu) from Warsaw, Poland
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
