Skip to main content

Storage layer for yowsup in django

Project description

https://badge.fury.io/py/yowlayer-django-store.png https://travis-ci.org/jlmadurga/yowlayer-django-store.png?branch=master https://codecov.io/github/jlmadurga/yowlayer-django-store/coverage.svg?branch=master Requirements Status

Storage layer for yowsup in django. Based on https://github.com/tgalal/yowlayer-store.

Documentation

Documentation Status

The full documentation is at https://yowlayer-django-store.readthedocs.org.

Quickstart

Install yowlayer-django-store:

pip install yowlayer-django-store

Include in your django apps:

INSTALLED_APPS = (
        ...
        'yowlayer_store',
        ...
        )

To use it in a project:

import yowlayer_store

Features

  • Models for Text messages, convsersations and contact.

  • Media messages added

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py

History

0.1.0 (2015-12-04)

  • First release on PyPI. Models for Text Messages, Contacts and Conversations.

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

yowlayer-django-store-0.1.5.tar.gz (23.4 kB view hashes)

Uploaded Source

Built Distribution

yowlayer_django_store-0.1.5-py2.py3-none-any.whl (13.6 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