indico-plugin-payment-stripe

Stripe payment support plugin for the Indico conference management system.


License
MIT
Install
pip install indico-plugin-payment-stripe==0.0.1

Documentation

indico-plugin-payment-stripe

Stripe payment support plugin for the Indico conference management system.

This plugin was tested and developed using:

  • Indico version 2.1.7
  • Stripe API version 2018-11-02.

Other versions of Indico and/or Stripe may or may not function as intended. We recommend that you test your integration thoroughly before using this plugin.

See the Stripe testing documentation for a testing guide.

Issues

Check out our issue tracker for a complete list of outstanding issues. We welcome any kind of contributions, from bug reports to pull requests.

Requirements

  • Python 2.7

Development

Setup

In general, the following steps can be your guide for setting a local development environment:

# Clone the repository and cd into it
$ git clone {repo-url}
$ cd indico-payment-stripe

# Create your virtualenv, using pyenv for example (highly recommended: https://github.com/pyenv/pyenv)
$ pyenv virtualenv 2.7.15 indico-plugin-stripe-dev

# From within the root directory and with an active virtualenv, install the dependencies and package itself
$ pip install -e .[dev]

# Check that everything works by running the tests
$ tox

License

This plugin is MIT-licensed. Refer to the LICENSE file for the full license.

Use of the Stripe logo included in this plugin is covered by Stripe's usage agreement.