Metadata-Version: 1.1
Name: django-netaxept
Version: 0.8.b4
Summary: This is a generic payment app for django using Netaxept
Home-page: http://github.com/fivethreeo/django-netaxept/
Author: Oyvind Saltvik
Author-email: oyvind.saltvik@gmail.com
License: UNKNOWN
Description: ===============
        django-netaxept
        ===============
        
        A generic payment app for Django using Netaxept
        
        Installation
        ------------
        
        For the current stable version:
        
        :: 
         
            pip install django-netaxept
            
        For the development version:
        
        ::
        
            pip install -e git+git://github.com/fivethreeo/django-netaxept.git#egg=django-netaxept
        
        Configuration
        -------------
        
        Add ``djnetaxept`` to ``settings.INSTALLED_APPS`` and run:
        
        ::
        
            manage.py syncdb
        
        Testing
        -------
        
        ::
        
            git clone https://github.com/fivethreeo/django-netaxept.git
            cd django-netaxept
            virtualenv test_env
            source ./test_env/bin/activate
            pip install -r requirements.txt
            python runshell.py --merchantid [merchantid] --token [token]
            python runtests.py --merchantid [merchantid] --token [token]
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
