Plugin for Brazilian Pix payment method with integration with OpenPix platform.
Project description
This is a plugin for pretix. to allow the use of Brazilian Pix payment method integrated with an OpenPix account.
You must have an active OpenPix account to be able to receive payments with this plugin
Development setup
Make sure that you have a working pretix development setup.
Clone this repository.
Activate the virtual environment you use for pretix development.
Execute python setup.py develop within this directory to register this application with pretix’s plugin registry.
Execute make within this directory to compile translations.
Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.
Linter and formatters
This plugin has a pre-commit hook configuration that checks and enforces some code style rules. To install it locally, you need to install pre-commit package and install the hooks:
pip install pre-commit pre-commit install
To check manually for rule violations, run:
pre-commit run -a
When you have these hooks installed, you will not be allowed to commit code that doesn’t follow the rules.
These rules are also enforced in CI.
Releasing new version
To create a new release you need to have bumpver installed:
pip install bumpver
The projet is versioned using the pattern major.minor.patch (–major, –minor and –patch). Use the desired flag before running it:
bumpver update --minor
This command will update all version references, commit it and create a tag for that release. You can use –dry to check what will be updated without commiting it.
License
Copyright 2025 Renne Rocha
Released under the terms of the AGPL
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pretix_pix_openpix-0.1.0.tar.gz.
File metadata
- Download URL: pretix_pix_openpix-0.1.0.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12370ab22c70be8c20deb96293e686b05f7fbbd5006b20f0e797142b02dd3c36
|
|
| MD5 |
df05437df91cf7f5d933d3865092174a
|
|
| BLAKE2b-256 |
603dadb9a145c9ea7d98cc7df28cb3091ca2eb0327f1c0efa5e163c31921f84f
|
File details
Details for the file pretix_pix_openpix-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pretix_pix_openpix-0.1.0-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e52a9508adcae0cedae3aafe67e129987082931faba9c65a072cf0a10d5d0be
|
|
| MD5 |
fb41d8c7a1a7589987c894aa8dee4cf3
|
|
| BLAKE2b-256 |
fc849fa1392e89af861961976f976b226d85c00dde0b5eab6fbac532f9a2420a
|