{ "info": { "author": "Chris Kucharczyk", "author_email": "chris.kucharczyk@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# itssutils\n### Illinois Traffic Stops Statistical Study Utilities\n\nThis package provides a way to calculate metrics for police traffic stops in Illinois. \nBuilt for use with data provided from the Illinois Traffic Stop Study.\n\nCheck out the [Illinois traffic stops website](https://illinoistrafficstops.com/) to learn more.\n\n## Installation\nYou can install with `pip`:\n\n`pip install itssutils`\n\n## Usage\n\nDownload raw data [from this link](https://www.dropbox.com/sh/u2qq21gib0py19k/AAB4_7fKHjDBWZ2V_2mGH3_ca?dl=0) \n(you can download pre-processed metrics files there as well).\n\nProcess the raw data using the `RawITSSData` class.\n\n```\nfrom itssutils.itssdata import RawITSSData\nraw = RawITSSData()\nraw.load_single_year(2017, '2017_ITSS_Data.txt')\n```\n\nYou can calculate metrics using the `ITSSMetrics` class.\n\n```\nfrom itssutils.itssdata import ITSSMetrics\nmet = ITSSMetrics(raw)\nmet.calculate_metics(['AgencyName', 'DriverRace'])\n```\n\n## Getting Started\n\nTry opening up the [getting started notebook](notebooks/getting-started-2017.ipynb) \nand working your way through it to see what the package can do. Be sure to note any issues!\n\nLook for more documentationon the [GitHub Pages site](https://justdsorg.github.io/itssutils/). \n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/JustDSOrg/itssutils", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "itssutils", "package_url": "https://pypi.org/project/itssutils/", "platform": "", "project_url": "https://pypi.org/project/itssutils/", "project_urls": { "Homepage": "http://github.com/JustDSOrg/itssutils" }, "release_url": "https://pypi.org/project/itssutils/0.0.1/", "requires_dist": [ "pandas", "numpy", "scipy", "matplotlib", "tqdm", "statsmodels" ], "requires_python": "", "summary": "Utilities for analyzing Illinois Traffic Stop Study data.", "version": "0.0.1" }, "last_serial": 4724530, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "02e6daeb9a4ee42a271d7415b9287507", "sha256": "defb4831fea6230f7f7de89bc6a4d7b5f75e17630df00c298b39a8b6de11f55b" }, "downloads": -1, "filename": "itssutils-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "02e6daeb9a4ee42a271d7415b9287507", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30800, "upload_time": "2019-01-22T05:48:09", "url": "https://files.pythonhosted.org/packages/9d/ea/7bc0c4e28e1e862451892053cdc83e94233a748eb2bac8ceb4ea7e45669e/itssutils-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a34d5763fb6eaa563f90f5dfbba2380a", "sha256": "7ace13899721042d063759ce3970e4166065364eb3003b4267e5fe66677b10a2" }, "downloads": -1, "filename": "itssutils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a34d5763fb6eaa563f90f5dfbba2380a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23146, "upload_time": "2019-01-22T05:48:11", "url": "https://files.pythonhosted.org/packages/1a/57/f0e7de54ef93d7a2bfd6280c85fda333dd85f645e5ccc8a5dcdff4fbf35e/itssutils-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "02e6daeb9a4ee42a271d7415b9287507", "sha256": "defb4831fea6230f7f7de89bc6a4d7b5f75e17630df00c298b39a8b6de11f55b" }, "downloads": -1, "filename": "itssutils-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "02e6daeb9a4ee42a271d7415b9287507", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30800, "upload_time": "2019-01-22T05:48:09", "url": "https://files.pythonhosted.org/packages/9d/ea/7bc0c4e28e1e862451892053cdc83e94233a748eb2bac8ceb4ea7e45669e/itssutils-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a34d5763fb6eaa563f90f5dfbba2380a", "sha256": "7ace13899721042d063759ce3970e4166065364eb3003b4267e5fe66677b10a2" }, "downloads": -1, "filename": "itssutils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a34d5763fb6eaa563f90f5dfbba2380a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23146, "upload_time": "2019-01-22T05:48:11", "url": "https://files.pythonhosted.org/packages/1a/57/f0e7de54ef93d7a2bfd6280c85fda333dd85f645e5ccc8a5dcdff4fbf35e/itssutils-0.0.1.tar.gz" } ] }