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.3.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.3.tar.gz.
File metadata
- Download URL: plugs-payments-0.1.3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ffad84c43934a354f8bbfb381a3fb596772dca7b73ded05b0859c3aa505095a
|
|
| MD5 |
59ea09c6459badd98773d1ce56e670e7
|
|
| BLAKE2b-256 |
ff9dd2babd8e8a3dd497ec444759a1238878f6c0b6569f6242ef273f6d009192
|
File details
Details for the file plugs_payments-0.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_payments-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3aacb3d6a9821f088d21941cdc5abe506076459674fce1341d6b66e1e6df7af
|
|
| MD5 |
a5a1e9c7d6febf1464b759fe9877c87e
|
|
| BLAKE2b-256 |
c4266b1e3839797ad7382d7f1e9aaf32f124c7a72036fa946b754e27163bda8e
|