django-helcim

A Django-based integration with the Helcim Commerce API.


Keywords
Django, Helcim, Oscar, Payment, django-oscar
License
GPL-3.0
Install
pip install django-helcim==0.9.1

Documentation

django-helcim

PyPI PyPI - Python Version PyPI - Django Version License

Travis-CI build status Codecov code coverage

This package provides a Django-based integration with the Helcim Commerce API. It is designed to be easily implemented with existing Django-based commerce platforms and comes with an optional module to connect with Django Oscar.

Getting Started

Instructions on installing and configuration can be found on Read The Docs.

Support

The docs provide examples for setup and common issues to be aware of. If the issue involves connecting this package to Django Oscar, this repository contains a sandbox environment you can review for a minimal working example. For any other issues, you can submit a GitHub Issue.

Contributing

Contributions are welcome, especially to address bugs and extend functionality. Full details on contributing can be found in the docs.

Versioning

This package uses a MAJOR.MINOR.PATCH versioning, as outlined at Semantic Versioning 2.0.0.

Authors

Joshua Robert Torrance (StudyBuffalo)

License

This project is licensed under the GPLv3. Please see the LICENSE file for details.

Acknowledgements

Thanks to the django-oscar-paypal developers, from which many of this packages design decisions are based.

Changelog

You can view all package changes on the docs.