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.4.tar.gz
(9.7 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.4.tar.gz.
File metadata
- Download URL: plugs-payments-0.1.4.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aebaa26165f597cb3c8a5870ca50a8d88dbf97232c8032771fc84abba34dcc0f
|
|
| MD5 |
a8ba70787208728ae3f4a74d0389a633
|
|
| BLAKE2b-256 |
e44d3a8d32ce507cf42e5b82051464b2102e027a0880ab2b7442ad3c44724454
|
File details
Details for the file plugs_payments-0.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_payments-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
693a555b570cb357b05e6da1437ded3a2bfe4c218e8f80cba506d1570f189ec6
|
|
| MD5 |
19e31ba3607777ab1819679dcf54decc
|
|
| BLAKE2b-256 |
600b3a9905ed82a8465203f9b9d28075955044f63f8f00ac335f9a65c2bf6567
|