Skip to main content

ExO library to manage Messages

Project description

https://badge.fury.io/py/lib-exo-messages.svg https://travis-ci.org/jsujar/lib-exo-messages.svg?branch=master https://codecov.io/gh/jsujar/lib-exo-messages/branch/master/graph/badge.svg

Library to manage Messages

Documentation

Quickstart

Install exo_messages:

pip install lib-exo-messages

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'exo_messages.apps.ExoMessagesConfig',
    ...
)

Add exo_messages’s URL patterns:

from exo_messages import urls as exo_messages_urls


urlpatterns = [
    ...
    url(r'^', include(exo_messages_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-04-16)

  • 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

lib-exo-messages-0.1.0.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

lib_exo_messages-0.1.0-py2.py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 2 Python 3

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