{ "info": { "author": "Lanny", "author_email": "lan.rogers.book@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Houston\nHouston is drop-in-place analytics software for Django projects that stores 100% of usage data in-house. At no point is data sent to third parties.\n\nThere are a number of projects in the Django ecosystem that facilitate integration with third party analytics software but most of these entail sending client usage to a third party, most likely Google. This is an acceptable strategy in some cases, Google Analytics is a great product that's easy to integrate with. But if you're developing software where your users might be hesitant to report their every page view to a third party, especially one with a history of illegally disclosing said data, you might want to consider keeping your users' usage data on servers you control.\n\n## Usage\n- Add `django-houston` as a dependency in your requirements.txt file\n- Add `Houston` to your INSTALLED_APPS setting\n- Include the Houston urls at some path in your urls.py file: `url(r'^houston/', include('Houston.urls'))`\n- Include the tracking fragment on any pages where views should be tracked: `{% include \"Houston/tracking.html\" %}`\n\nIt's recommended to include the tracking fragment near the end of the document after any page critical scripts to minimize user impact of tracking, although you can include it anywhere.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RyanJenkins/Houston", "keywords": "", "license": "GPL v3.0", "maintainer": "", "maintainer_email": "", "name": "django-houston", "package_url": "https://pypi.org/project/django-houston/", "platform": "", "project_url": "https://pypi.org/project/django-houston/", "project_urls": { "Homepage": "https://github.com/RyanJenkins/Houston" }, "release_url": "https://pypi.org/project/django-houston/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Straightforward analytics that don't involve shipping your data to \"Someone Else\"", "version": "0.1.0" }, "last_serial": 4300605, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c8b6707668672d264e54a7951ff7b2fe", "sha256": "83f54cd2f64b7cf6865ef679ad7221b6388c5ba008ed93142c18642f3e321c56" }, "downloads": -1, "filename": "django-houston-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8b6707668672d264e54a7951ff7b2fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132869, "upload_time": "2018-09-22T22:02:03", "url": "https://files.pythonhosted.org/packages/c9/ef/8d1280f7d1b2bef64f28132fac8b72e08cce5f371bdb9ff656388ffab1cc/django-houston-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8b6707668672d264e54a7951ff7b2fe", "sha256": "83f54cd2f64b7cf6865ef679ad7221b6388c5ba008ed93142c18642f3e321c56" }, "downloads": -1, "filename": "django-houston-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8b6707668672d264e54a7951ff7b2fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132869, "upload_time": "2018-09-22T22:02:03", "url": "https://files.pythonhosted.org/packages/c9/ef/8d1280f7d1b2bef64f28132fac8b72e08cce5f371bdb9ff656388ffab1cc/django-houston-0.1.0.tar.gz" } ] }