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
plugs-payments-0.1.1.tar.gz
(9.3 kB
view details)
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.1.1.tar.gz.
File metadata
- Download URL: plugs-payments-0.1.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f70bd3a7eaa65ee646cb229fb7260b49b22d9b97fd173b5a333bdf140928c0d1
|
|
| MD5 |
3b00c2eba08774068ddd37da4c727716
|
|
| BLAKE2b-256 |
ca390782f96de7a852a8d2c01a28fb200ad83aa04488bcd7c4262695fb162ad8
|
File details
Details for the file plugs_payments-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_payments-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba7f6376820c6f137b140dd5daca14140602ffe8882e874dfe6751e42dbc27fb
|
|
| MD5 |
e825dcd9b42b79b13b170c3e5f53d378
|
|
| BLAKE2b-256 |
5d0cb77b1be94a257d10fcb797605cf27d22d5ac0a7c91439b37d0d5dbbc9a5d
|