ExO library to manage Messages
Project description
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
Built Distribution
File details
Details for the file lib-exo-messages-1.3.2.tar.gz
.
File metadata
- Download URL: lib-exo-messages-1.3.2.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e9054a57aca0818d96e1c6b40c7b8f7f7f0503245ab969c1fa214db60247c18 |
|
MD5 | 00b9f1f64d368451f23674d368564c83 |
|
BLAKE2b-256 | 1f1f0d95b86f6a098e7d923521897a7db23970bde285c4a46e4dbddb71373a73 |
File details
Details for the file lib_exo_messages-1.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: lib_exo_messages-1.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b89b1b895435bee5fad7e3612c1571465f8ddd222f57d3158f03946cd8150e3 |
|
MD5 | 37f20bad737ec8c0d704cd1877c340bc |
|
BLAKE2b-256 | 0d635d9da0923f1e67b684bcbb4582aafd9c4101129d71a530de685b7c49cf6c |