Metadata-Version: 2.1
Name: django-helcim
Version: 0.2.1
Summary: A Django-based integration with the Helcim Commerce API.
Home-page: https://github.com/studybuffalo/django-helcim.
Author: Joshua Torrance
Author-email: studybuffalo@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://django-helcim.readthedocs.io/en/latest/
Project-URL: Source code, https://github.com/studybuffalo/django-helcim
Project-URL: Issues, https://github.com/studybuffalo/django-helcim/issues
Keywords: Django,Helcim,Oscar,Payment
Platform: linux
Platform: windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Other/Nonlisted Topic
Description-Content-Type: text/x-rst
Requires-Dist: django (>=1.11)
Requires-Dist: requests (>=2.0)
Requires-Dist: xmltodict (>=0.11)
Provides-Extra: oscar
Requires-Dist: django-oscar (<1.7,>=1.5); extra == 'oscar'

===================
django-helcim
===================

|PyPI|_ |PythonVersions| |DjangoVersions| |License|_

|BuildStatus|_ |Coverage|_

.. |PyPI| image:: https://img.shields.io/pypi/v/django-helcim.svg
   :alt: PyPI

.. _PyPI: https://pypi.org/project/django-helcim/

.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/django-helcim.svg
   :alt: PyPI - Python Version

.. |DjangoVersions| image:: https://img.shields.io/pypi/djversions/django-helcim.svg
   :alt: PyPI - Django Version

.. |BuildStatus| image:: https://travis-ci.org/studybuffalo/django-helcim.svg?branch=master
   :alt: Travis-CI build status

.. _BuildStatus: https://travis-ci.org/studybuffalo/django-helcim

.. |Coverage| image:: https://codecov.io/gh/studybuffalo/django-helcim/branch/master/graph/badge.svg
   :alt: Codecov code coverage

.. _Coverage: https://codecov.io/gh/studybuffalo/django-helcim

.. |License| image:: https://img.shields.io/github/license/studybuffalo/django-helcim.svg
   :alt: License

.. _License: https://github.com/studybuffalo/django-helcim/blob/master/LICENSE

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`_.

.. _Django: https://www.djangoproject.com/

.. _Helcim Commerce API: https://www.helcim.com/support/article/625-helcim-commerce-api-api-overview/

.. _Django Oscar: https://github.com/django-oscar/django-oscar

---------------
Getting Started
---------------

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

.. _Read The Docs: https://django-helcim.readthedocs.io/en/latest/

-------
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`_.

.. _docs provide examples for setup and common issues: https://django-helcim.readthedocs.io/en/latest/installation.html

.. _sandbox environment: https://django-helcim.readthedocs.io/en/latest/contributing.html#sandbox-website

.. _GitHub Issue: https://github.com/studybuffalo/django-helcim/issues

------------
Contributing
------------

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

.. _details on contributing can be found in the docs: https://django-helcim.readthedocs.io/en/latest/contributing.html

----------
Versioning
----------

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

.. _Semantic Versioning 2.0.0: https://semver.org/

-------
Authors
-------

Joshua Robert Torrance (StudyBuffalo_)

.. _StudyBuffalo: https://github.com/studybuffalo

-------
License
-------

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

.. _LICENSE: https://github.com/studybuffalo/django-helcim/blob/master/LICENSE

----------------
Acknowledgements
----------------

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

.. _django-oscar-paypal: https://github.com/django-oscar/django-oscar-paypal

---------
Changelog
---------

You can view all `package changes on the docs`_.

.. _package changes on the docs: https://django-helcim.readthedocs.io/en/latest/changelog.html


