Django Yowsup的存储层

yowlayer-django-store的Python项目详细描述


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

Django Yowsup的存储层。基于https://github.com/tgalal/yowlayer-store

文档

Documentation Status

完整的文档位于https://yowlayer-django-store.readthedocs.org

快速启动

安装Yowlayer Django商店:

pip install yowlayer-django-store

包括在Django应用程序中:

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

在项目中使用:

import yowlayer_store

功能

  • 文本信息、通讯录和联系人的模型。
  • 添加了媒体消息

运行测试

代码真的有用吗?

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

历史记录

0.1.0(2015-12-04)

  • pypi上的第一个版本。文本消息、联系人和对话的模型。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
从类访问属性时发生java编译错误   性能更好的Java序列化替代方案   java EhCache Spring XML集成命名空间   java如何使用表达式在JSP中检索新生成的图像   Java neo4j,REST和内存   java如何在mouseListener中删除和创建对象?   java在Hibernate中使用预定义前缀填充Id列   java无法从Elastic Beanstalk连接到Amazon SimpleDB   多线程通过单击JavaSwing中的按钮创建具有新名称的类的新对象   java如何在Kotlin中实现Memento模式   Android系列。对java进行排序。lang.NullPointerException   方法中的java重载构造函数内部类