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.0.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.0.tar.gz.
File metadata
- Download URL: plugs-payments-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3812d11c892afe76c96c7b3367241b8d83006c5f5f8bc0d0f7c44c2f53f0454c
|
|
| MD5 |
2e29fa1ae3e11dfd92e7d5a5d40a4bbc
|
|
| BLAKE2b-256 |
b425eb98e11983314695f72a13f81130ecbd5a0d370664a1e818c3d128b56f55
|
File details
Details for the file plugs_payments-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_payments-0.1.0-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 |
7f9301fea6f562f469b9535c031e36d4d800ee20c49f17bd73185a6a41b4793a
|
|
| MD5 |
634ab5c7c883d3be2f2e2c70a3632a9f
|
|
| BLAKE2b-256 |
31ea7da4987b2fd2de0963baf163caadabf53d4683e4a82971738c9afa89a489
|