Metadata-Version: 2.0
Name: altapay
Version: 0.1.dev1
Summary: Unofficial Python SDK for AltaPay (formerly Pensio).
Home-page: https://github.com/coolshop-com/AltaPay
Author: Coolshop.com
Author-email: altapaysdk@coolshop.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
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 :: 3
Requires-Dist: requests
Requires-Dist: six

.. image:: https://travis-ci.org/coolshop-com/AltaPay.svg
    :target: https://travis-ci.org/coolshop-com/AltaPay

.. image:: https://codecov.io/github/coolshop-com/AltaPay/coverage.svg?branch=master
    :target: https://codecov.io/github/coolshop-com/AltaPay?branch=master

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

This is an unofficial Python SDK for AltaPay (formerly Pensio), https://altapay.com/. The SDK is maintained by Coolshop.com, https://www.coolshop.com/.

Documentation
=============
`Documentation is available at Read the Docs <http://altapay.readthedocs.org/en/latest/>`_.

Requirements
============
- Python (2.7, 3.3, 3.4, 3.5)

Other versions of Python may also be supported, but these are the only versions we test against.

Dependencies
++++++++++++
- requests
- six

Installation
============
To come

Getting Started
===============
To come

Contributing
============
To come

Running the Tests
+++++++++++++++++
First of all, have `tox <http://tox.readthedocs.org/en/latest/>`_ installed on your system. System-wide is probably the better choice. Once you have tox installed, simply run:

.. code:: python

    tox

This will run all tests, against all supported Python versions.


Change Log
----------

0.1.dev1 (2015-12-23)
+++++++++++++++++++++

0.1.dev0 (2015-12-18)
+++++++++++++++++++++

- Basic API connection class implemented in `altapay.api.API`
- Basic Payment class implemented in `altapay.payment.Payment` which is currently mainly for creating a very basic payment request with the AltaPay service


