{ "info": { "author": "Pablo Martin, Raul Sanchez, Alberto Vara", "author_email": "goinnn@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": ".. contents::\n\n======\nPitble\n======\n\nInformation\n===========\n\n.. image:: https://travis-ci.org/openwebinars-django/pitble.svg\n :target: https://travis-ci.org/openwebinars-django/pitble\n\n\n.. image:: https://coveralls.io/repos/openwebinars-django/pitble/badge.png\n :target: https://coveralls.io/r/openwebinars-django/pitble\n\n\n.. image:: https://badge.fury.io/py/pitble.png\n :target: https://badge.fury.io/py/pitble\n\n.. image:: https://pypip.in/d/pitble/badge.png\n :target: https://pypi.python.org/pypi/pitble\n\n\nPitble is a python microblog\n\n\nInstallation\n============\n\n* In your settings:\n\n::\n\n INSTALLED_APPS = (\n ...\n 'pitble',\n 'bootstrap3',\n )\n\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n ...\n 'pitble.context_processors.i18n',\n\n )\n\n\n MIDDLEWARE_CLASSES = (\n ...\n 'django.middleware.locale.LocaleMiddleware',\n 'pitble.middleware.LocaleMiddleware',\n )\n\n AUTH_USER_MODEL = 'pitble.User'\n\n LOGIN_URL = '/sign-in/'\n \n* In your urls:\n\n::\n \n urlpatterns = patterns('',\n ...\n url(r'^', include('pitble.urls')),\n )\n\n\nReleases\n========\n\n0.0.2 (2014-04-30)\n------------------\n* Add tests\n\n\n0.0.1 (2014-04-29)\n------------------\n* Initial version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/openwebinars-django/pitble/", "keywords": "django,microblog,pitble", "license": "LGPL 3", "maintainer": null, "maintainer_email": null, "name": "pitble", "package_url": "https://pypi.org/project/pitble/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pitble/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/openwebinars-django/pitble/" }, "release_url": "https://pypi.org/project/pitble/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Django microblog", "version": "0.0.2" }, "last_serial": 1076891, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "51c1b7656071f2016a5455784a9e6b95", "sha256": "dba45e4b093be11e81c0e958e82b282bdd1f35caab3315503d0ffda7f9c9207c" }, "downloads": -1, "filename": "pitble-0.0.1.tar.gz", "has_sig": false, "md5_digest": "51c1b7656071f2016a5455784a9e6b95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 681172, "upload_time": "2014-04-29T17:39:08", "url": "https://files.pythonhosted.org/packages/0b/aa/2d4700c540c2e174c485855d0e04b428bc8773486f9a8dc38a74bf9424c7/pitble-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "cb895983110c31c7062c2dffbd4422f3", "sha256": "fe02de4588b7c45a2d0b5c6729bf697564c2caa66d43c6b5fbfcab21471b4f65" }, "downloads": -1, "filename": "pitble-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cb895983110c31c7062c2dffbd4422f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 681900, "upload_time": "2014-04-30T17:08:26", "url": "https://files.pythonhosted.org/packages/ff/c6/68b206a2318d63786bcce9adbec2ef3a2146f3cce98d8624dac57f807e9b/pitble-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb895983110c31c7062c2dffbd4422f3", "sha256": "fe02de4588b7c45a2d0b5c6729bf697564c2caa66d43c6b5fbfcab21471b4f65" }, "downloads": -1, "filename": "pitble-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cb895983110c31c7062c2dffbd4422f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 681900, "upload_time": "2014-04-30T17:08:26", "url": "https://files.pythonhosted.org/packages/ff/c6/68b206a2318d63786bcce9adbec2ef3a2146f3cce98d8624dac57f807e9b/pitble-0.0.2.tar.gz" } ] }