{ "info": { "author": "tolerious", "author_email": "tolerious@qq.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango-wechats\n=====\n\nDjango-wechats is a wrapper for wechat API.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"app\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'app',\n )\n\n2. Include the app URLconf in your project urls.py like this::\n\n url(r'^app/', include('app.urls')),\n\n3. Run `python manage.py migrate` to create the app models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a app (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/app/ to participate in the app.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.tolerious.com/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-wechats", "package_url": "https://pypi.org/project/django-wechats/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-wechats/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.tolerious.com/" }, "release_url": "https://pypi.org/project/django-wechats/0.1/", "requires_dist": null, "requires_python": null, "summary": "A django wrapper for wechat API", "version": "0.1" }, "last_serial": 1543786, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "772225896e25824abb5640bb339f2b78", "sha256": "75a80012fb3bc6718329c73a0db199b9af18d470dd4a539f91656376c4475690" }, "downloads": -1, "filename": "django-wechats-0.1.tar.gz", "has_sig": false, "md5_digest": "772225896e25824abb5640bb339f2b78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9951, "upload_time": "2015-05-12T14:29:10", "url": "https://files.pythonhosted.org/packages/50/80/03a43443c3979e4b89c083cd9ea54934cac9776bc3aa1bc66ed3958d1022/django-wechats-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "772225896e25824abb5640bb339f2b78", "sha256": "75a80012fb3bc6718329c73a0db199b9af18d470dd4a539f91656376c4475690" }, "downloads": -1, "filename": "django-wechats-0.1.tar.gz", "has_sig": false, "md5_digest": "772225896e25824abb5640bb339f2b78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9951, "upload_time": "2015-05-12T14:29:10", "url": "https://files.pythonhosted.org/packages/50/80/03a43443c3979e4b89c083cd9ea54934cac9776bc3aa1bc66ed3958d1022/django-wechats-0.1.tar.gz" } ] }