This is a plugin for pretix. to allow the use of Brazilian Pix payment method with manual processing.
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
Release files for pretix-pix-manual 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pretix_pix_manual-0.2.0.tar.gz | 23.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pretix_pix_manual-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.1 kB
Release files / pretix_pix_manual-0.2.0.tar.gz
| Download URL | pretix_pix_manual-0.2.0.tar.gz |
|---|---|
| Size | 23.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
072f978173e1601fe4af15f79efb98aefd6b537a7c1a888e62006c4476809c89
|
|
BLAKE2b-256 checksum How to use checksums |
2968418c9751f1e1026a1b2caccb236313bf5c3fff756ecdde52aa48a2a5efb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.4
|
Release files / pretix_pix_manual-0.2.0-py3-none-any.whl
| Download URL | pretix_pix_manual-0.2.0-py3-none-any.whl |
|---|---|
| Size | 25.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
37d0157d7a1f341ad57104508e1142f145efb54b05637cbd1f7b8e3bec11d681
|
|
BLAKE2b-256 checksum How to use checksums |
455f23af3ebe89b0e3299de0c36ed6af44750bfa2b0221f7cb731f16a5ef37ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.4
|