This release is a pre-release and may not be stable for production use.
Your project description goes here
Documentation
The full documentation is at https://plugs-payments.readthedocs.io.
Quickstart
Install Plugs Payments:
pip install plugs-payments
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_payments.apps.PlugsPaymentsConfig',
...
)
Add Plugs Payments’s URL patterns:
from plugs_payments import urls as plugs_payments_urls
urlpatterns = [
...
url(r'^', include(plugs_payments_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2016-12-29)
First release on PyPI.
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 plugs-payments-0.2.0a0.tar.gz.
File metadata
- Download URL: plugs-payments-0.2.0a0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a8e32cbaea87a3575c7d1526d8d1cbab3f9eac377ba76d6b20c3355298a885e
|
|
| MD5 |
db67b412625a1043495a7b096ebfdd85
|
|
| BLAKE2b-256 |
f5f5559ee7e1434e9c2f990fee28946565b411f72378c6b55d0803add2165b02
|
File details
Details for the file plugs_payments-0.2.0a0-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_payments-0.2.0a0-py2.py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2605136b95d580db473726f9e1ac2140e34636f712657f9568c674ea2e826233
|
|
| MD5 |
4cc926fa5205dfb23355a1481d806054
|
|
| BLAKE2b-256 |
a408c903eb54d59f3957b2b747d4ebfbfae7fb9eeaa1036403deebaae0542f6b
|