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.2.tar.gz
(9.4 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.2.tar.gz.
File metadata
- Download URL: plugs-payments-0.1.2.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
766fb4ff029b79205bbb9d23130b2a43d6fbf0f476a0f3aef494cfda8e4653e9
|
|
| MD5 |
faff2ef8523e8aa24c4536f5933a02bc
|
|
| BLAKE2b-256 |
46f2048fa7a53156b481a1ab6d6aabd8e6ac40ff2839354bdc53a100503a4a72
|
File details
Details for the file plugs_payments-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_payments-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19a6edca531c8ee8191c2b543546e9e04eddf410c6e6eeab65707e9c07887fb5
|
|
| MD5 |
becb8be1ae636dd13dea2c56df9f3c0f
|
|
| BLAKE2b-256 |
f5e38bce28b774d2e3be5e94d2a927ba52b312c49d5d78aed6862f06fd94d7bc
|