Metadata-Version: 1.2
Name: netseasy
Version: 0.1.0
Summary: netseasy - Django gateway for the payemnt solution Easy from Nets
Home-page: https://gitlab.com/norsktest/netseasy.git
Maintainer-email: itdrift@norsktest.no
License: UNKNOWN
Description: netseasy - Django gateway for the payment solution 'Easy' from Nets
        ===================================================================
        
        .. image:: https://gitlab.com/norsktest/netseasy/badges/master/pipeline.svg
           :target: https://gitlab.com/norsktest/netseasy/commits/master
           :alt: pipeline status
        
        .. image:: https://img.shields.io/badge/docs-darkgreen.svg
           :target: https://norsktest.gitlab.io/netseasy
        
        .. image:: https://gitlab.com/norsktest/netseasy/badges/master/coverage.svg
           :target: https://norsktest.gitlab.io/netseasy/coverage
           :alt: coverage report
        
        
        This is a django gateway for the 'Easy' payment solution from Nets.
        The EasyAPI is a REST-API and supports webhooks to send updates back to Django.
        
        
        Installation
        ------------
        
        For the current stable version::
        
            pip install netseasy
        
        For the development version::
        
            pip install -e git+git@gitlab.com:norsktest/netseasy.git
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
