Skip to main content

Reusable REST Store

Project description

https://badge.fury.io/py/plugs-store.svg https://travis-ci.org/ricardolobo/plugs-store.svg?branch=master https://codecov.io/gh/ricardolobo/plugs-store/branch/master/graph/badge.svg

Reusable REST Store

Documentation

The full documentation is at https://plugs-store.readthedocs.io.

Quickstart

Install plugs store:

pip install plugs-store

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'plugs_store.apps.PlugsStoreConfig',
    ...
)

Add plugs store’s URL patterns:

from plugs_store import urls as plugs_store_urls


urlpatterns = [
    ...
    url(r'^', include(plugs_store_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 (2018-03-23)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plugs-store-0.3.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

plugs_store-0.3.0-py2.py3-none-any.whl (8.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file plugs-store-0.3.0.tar.gz.

File metadata

  • Download URL: plugs-store-0.3.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for plugs-store-0.3.0.tar.gz
Algorithm Hash digest
SHA256 22c699c28b5925d115e85e464fcb977d7b4df50afd266f8ca9e8ef619bf2d2a8
MD5 ea37d384aeac5e2d301de781979ad988
BLAKE2b-256 96ad7f54db6d70c2cdfdef45f541c31c60d8f34d7c1516f38f869173a0cd2b0c

See more details on using hashes here.

File details

Details for the file plugs_store-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for plugs_store-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 45c1d9d65755561b4bc289ce83b8dae00290a88b1bfa0fd55aff3cadc39f5a0b
MD5 bf345afb6b9d5a8a7f501190150aca84
BLAKE2b-256 d8b0cc2908511f0b4d575b2d5a0f394f824955b4e2d0974cca016f4c0d56ffd4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page