{ "info": { "author": "Mark Steadman", "author_email": "mark@podiant.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Podiant tours\n=============\n\n![Build](https://git.steadman.io/podiant/tours/badges/master/build.svg)\n![Coverage](https://git.steadman.io/podiant/tours/badges/master/coverage.svg)\n\nA simple model to keep track of Bootstrap Tours delivered to new users\n\n## Quickstart\n\nInstall Tours:\n\n```sh\npip install podiant-tours\n```\n\nAdd it to your `INSTALLED_APPS`:\n```python\nINSTALLED_APPS = (\n ...\n 'tours',\n ...\n)\n\n```\nAdd Tours' URL patterns:\n\n```python\nfrom tours import urls as tours_urls\n\nurlpatterns = [\n ...\n url(r'^', include(tours_urls)),\n ...\n]\n```\n\n## Running tests\n\nDoes the code actually work?\n\n```\ncoverage run --source tours runtests.py\n```\n\n## Credits\n\nTools used in rendering this package:\n\n- [Cookiecutter](https://github.com/audreyr/cookiecutter)\n- [`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.steadman.io/podiant/tours", "keywords": "podiant-tours", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "podiant-tours", "package_url": "https://pypi.org/project/podiant-tours/", "platform": "", "project_url": "https://pypi.org/project/podiant-tours/", "project_urls": { "Homepage": "https://git.steadman.io/podiant/tours" }, "release_url": "https://pypi.org/project/podiant-tours/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A simple model to keep track of Bootstrap Tours delivered to new users", "version": "0.1.0" }, "last_serial": 4393679, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1a9a136c0fc8eb505d8472d9884a3000", "sha256": "20ee2cba9ae1759b288833eda203a291b98e1401328222d75b35fca36b801d19" }, "downloads": -1, "filename": "podiant-tours-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1a9a136c0fc8eb505d8472d9884a3000", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4411, "upload_time": "2018-10-19T10:14:29", "url": "https://files.pythonhosted.org/packages/fa/9d/7ba0f1acb91d7e049c7f7ebd9603da97c06736793c653d716e8f0a083ee7/podiant-tours-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a9a136c0fc8eb505d8472d9884a3000", "sha256": "20ee2cba9ae1759b288833eda203a291b98e1401328222d75b35fca36b801d19" }, "downloads": -1, "filename": "podiant-tours-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1a9a136c0fc8eb505d8472d9884a3000", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4411, "upload_time": "2018-10-19T10:14:29", "url": "https://files.pythonhosted.org/packages/fa/9d/7ba0f1acb91d7e049c7f7ebd9603da97c06736793c653d716e8f0a083ee7/podiant-tours-0.1.0.tar.gz" } ] }