{ "info": { "author": "Cliqz Gmbh", "author_email": "privacy@cliqz.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Internet", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "\n.. image:: https://raw.githubusercontent.com/cliqz-oss/whotracks.me/master/static/img/who-tracksme-logo.png\n :width: 200px\n :alt: whotracks.me\n :target: https://whotracks.me\n\nBringing Transparency to online tracking - built by Cliqz and Ghostery.\n\n-----------------------------------------------------------------------\n\nThis repository contains:\n\n- data on trackers and websites as shown on `whotracks.me`_ (WTM)\n- database mapping tracker domains to companies\n- code to render the `whotracks.me`_ site\n\nInstallation\n============\n\nPython 3.6 is needed to build the site. We recommend creating a\n`virtualenv`_ (or ``pipenv``) to install the dependencies.\n\nFrom Pypi\n---------\n\n.. code:: sh\n\n $ pip install whotracksme\n\nFrom source\n-----------\n\n.. code:: sh\n\n $ pip install -e .\n\nThat\u2019s all you need to get started!\n\nUsing the data\n==============\n\nTo get started with the data, everything you need can be found in\n``whotracksme.data``:\n\n.. code:: python\n\n from whotracksme.data.loader import DataSource\n\n data = DataSource()\n\n # available entities\n data.trackers\n data.companies\n data.sites\n\nFor examples of scripts, have a look in the `contrib`_ folder!\n\nBuilding the site\n=================\n\nBuilding the site requires a few extra dependencies, not installed by\ndefault to not make the installation heavier than it needs to be. You\nwill need to install ``whotracksme`` from the repository, because not\nall assets are packaged with ``whotracksme`` released on pypi:\n\n.. code:: sh\n\n $ pip install -e '.[dev]'\n\nOnce this is done, you will have access to a ``whotracksme`` entry point\nthat can be used this way:\n\n.. code:: sh\n\n $ whotracksme website [serve]\n\nThe ``serve`` part is optional and can be used while making changes on\nthe website.\n\nAll generated artifacts can be found in the ``_site/`` folder.\n\nTests\n-----\n\nTo run tests, you will need ``pytest``, or simply install ``whotacksme``\nwith the ``dev`` extra:\n\n.. code:: sh\n\n $ pip install -e '.[dev]'\n $ pytest\n\nPublishing a new version\n========================\n\n.. code:: sh\n\n $ pip install twine\n $ python setup.py sdist bdist_wheel\n $ twine upload --username cliqz-oss dist/*\n\nContributing\n============\n\nWe are happy to take contributions on: \\* Guest articles for our blog in\nthe topics of tracking, privacy and security. Feel free to use the data\nin this repository if you need inspiration. \\* Feature requests that are\ndoable using the WTM database. \\* Curating our database of tracker\nprofiles. Open an issue if you spot anything odd.\n\nRight to Amend\n==============\n\nPlease read our `Guideline for 3rd parties`_ wanting to suggest\ncorrections to their data.\n\nLicense\n=======\n\nThe content of this project itself is licensed under the `Creative\nCommons Attribution 4.0 license`_, and the underlying source code used\nto generate and display that content is licensed under the `MIT\nlicense`_.\n\n.. _whotracks.me: https://whotracks.me\n.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/\n.. _contrib: ./contrib\n.. _Guideline for 3rd parties: https://github.com/cliqz-oss/whotracks.me/blob/master/RIGHT_TO_AMEND.md\n.. _Creative Commons Attribution 4.0 license: https://creativecommons.org/licenses/by/4.0/\n.. _MIT license: https://github.com/cliqz-oss/whotracks.me/blob/master/LICENSE.md\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://whotracks.me", "keywords": "tracking whotracksme whotracks.me who tracks", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "whotracksme", "package_url": "https://pypi.org/project/whotracksme/", "platform": "", "project_url": "https://pypi.org/project/whotracksme/", "project_urls": { "Homepage": "https://whotracks.me" }, "release_url": "https://pypi.org/project/whotracksme/2018.5.17/", "requires_dist": [ "docopt", "pandas", "aiohttp; extra == 'dev'", "boto3; extra == 'dev'", "colour; extra == 'dev'", "jinja2; extra == 'dev'", "markdown; extra == 'dev'", "plotly; extra == 'dev'", "pytest; extra == 'dev'", "sanic; extra == 'dev'", "squarify; extra == 'dev'", "twine; extra == 'dev'", "watchdog; extra == 'dev'", "libsass; extra == 'dev'" ], "requires_python": "", "summary": "Learn about tracking technologies, market structure and data-sharing on the web", "version": "2018.5.17" }, "last_serial": 3871664, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "0b239ebdc153a1c25a394ea3d1fdd205", "sha256": "77942fe6449554a2940b93030a1f77fa4ff3aaf32b57623c6c17b64ef4d37ca9" }, "downloads": -1, "filename": "whotracksme-0.0.0-py3.6.egg", "has_sig": false, "md5_digest": "0b239ebdc153a1c25a394ea3d1fdd205", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 51937172, "upload_time": "2018-05-08T12:16:46", "url": "https://files.pythonhosted.org/packages/08/b5/af8accbaf8175e8f74eb605fdc717c22877663c2ff93a9717a2c2dfab281/whotracksme-0.0.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "aabb1cab33334e7984cb482c17a36581", "sha256": "04495bb8857b36a649fdb16e930ef44377978aa8267d6a3f5f0ae4db80b999da" }, "downloads": -1, "filename": "whotracksme-0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "aabb1cab33334e7984cb482c17a36581", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51901224, "upload_time": "2018-05-08T12:16:29", "url": "https://files.pythonhosted.org/packages/a1/eb/f433ba36a32511f5cc52dc04d83a44b01e32df7ec24dba6546f08d2456e7/whotracksme-0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71709ac42c708bda5f602dac93143642", "sha256": "ed4b0e1b69fff11bec6f6c814268bfc63bc2b79795f6bfcc1781d63b4e3f6037" }, "downloads": -1, "filename": "whotracksme-0.0.0.tar.gz", "has_sig": false, "md5_digest": "71709ac42c708bda5f602dac93143642", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51472066, "upload_time": "2018-05-08T12:16:56", "url": "https://files.pythonhosted.org/packages/03/ff/2539cab0fb1145cc74a21f106f1905b5a7705de5385c58c88498708f1c25/whotracksme-0.0.0.tar.gz" } ], "2017.11": [ { "comment_text": "", "digests": { "md5": "75f1bdbf21ce01b4ecea797fa917d2d5", "sha256": "a551fd99378a86002fd310dbcbf9478c4f830b5a170fd0fd44ee88e73f9a03b1" }, "downloads": -1, "filename": "whotracksme-2017.11.tar.gz", "has_sig": false, "md5_digest": "75f1bdbf21ce01b4ecea797fa917d2d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19583, "upload_time": "2017-11-29T13:54:18", "url": "https://files.pythonhosted.org/packages/45/95/a0dd50a23bff24ff94579b3154d74d98d4e9324e0b52b13003b911b6f3b7/whotracksme-2017.11.tar.gz" } ], "2018.3": [ { "comment_text": "", "digests": { "md5": "e9939aef69127d9cdcd04d0ebae7bbe8", "sha256": "ca5204b0f42b2951b643d96dc45b8ac6c5508a0cf014c884fd20835dfeb7cc1e" }, "downloads": -1, "filename": "whotracksme-2018.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e9939aef69127d9cdcd04d0ebae7bbe8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51900117, "upload_time": "2018-04-12T12:37:47", "url": "https://files.pythonhosted.org/packages/12/0a/311c0daad4d6074b338e6bf6410358b368e0df79427265178e8f25f5114d/whotracksme-2018.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "876d3872bc3f9ba8f3024e91eb66f2e9", "sha256": "a2630f6aae0ead8aafcceb84a2fdee13b3073a64f75394c370415c7a16586c48" }, "downloads": -1, "filename": "whotracksme-2018.3.tar.gz", "has_sig": false, "md5_digest": "876d3872bc3f9ba8f3024e91eb66f2e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51471027, "upload_time": "2018-04-12T12:45:39", "url": "https://files.pythonhosted.org/packages/7f/9b/8521f7decd994a62013a4570ee8d90a2917cec8996e5a655b2974ff0bbfb/whotracksme-2018.3.tar.gz" } ], "2018.4": [ { "comment_text": "", "digests": { "md5": "acff97cd0e265e4e29f8c10547a26d7b", "sha256": "f1c673c14b0ef37d251586958bd626ba62c25dfcbfd7cfa829c99fc10dbb820a" }, "downloads": -1, "filename": "whotracksme-2018.4-py3.6.egg", "has_sig": false, "md5_digest": "acff97cd0e265e4e29f8c10547a26d7b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 51937172, "upload_time": "2018-05-08T12:07:19", "url": "https://files.pythonhosted.org/packages/71/48/0b045b46523da46347af19fdae9165fd4ec9a5e65454933f59b0293b024d/whotracksme-2018.4-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "972c2103a9479607d0ee245408b48bcd", "sha256": "21dfd37535d5b0ccd1d4fbb44d5366a0f2f470138d2054d463f0417998c679b9" }, "downloads": -1, "filename": "whotracksme-2018.4-py3-none-any.whl", "has_sig": false, "md5_digest": "972c2103a9479607d0ee245408b48bcd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51901239, "upload_time": "2018-05-08T12:07:09", "url": "https://files.pythonhosted.org/packages/51/61/06b0483cfd13d1c56e936298edd980a0acb42d0b371552bf6a160dd2a090/whotracksme-2018.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec93268ae69bc2b502775d5b81d1a9ee", "sha256": "a1f1815a1c2452e57288337fdd68f98c23b75cef2b97b405935651bc4e238be6" }, "downloads": -1, "filename": "whotracksme-2018.4.tar.gz", "has_sig": false, "md5_digest": "ec93268ae69bc2b502775d5b81d1a9ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51472070, "upload_time": "2018-05-08T12:07:29", "url": "https://files.pythonhosted.org/packages/d3/2b/6a2e87e737bebad3a848614eac7c56b0ff1fcfe40a9fe1c5d31ca5a3f664/whotracksme-2018.4.tar.gz" } ], "2018.5": [ { "comment_text": "", "digests": { "md5": "f2d9b98a867606abc78bc3694c11b631", "sha256": "6cbc83cc10ab7205d8679c6244f8538da3e3abb5fdb7fb53578bc27bf019ccf0" }, "downloads": -1, "filename": "whotracksme-2018.5-py3.6.egg", "has_sig": false, "md5_digest": "f2d9b98a867606abc78bc3694c11b631", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 61825277, "upload_time": "2018-05-14T15:44:20", "url": "https://files.pythonhosted.org/packages/0f/51/2fb379796d09dbccc875711db8a89cca639e9134e8969899d6350e722d0f/whotracksme-2018.5-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "ec48282527d84513687979b24777e742", "sha256": "300d94d393512e12dfdec2c777948fedc8a879f79220cbb5b699a8e077e6d8ba" }, "downloads": -1, "filename": "whotracksme-2018.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ec48282527d84513687979b24777e742", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 61789490, "upload_time": "2018-05-14T15:44:13", "url": "https://files.pythonhosted.org/packages/83/25/29384c8624d405aba9be4ada4f7705073bc26dd5e678076e6a8c7ac30b3e/whotracksme-2018.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7bb67e2955eceb205be3cedf703826c3", "sha256": "a6f4dbb4e69eb605a61a192499b57a309a3a8ab4348b90f24f0542709d0df20b" }, "downloads": -1, "filename": "whotracksme-2018.5.tar.gz", "has_sig": false, "md5_digest": "7bb67e2955eceb205be3cedf703826c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61289396, "upload_time": "2018-05-14T15:44:28", "url": "https://files.pythonhosted.org/packages/60/03/64a37ee66a62a8d3cd1472a542432ed67472c3f95472b213405067dac2c8/whotracksme-2018.5.tar.gz" } ], "2018.5.17": [ { "comment_text": "", "digests": { "md5": "fbd136feabf1212b08f41456e989f647", "sha256": "a7569687c4f9a949b4c61d565c29aa6e4e89e224ad36941e4898ef24f66c35f4" }, "downloads": -1, "filename": "whotracksme-2018.5.17-py3.6.egg", "has_sig": false, "md5_digest": "fbd136feabf1212b08f41456e989f647", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 61763444, "upload_time": "2018-05-17T09:32:40", "url": "https://files.pythonhosted.org/packages/1c/32/e7987f0d11466abf09069595283a15727dff92c7486067fa8a631c2eacac/whotracksme-2018.5.17-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "b9330d904988a8a1ad58d1b213613ab4", "sha256": "c3aa336c8d21c77253d462f06ff3cedb5cf56e7c2ac0fe5537dd72d0dc2e64d8" }, "downloads": -1, "filename": "whotracksme-2018.5.17-py3-none-any.whl", "has_sig": false, "md5_digest": "b9330d904988a8a1ad58d1b213613ab4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 61727697, "upload_time": "2018-05-17T09:32:30", "url": "https://files.pythonhosted.org/packages/48/23/30acbe1ee9c545eec2cb732534cdd2e560495b14fc1a44727a1e8097839d/whotracksme-2018.5.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70d019711b69bb974093fdc957f10573", "sha256": "0d03bdebb66725e53d9b25b331096d22b2a95f161a3cc0879183b95cee6864fb" }, "downloads": -1, "filename": "whotracksme-2018.5.17.tar.gz", "has_sig": false, "md5_digest": "70d019711b69bb974093fdc957f10573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61233749, "upload_time": "2018-05-17T09:32:52", "url": "https://files.pythonhosted.org/packages/0c/b3/2a7fbf7461447fdf167d31719d946c2112be96710ae41396e068de69fbcc/whotracksme-2018.5.17.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fbd136feabf1212b08f41456e989f647", "sha256": "a7569687c4f9a949b4c61d565c29aa6e4e89e224ad36941e4898ef24f66c35f4" }, "downloads": -1, "filename": "whotracksme-2018.5.17-py3.6.egg", "has_sig": false, "md5_digest": "fbd136feabf1212b08f41456e989f647", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 61763444, "upload_time": "2018-05-17T09:32:40", "url": "https://files.pythonhosted.org/packages/1c/32/e7987f0d11466abf09069595283a15727dff92c7486067fa8a631c2eacac/whotracksme-2018.5.17-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "b9330d904988a8a1ad58d1b213613ab4", "sha256": "c3aa336c8d21c77253d462f06ff3cedb5cf56e7c2ac0fe5537dd72d0dc2e64d8" }, "downloads": -1, "filename": "whotracksme-2018.5.17-py3-none-any.whl", "has_sig": false, "md5_digest": "b9330d904988a8a1ad58d1b213613ab4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 61727697, "upload_time": "2018-05-17T09:32:30", "url": "https://files.pythonhosted.org/packages/48/23/30acbe1ee9c545eec2cb732534cdd2e560495b14fc1a44727a1e8097839d/whotracksme-2018.5.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70d019711b69bb974093fdc957f10573", "sha256": "0d03bdebb66725e53d9b25b331096d22b2a95f161a3cc0879183b95cee6864fb" }, "downloads": -1, "filename": "whotracksme-2018.5.17.tar.gz", "has_sig": false, "md5_digest": "70d019711b69bb974093fdc957f10573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61233749, "upload_time": "2018-05-17T09:32:52", "url": "https://files.pythonhosted.org/packages/0c/b3/2a7fbf7461447fdf167d31719d946c2112be96710ae41396e068de69fbcc/whotracksme-2018.5.17.tar.gz" } ] }