API auto filtering and ordering
Project description
Your project description goes here
Documentation
The full documentation is at https://plugs-filter.readthedocs.io.
Quickstart
Install Plugs Filter:
pip install plugs-filter
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_filter.apps.PlugsFilterConfig',
...
)
Add Plugs Filter’s URL patterns:
from plugs_filter import urls as plugs_filter_urls
urlpatterns = [
...
url(r'^', include(plugs_filter_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.1 (2017-01-18)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plugs-filter-0.3.1.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file plugs-filter-0.3.1.tar.gz
.
File metadata
- Download URL: plugs-filter-0.3.1.tar.gz
- Upload date:
- Size: 8.0 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 | 2bb5019f61daff125f11a1c71d4fe24f310970d705ce463aea8dd739e3b2940f |
|
MD5 | 34791be36c679e009763dc4e633163f4 |
|
BLAKE2b-256 | 76dd3fae3cbbabc1b9bfc6e01f6aaad3f5a92cfcd87f55602fd0ed7d4a4b28b7 |
File details
Details for the file plugs_filter-0.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: plugs_filter-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.7 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 | a763b63f9c9e6c7e9c47d91042c08d9aca922f24b39216f8b9f788ec81c02929 |
|
MD5 | 130bf78d40fd444609464fb28740d55e |
|
BLAKE2b-256 | 64da299b49893ff216b014ac88a418da42abf3330a888bfe956d1893e4063767 |