{ "info": { "author": "Sean Kazazes", "author_email": "sean@skazazes.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Neo4J TwitterAPI Streamer\nWrite tweets having to do with a list of terms to a graph database. Uses the Twitter Application API and Neo4J\n## Setup\n\nInstall from PyPI\n\n```sh\npip install nts-skazazes\n```\n\n## Status\nAlthough the incoming Twitter API stream can successfully be written to a Neo4J database, there is NO error handling in the program and as such exceptions form used packages aren't properly handled and crash the program. That being said, if configured properly the pro seems to work without error.\n\n## How NTS works\nNTS uses a Tweepy 'Stream' to receive live Tweets having to do with a specified list of terms from the Twitter Application API. NTS then adds these tweets to a Neo4J graph with related data, using the py2neo package.\n\nTweets, Users, Tweet Sources, URL's and Hashtags are all made into py2neo nodes (edges) and have relevant relationships (vertices) assigned to them before being committed to the graph. When committed, Neo4J MERGE's are used in order to aggregate all\n\n\n## Graph Model\nThe graph schema is closely modeled off of the schema used in the official 'Russian Trolls' Neo4J sandbox, with the addition of the User-RETWEETS->User relationship and removal of the trolls node and associated relationships.\n\n![Graph Schema](https://i.imgur.com/sPb0hsM.png)\n\n## Config\n#### There are two methods of configuration:\n\n1. There is a set_settings method (requires a dictionary with keys equivalent to the settings in the ini file) or individual setter methods available by importing the Config class from the confighandler module. If using this alternative method, the settings method/s must be called before initializing other package objects as they rely on these settings.\n\n2. You can supply a dictionary containing the settings with keys equivalent to the settings in the ini file directly to the GraphHandler and TwitterStreamHandler.\n\n#### Twitter\nIn order to use the Twitter API, the user is required to apply as a Twitter application developer at [dev.twitter.com](https://developer.twitter.com/) (applications are instantly accepted from what I can tell), and then register an app within their developer dashboard. Once the application is created, navigate to it's 'Keys and Tokens' page and generate the required keys/tokens.\n\n#### Neo4J\nThe user must also have access to a Neo4J server. This can reside on the local machine or a remote one requiring the proper settings have been applied on the remote server to allow inbound remote connections. I have tested against both local and remote server instances, but only using Neo4J's binary protocol 'Bolt'; there is a http, and https protocol available and should work fine, but I have never used it so YMMV. The protocol used is determined via the NEO4J_HOST setting provided by the user. A bolt example is 'bolt://XXX.XXX.XXX.XXX:7687' \n\nThe application also requires a user with access to the server, I suggested that one is made solely for the use of the application and another for the user to use on the web dashboard as I was running into authorization issues when sharing the same account.\n\n##### The required settings are as follows:\n```python\n{\n 'API_KEY': 'Consumer API Key'\n 'API_SECRET': 'Consumer API Secret Key'\n 'ACCESS_TOKEN': 'Access Token'\n 'ACCESS_TOKEN_SECRET': 'Access Token Secret'\n\n 'NEO4J_HOST': 'Neo4J Server Access URL (Only Bolt connections have been tested)'\n 'NEO4J_USER': 'Neo4J Username'\n 'NEO4J_PASSWORD': 'Neo4J Password'\n 'NEO4J_PORT': 'Neo4J Port'\n 'NEO4J_SCHEME': 'Neo4J Scheme (http, https, bolt)'\n}\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/skazazes/Neo4j-TwitterAPI-Streamer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nts-skazazes", "package_url": "https://pypi.org/project/nts-skazazes/", "platform": "", "project_url": "https://pypi.org/project/nts-skazazes/", "project_urls": { "Homepage": "https://github.com/skazazes/Neo4j-TwitterAPI-Streamer" }, "release_url": "https://pypi.org/project/nts-skazazes/0.0.22/", "requires_dist": [ "tweepy", "py2neo" ], "requires_python": "", "summary": "Use the Twitter Application API and Neo4J to build a graph of tweets", "version": "0.0.22" }, "last_serial": 4941854, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9a89d7781aa68452f56925e7e82790d2", "sha256": "98073c50af75b8fa603c1325ffe0d1e9cd5a6cae81da848442c3c2247b0c08ca" }, "downloads": -1, "filename": "nts_skazazes-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9a89d7781aa68452f56925e7e82790d2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19632, "upload_time": "2019-03-08T01:45:02", "url": "https://files.pythonhosted.org/packages/e1/d9/2f2386477b5424345c7a6b6b80844b799ae83cefe751e26a09b9b2ccde94/nts_skazazes-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59896e34aa590184a4c92ca7bc84e7fe", "sha256": "b5caf517765e5ba3e365a88ebb3515a78275f684571584de79cd391125d5a95e" }, "downloads": -1, "filename": "nts-skazazes-0.0.1.tar.gz", "has_sig": false, "md5_digest": "59896e34aa590184a4c92ca7bc84e7fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6071, "upload_time": "2019-03-08T01:45:04", "url": "https://files.pythonhosted.org/packages/2f/35/b9e490928e39b9e7355c9f048f3aaf80b17900b462bd872dcec140c7d8ba/nts-skazazes-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "115d51d22950a0da9893002127803e90", "sha256": "13b592f650fd446cd85ed52f6479c06df27a7bf9fc0bda86c5b16e8070c9d295" }, "downloads": -1, "filename": "nts_skazazes-0.0.10-py3-none-any.whl", "has_sig": false, "md5_digest": "115d51d22950a0da9893002127803e90", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20069, "upload_time": "2019-03-08T03:54:24", "url": "https://files.pythonhosted.org/packages/0e/eb/8fc2f46294a3b9e94f23da986d4520c74bbd1dad48b556d62bf9dabbd239/nts_skazazes-0.0.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "955ae1d478b06c5d8f26e93b4a6ae5c0", "sha256": "6fce4e4cf6a49318b0a3798eda74ca958b3cc3832e5a6f890e9f4eb39585bf46" }, "downloads": -1, "filename": "nts-skazazes-0.0.10.tar.gz", "has_sig": false, "md5_digest": "955ae1d478b06c5d8f26e93b4a6ae5c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5813, "upload_time": "2019-03-08T03:54:26", "url": "https://files.pythonhosted.org/packages/55/41/747e333bde74d73e6212dab4bd8793209ed1628cbbe2df6a10a148c17791/nts-skazazes-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "704d73422e616a63b7cbf0769cfe1169", "sha256": "964864fd8bb1e19f940ee09a2481a2d71d0915f29fc4e3fd20f6433354d865fc" }, "downloads": -1, "filename": "nts_skazazes-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "704d73422e616a63b7cbf0769cfe1169", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20078, "upload_time": "2019-03-08T03:56:59", "url": "https://files.pythonhosted.org/packages/eb/ab/ba280fb6ae03b5dac244e08bb499fae85ce7ca6df5c0eedb59039cb51345/nts_skazazes-0.0.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a30ed08bd6d44b09ed9a59199d473a1a", "sha256": "f15b7ae6596c7ccadb2d063da2ccb5839202ac077b6a9acea58857c7dc40f0b2" }, "downloads": -1, "filename": "nts-skazazes-0.0.11.tar.gz", "has_sig": false, "md5_digest": "a30ed08bd6d44b09ed9a59199d473a1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5808, "upload_time": "2019-03-08T03:57:00", "url": "https://files.pythonhosted.org/packages/f8/81/4cdaab5fd8733a1029fcd59ac23c7f5bdc9d869b72fe3ad0220f0dd61f41/nts-skazazes-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "caa4edd8af8a968e6c9bbcaa94033c2d", "sha256": "db80e79af1020918d25f27a986a7be1f04428ecf7b79f87ef07c0ab5ba638788" }, "downloads": -1, "filename": "nts_skazazes-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "caa4edd8af8a968e6c9bbcaa94033c2d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20075, "upload_time": "2019-03-08T03:58:25", "url": "https://files.pythonhosted.org/packages/0c/3d/4990cbdee1a43aaf8d1f96f17c14b1eae0db908e0d83fe94846b0680fc3c/nts_skazazes-0.0.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca39c4755b65b62395b3263737ce9fd7", "sha256": "5e3159750c8cb245263d480dd1aeb7d37d6582a677c5ae441cff26d63fb68f18" }, "downloads": -1, "filename": "nts-skazazes-0.0.12.tar.gz", "has_sig": false, "md5_digest": "ca39c4755b65b62395b3263737ce9fd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5805, "upload_time": "2019-03-08T03:58:26", "url": "https://files.pythonhosted.org/packages/17/29/8f35bcffec40231b218416f0779d83d06fc519707f9f31c68441278f1886/nts-skazazes-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "932a1b7d1f5bf464f261462dc198556b", "sha256": "932a114422ac1d3b893e0af1a69a5bcbec08b515671b7259b2a07d8ba685ed15" }, "downloads": -1, "filename": "nts_skazazes-0.0.13-py3-none-any.whl", "has_sig": false, "md5_digest": "932a1b7d1f5bf464f261462dc198556b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20106, "upload_time": "2019-03-08T04:03:34", "url": "https://files.pythonhosted.org/packages/f5/56/bbe92ae88a862e188e16d709fd7f9f02b78a314d8f4db93c88c41563f804/nts_skazazes-0.0.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fa5b0494ffa97fff5355aedc18a8d64c", "sha256": "2a82bd99fbb4b4bb4f1d67f608d28a987b47fc40b103a70645594a4b7913b7bf" }, "downloads": -1, "filename": "nts-skazazes-0.0.13.tar.gz", "has_sig": false, "md5_digest": "fa5b0494ffa97fff5355aedc18a8d64c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5834, "upload_time": "2019-03-08T04:03:35", "url": "https://files.pythonhosted.org/packages/59/9d/d127cc95c1b2ed085414e665f64b6d5e8690d3610d8ef0fd03c5cf7a913f/nts-skazazes-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "e6e861f0ff3a2b92fb5e934429e016b8", "sha256": "03df063777ccf49bf6730a7bb7c60e632fc08008e53d9648b4d5c223e3ef3be9" }, "downloads": -1, "filename": "nts_skazazes-0.0.14-py3-none-any.whl", "has_sig": false, "md5_digest": "e6e861f0ff3a2b92fb5e934429e016b8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20108, "upload_time": "2019-03-08T04:05:08", "url": "https://files.pythonhosted.org/packages/be/95/c61ea30ae2a836110efb8dd072136c1deb361a2e7f79c3c19b32d6e861d0/nts_skazazes-0.0.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b805099615e97f8c7500bc68d352d428", "sha256": "073043755f04d2a82312f2d074a63bb94df9ad7a48bc2da178d80f393675025f" }, "downloads": -1, "filename": "nts-skazazes-0.0.14.tar.gz", "has_sig": false, "md5_digest": "b805099615e97f8c7500bc68d352d428", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5836, "upload_time": "2019-03-08T04:05:10", "url": "https://files.pythonhosted.org/packages/19/3d/464eb1461efb46418d315e46d268bf8585afc5192c1e368b4e8a1e18dc86/nts-skazazes-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "951988df5862217d61b50f23c9ef1f88", "sha256": "bf94b50c6d8fa319268ae71a1db92f3d17bbb61d91208613a7d9bfea62ef9b92" }, "downloads": -1, "filename": "nts_skazazes-0.0.15-py3-none-any.whl", "has_sig": false, "md5_digest": "951988df5862217d61b50f23c9ef1f88", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20112, "upload_time": "2019-03-08T04:06:58", "url": "https://files.pythonhosted.org/packages/2a/fc/8f0f789f40863d22274534a3c24e4bf579283afd21af0c04bc4b37554795/nts_skazazes-0.0.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1efe32309e9e50e688a99cc602ca3a9", "sha256": "526913bc665c23c1cdb5d4ed47ac342c7c1a7bf5c06365313b5b8ae1e7138ebb" }, "downloads": -1, "filename": "nts-skazazes-0.0.15.tar.gz", "has_sig": false, "md5_digest": "e1efe32309e9e50e688a99cc602ca3a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5839, "upload_time": "2019-03-08T04:07:00", "url": "https://files.pythonhosted.org/packages/7a/ff/761cb280200f8a081db81b82bc0b089610381384c4b9e0ae212bceb09816/nts-skazazes-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "d38b4a96587e176219abc9f304465b6f", "sha256": "9aea6b98e6d4de4fe6b46a7e6b71c081c93d2ff9ad987821eba1b69981cc8d4f" }, "downloads": -1, "filename": "nts_skazazes-0.0.16-py3-none-any.whl", "has_sig": false, "md5_digest": "d38b4a96587e176219abc9f304465b6f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20135, "upload_time": "2019-03-08T21:57:48", "url": "https://files.pythonhosted.org/packages/03/9b/b414713c32a827ff3ec5bad112560fbaec452b5e4f8877f98493eac906ec/nts_skazazes-0.0.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5afaffc9c9ca4672da3108cf78e785b1", "sha256": "b14c2406d6f2b01781319dcfbe01f72b30b54179b4866c13d4970a0d57b40645" }, "downloads": -1, "filename": "nts-skazazes-0.0.16.tar.gz", "has_sig": false, "md5_digest": "5afaffc9c9ca4672da3108cf78e785b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5860, "upload_time": "2019-03-08T21:57:49", "url": "https://files.pythonhosted.org/packages/43/21/ac0730034e8bec18da6ae533b6ad227958b521ef20b6963c15f817410540/nts-skazazes-0.0.16.tar.gz" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "920b256366493c9a40b85b6cedc0b066", "sha256": "78f79e195d62f3382c47e423f41771e064c54bd30bd0eb980c2f51933ca83b26" }, "downloads": -1, "filename": "nts_skazazes-0.0.17-py3-none-any.whl", "has_sig": false, "md5_digest": "920b256366493c9a40b85b6cedc0b066", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20132, "upload_time": "2019-03-08T23:17:54", "url": "https://files.pythonhosted.org/packages/ba/24/3c5a46c44a4a37452af6671886e7c49a6000de3850f2b0371a167e5b76b5/nts_skazazes-0.0.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fed63f61de700293601b1e2f859c4b8a", "sha256": "07a9302d4f51ce2b72c69c0a5c56492279b38c582a8449a6f9bd544a550797bf" }, "downloads": -1, "filename": "nts-skazazes-0.0.17.tar.gz", "has_sig": false, "md5_digest": "fed63f61de700293601b1e2f859c4b8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5860, "upload_time": "2019-03-08T23:17:55", "url": "https://files.pythonhosted.org/packages/93/82/2e782cd0f1e1bc14e468e4987484648be706b141aa9b3552300914edcbba/nts-skazazes-0.0.17.tar.gz" } ], "0.0.18": [ { "comment_text": "", "digests": { "md5": "2743194d2c1c1fda3e2a6c1b72dfd301", "sha256": "40ebbf9806cad324a94561103d1202752a6c71d8f888bb63f2c54e0ee9acfb83" }, "downloads": -1, "filename": "nts_skazazes-0.0.18-py3-none-any.whl", "has_sig": false, "md5_digest": "2743194d2c1c1fda3e2a6c1b72dfd301", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20157, "upload_time": "2019-03-08T23:23:21", "url": "https://files.pythonhosted.org/packages/69/6b/bb9838554170ee0f9c3209a902dcb265851dfdb601d460d3fd3cf01d4d77/nts_skazazes-0.0.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "607d49821b55a2171193ac3928ace32f", "sha256": "6c0ecb281a651fee62024121f546a66ce4efb7a87cb95d4ac0d5d99a985db450" }, "downloads": -1, "filename": "nts-skazazes-0.0.18.tar.gz", "has_sig": false, "md5_digest": "607d49821b55a2171193ac3928ace32f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5879, "upload_time": "2019-03-08T23:23:23", "url": "https://files.pythonhosted.org/packages/2f/14/508b65fb85d1fc6cb7242a478ee5c1fe4af67906990be0704e7a115ba22a/nts-skazazes-0.0.18.tar.gz" } ], "0.0.19": [ { "comment_text": "", "digests": { "md5": "b4a98be768fe3c4692fba1b7044ae954", "sha256": "344eac2db659177f3f906640101fe2866d8f329041734d6c6f66da8389fe600e" }, "downloads": -1, "filename": "nts_skazazes-0.0.19-py3-none-any.whl", "has_sig": false, "md5_digest": "b4a98be768fe3c4692fba1b7044ae954", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20204, "upload_time": "2019-03-13T22:00:04", "url": "https://files.pythonhosted.org/packages/e7/49/120fbae1fe6500aea07e1ed40013f7cad9c43d5db55627a281f597897bb1/nts_skazazes-0.0.19-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d37704d47f59670fa3817e4a21bafeb6", "sha256": "03eda31fbcd7e2aed646348b43bf733995d2b0147ab260fd9b63ca1319615bab" }, "downloads": -1, "filename": "nts-skazazes-0.0.19.tar.gz", "has_sig": false, "md5_digest": "d37704d47f59670fa3817e4a21bafeb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5934, "upload_time": "2019-03-13T22:00:06", "url": "https://files.pythonhosted.org/packages/a6/ad/efcd5da20ea9b5259dae837a28f26c7b3b7835231d14d64f0b362d934273/nts-skazazes-0.0.19.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "bf6c1c92caecea096f1088876d8e2dfc", "sha256": "00677ccde24f7fe3b2639bce4046307255c4f32794d86c23c29bcbb43bf0d966" }, "downloads": -1, "filename": "nts_skazazes-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "bf6c1c92caecea096f1088876d8e2dfc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19682, "upload_time": "2019-03-08T02:09:30", "url": "https://files.pythonhosted.org/packages/bc/6d/23d2d29d07434c3f8b82d002f54a0349e351bda4b2f3e03dfa56a0bb5c5c/nts_skazazes-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69b0a2dc3bc7b611ba6c652ce9b3d4a9", "sha256": "2b2e81a2d30fa1bd2f0b779c78d5b6410e8d8f9e94702d585147282048671d81" }, "downloads": -1, "filename": "nts-skazazes-0.0.2.tar.gz", "has_sig": false, "md5_digest": "69b0a2dc3bc7b611ba6c652ce9b3d4a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6171, "upload_time": "2019-03-08T02:09:31", "url": "https://files.pythonhosted.org/packages/40/e7/b21d3705eb4fbbc6c2986d294fd5989a7de555cc13e8d62cb6f61e5299ec/nts-skazazes-0.0.2.tar.gz" } ], "0.0.20": [ { "comment_text": "", "digests": { "md5": "06d0b4c3905122d89409cc6571542fb1", "sha256": "1b27383a1b11395c8e493eb6ca3a17121b5a407a7c35a08fa15b6c2a594876ae" }, "downloads": -1, "filename": "nts_skazazes-0.0.20-py3-none-any.whl", "has_sig": false, "md5_digest": "06d0b4c3905122d89409cc6571542fb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20203, "upload_time": "2019-03-13T22:01:39", "url": "https://files.pythonhosted.org/packages/0f/59/c0cf820a780ba646d688d01e8f8ff795c52948395fbbec6398fcb3cb2413/nts_skazazes-0.0.20-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ceb16b64cc9a1cff48919bccc476bb8", "sha256": "dd5e479aef6d16a680581206457aeed256f1b8fc039911dfe9500bf835b2cf79" }, "downloads": -1, "filename": "nts-skazazes-0.0.20.tar.gz", "has_sig": false, "md5_digest": "0ceb16b64cc9a1cff48919bccc476bb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5929, "upload_time": "2019-03-13T22:01:40", "url": "https://files.pythonhosted.org/packages/11/b2/1d399a7f257e31b7a1b11e1883fd180fc2cb7be25322ace6c9c1faadf135/nts-skazazes-0.0.20.tar.gz" } ], "0.0.21": [ { "comment_text": "", "digests": { "md5": "6b85c80818158a8c780ade4ee63806da", "sha256": "c805380ebed1689337d6b9e223fd2469b346d89139d929357b95e068686d7054" }, "downloads": -1, "filename": "nts_skazazes-0.0.21-py3-none-any.whl", "has_sig": false, "md5_digest": "6b85c80818158a8c780ade4ee63806da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20202, "upload_time": "2019-03-14T22:08:59", "url": "https://files.pythonhosted.org/packages/88/00/996e1add6a894b8e10fdf65ec8f89ce83e423ab844b1d74eaa341df6b660/nts_skazazes-0.0.21-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "192c1da569f43ebaa229f99a87777ba7", "sha256": "b10b7cf16bfee96c63535ff289b483975c7d203e5f94e2819c763a73e960394e" }, "downloads": -1, "filename": "nts-skazazes-0.0.21.tar.gz", "has_sig": false, "md5_digest": "192c1da569f43ebaa229f99a87777ba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5937, "upload_time": "2019-03-14T22:09:00", "url": "https://files.pythonhosted.org/packages/32/62/f2e0807af71c4f0c94a3104a8dcdbd5d28b86f7f32dd8451ccc34a7fb3fb/nts-skazazes-0.0.21.tar.gz" } ], "0.0.22": [ { "comment_text": "", "digests": { "md5": "a2a4d4505eb52ac0390a2fce77b6e186", "sha256": "ac4ff3b8e201ea58f810fc7b002946e24d7629431fb978de9ac675b0c811cffb" }, "downloads": -1, "filename": "nts_skazazes-0.0.22-py3-none-any.whl", "has_sig": false, "md5_digest": "a2a4d4505eb52ac0390a2fce77b6e186", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20204, "upload_time": "2019-03-14T22:13:55", "url": "https://files.pythonhosted.org/packages/ef/21/64eff04ab3cbf45d8a19e49bcfd952e26ce86b7473f6e31f7cee6aaefee0/nts_skazazes-0.0.22-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "441c7614bd5638f5ccf3765775b2d39b", "sha256": "0adccecc9b9b0609e64bbba4b888260de7d09f08f2db6dcb1a3d3bb94010cfd5" }, "downloads": -1, "filename": "nts-skazazes-0.0.22.tar.gz", "has_sig": false, "md5_digest": "441c7614bd5638f5ccf3765775b2d39b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5937, "upload_time": "2019-03-14T22:13:56", "url": "https://files.pythonhosted.org/packages/91/11/9bf28851323871c74dac1ab60290d0eb5cb8ae206117059a9a1b828ff32a/nts-skazazes-0.0.22.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "653a55d5223f4e53ab4e064a384ee45a", "sha256": "b7344982d830321a2cd970acc0488559f3c1627728c819a1cbd1413c8eaa6450" }, "downloads": -1, "filename": "nts_skazazes-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "653a55d5223f4e53ab4e064a384ee45a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19732, "upload_time": "2019-03-08T03:30:54", "url": "https://files.pythonhosted.org/packages/9a/92/c1f72bdc2189cc271a584bef556b4123d332b7de29ceb6a6db1179bab74b/nts_skazazes-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d408515feda98786ad422544c62f25f3", "sha256": "9d714b4e68c2f2619458c49cd73286f912b4c67d0a5a60b4c485d6b62910ecd6" }, "downloads": -1, "filename": "nts-skazazes-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d408515feda98786ad422544c62f25f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6193, "upload_time": "2019-03-08T03:30:56", "url": "https://files.pythonhosted.org/packages/32/c3/85450f6a0d844ce827b6279a5a7650c49d88a8185b5344f866e7e3885acc/nts-skazazes-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "086183119629aa1ed1af1f6b135b6692", "sha256": "667ad0f98894ef23db4e8ba16b447d4271009525bace1bb8ef267305b2873823" }, "downloads": -1, "filename": "nts_skazazes-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "086183119629aa1ed1af1f6b135b6692", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19731, "upload_time": "2019-03-08T03:33:03", "url": "https://files.pythonhosted.org/packages/9a/e1/8c9114132d67bc7da6f12233ddc9dc8c14ce2b4e23de7a54a66f7ddfe621/nts_skazazes-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "caffc5a03b5eed214afaf89813b9ae88", "sha256": "7d0c51a90d6ae89f3f2adfa88d22e99ef6dd8909fd514aa0f3c637b66f17feaa" }, "downloads": -1, "filename": "nts-skazazes-0.0.4.tar.gz", "has_sig": false, "md5_digest": "caffc5a03b5eed214afaf89813b9ae88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6192, "upload_time": "2019-03-08T03:33:04", "url": "https://files.pythonhosted.org/packages/23/44/d47f4bc51ee063c3ee270eaa36e577ca08ae22f45922e9f6d25aaaa5ef52/nts-skazazes-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "06572b63285e8e746b248546b0379ef1", "sha256": "94f39dde9571024bb118cd71c00884ab8abd1118e9e00a116109cb82fc83034e" }, "downloads": -1, "filename": "nts_skazazes-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "06572b63285e8e746b248546b0379ef1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19367, "upload_time": "2019-03-08T03:41:17", "url": "https://files.pythonhosted.org/packages/80/58/79667225ac696e69ccbce67d59f68ec44e4220310eed94888bde9a0592bb/nts_skazazes-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c257cffeafcf4d67cdabe2cc4c576e8d", "sha256": "aa15404648ec95fe6b9554d4897e7ab06bc0e8a1bef27b0f519277e627fe2542" }, "downloads": -1, "filename": "nts-skazazes-0.0.5.tar.gz", "has_sig": false, "md5_digest": "c257cffeafcf4d67cdabe2cc4c576e8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5834, "upload_time": "2019-03-08T03:41:18", "url": "https://files.pythonhosted.org/packages/33/5d/6044211d42811702fdbd444cfb60a0b877eabe72373354c80bb01b8976fd/nts-skazazes-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "d1807d9c3cabf6efbbfa0336cb3d1cef", "sha256": "d82f3a22aede1728f8af3434038bf97334a7d6f62688859409232bcea33b043d" }, "downloads": -1, "filename": "nts_skazazes-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "d1807d9c3cabf6efbbfa0336cb3d1cef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19369, "upload_time": "2019-03-08T03:43:35", "url": "https://files.pythonhosted.org/packages/72/01/47e999a38502f6e6707b751b182ad5f56fa999c6aacd6ccd568342d3dbd7/nts_skazazes-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "efff28df396e03146956eb86b98b1e51", "sha256": "3fdaab081be37f0db5ef66776e462e5757bf6e0c471106ef2753b3d4f299fdfb" }, "downloads": -1, "filename": "nts-skazazes-0.0.6.tar.gz", "has_sig": false, "md5_digest": "efff28df396e03146956eb86b98b1e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5836, "upload_time": "2019-03-08T03:43:36", "url": "https://files.pythonhosted.org/packages/b1/92/41332c470ed80bb6ef8d0c1a1efa11c0ab6dafc5ab3d67153d92a7c948c2/nts-skazazes-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "98b4f2593590c1dd8b813059f6bc94e0", "sha256": "363bd0369f2d5191f0924efcd1e9bd0c0286a74da7703c6ba293e9c0522b14ae" }, "downloads": -1, "filename": "nts_skazazes-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "98b4f2593590c1dd8b813059f6bc94e0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19363, "upload_time": "2019-03-08T03:47:07", "url": "https://files.pythonhosted.org/packages/a4/02/2688326e131184aa2d089327044d9faa7528c75b3d03b000eb6d5f93c395/nts_skazazes-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97c8b66b070d5525f38062d466dfa699", "sha256": "04f6225b41488d1e4867426bee81a62589bea2e5d6743ce0c813dc1cfa199af2" }, "downloads": -1, "filename": "nts-skazazes-0.0.7.tar.gz", "has_sig": false, "md5_digest": "97c8b66b070d5525f38062d466dfa699", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5849, "upload_time": "2019-03-08T03:47:09", "url": "https://files.pythonhosted.org/packages/b5/93/2abe669c23fd09837385085a4a4e35fde6024e395916f91d0c28489ad0ea/nts-skazazes-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "0f3273144d9d957a3d4aa923dc1c7645", "sha256": "6d1281689478c77cd04269852fd0c426a3e0c48655def56cabaa599715008b97" }, "downloads": -1, "filename": "nts_skazazes-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "0f3273144d9d957a3d4aa923dc1c7645", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19370, "upload_time": "2019-03-08T03:48:50", "url": "https://files.pythonhosted.org/packages/5d/5e/a260dfb75db2f45f8d07b46107f594b6a696a9697bdfe820b83fd08aba04/nts_skazazes-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a6748b654fd38510150cd8e46849f9b", "sha256": "dc48ef59a45b40c5f3e3130f032255a8a2c05a26af4822d8c7619a1c299cfecb" }, "downloads": -1, "filename": "nts-skazazes-0.0.8.tar.gz", "has_sig": false, "md5_digest": "4a6748b654fd38510150cd8e46849f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5856, "upload_time": "2019-03-08T03:48:51", "url": "https://files.pythonhosted.org/packages/77/e0/2c35726b8d2f079c0f8209ff97a49419f147a7636f494cb63a2b21fc4f30/nts-skazazes-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "a4532a03f05f56b9a3c9fb5d6c7c4e41", "sha256": "a259ec5185fb5b9d54f1a9997060d400c486a653695115cd76ab924420675e92" }, "downloads": -1, "filename": "nts_skazazes-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "a4532a03f05f56b9a3c9fb5d6c7c4e41", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20042, "upload_time": "2019-03-08T03:52:03", "url": "https://files.pythonhosted.org/packages/40/4a/3334c774bbcda4aeac69c7954f68cfe4c36738ef36bbc6e4c5eea81f2378/nts_skazazes-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c53bbf69a2d4087e4f00706037878e1c", "sha256": "25241a861df2cdac99b711599c81f4a754207a634f19a79f1ddcb34da54ba468" }, "downloads": -1, "filename": "nts-skazazes-0.0.9.tar.gz", "has_sig": false, "md5_digest": "c53bbf69a2d4087e4f00706037878e1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5806, "upload_time": "2019-03-08T03:52:07", "url": "https://files.pythonhosted.org/packages/6f/c6/16592304d4c02758a5ce47986b66e9c0a39f651957e1c6642f18d91426a1/nts-skazazes-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2a4d4505eb52ac0390a2fce77b6e186", "sha256": "ac4ff3b8e201ea58f810fc7b002946e24d7629431fb978de9ac675b0c811cffb" }, "downloads": -1, "filename": "nts_skazazes-0.0.22-py3-none-any.whl", "has_sig": false, "md5_digest": "a2a4d4505eb52ac0390a2fce77b6e186", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20204, "upload_time": "2019-03-14T22:13:55", "url": "https://files.pythonhosted.org/packages/ef/21/64eff04ab3cbf45d8a19e49bcfd952e26ce86b7473f6e31f7cee6aaefee0/nts_skazazes-0.0.22-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "441c7614bd5638f5ccf3765775b2d39b", "sha256": "0adccecc9b9b0609e64bbba4b888260de7d09f08f2db6dcb1a3d3bb94010cfd5" }, "downloads": -1, "filename": "nts-skazazes-0.0.22.tar.gz", "has_sig": false, "md5_digest": "441c7614bd5638f5ccf3765775b2d39b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5937, "upload_time": "2019-03-14T22:13:56", "url": "https://files.pythonhosted.org/packages/91/11/9bf28851323871c74dac1ab60290d0eb5cb8ae206117059a9a1b828ff32a/nts-skazazes-0.0.22.tar.gz" } ] }