{ "info": { "author": "mnemonic AS", "author_email": "opensource@mnemonic.no", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: ISC License (ISCL)", "Topic :: Utilities" ], "description": "# ACT Workers\n\n## Introduction\n\nThis repository contains workers for the [ACT platform](https://github.com/mnemonic-no/act-platform).\n\nThe source code the workers are available on [github](https://github.com/mnemonic-no/act-workers).\n\n# Setup\n\nTo use the workers, install from PyPi:\n\n```bash\nsudo pip3 install act-workers\n```\n\nThis will install scripts for all workers:\n\n* act-argus-case\n* act-attack\n* act-country-regions\n* act-misp-feeds\n* act-mnemonic-pdns\n* act-scio\n* act-shadowserver-asn\n* act-uploader\n* act-url-shorter-unpack\n* act-veris\n* act-vt\n\n# Usage\n\nTo print facts to stdout:\n\n```bash\n$ act-country-regions\n{\"type\": \"memberOf\", \"value\": \"\", \"accessMode\": \"Public\", \"sourceObject\": {\"type\": \"country\", \"value\": \"Afghanistan\"}, \"destinationObject\": {\"type\": \"subRegion\", \"value\": \"Southern Asia\"}, \"bidirectionalBinding\": false}\n{\"type\": \"memberOf\", \"value\": \"\", \"accessMode\": \"Public\", \"sourceObject\": {\"type\": \"subRegion\", \"value\": \"Southern Asia\"}, \"destinationObject\": {\"type\": \"region\", \"value\": \"Asia\"}, \"bidirectionalBinding\": false}\n(...)\n```\n\nOr print facts as text representation:\n\n```bash\n$ act-country-regions --output-format str\n(country/Afghanistan) -[memberOf]-> (subRegion/Southern Asia)\n(subRegion/Southern Asia) -[memberOf]-> (region/Asia)\n(...)\n```\n\nTo add facts directly to the platform, include the act-baseurl and user-id options:\n\n```bash\n$ act-country-regions --act-baseurl http://localhost:8888 --user-id 1\n```\n\n# Configuration\n\nAll workers support options specified as command line arguments, environment variables and in a configuration file.\n\nA utility to show and start with a default ini file is also included:\n\n```bash\nact-worker-config --help\nusage: ACT worker config [-h] {show,user,system}\n\npositional arguments:\n {show,user,system}\n\noptional arguments:\n -h, --help show this help message and exit\n\n show - Print default config\n\n user - Copy default config to /home/fredrikb/.config/actworkers/actworkers.ini\n\n system - Copy default config to /etc/actworkers.ini\n```\n\nYou can see the default options in [act/workers/etc/actworkers.ini](act/workers/etc/actworkers.ini).\n\nThe configuration presedence are (from lowest to highest):\n1. Defaults (shown in --help for each worker)\n2. INI file\n3. Environment variable\n4. Command line argument\n\n## INI-file\nArguments are parsed in two phases. First, it will look for the argument --config argument\nwhich can be used to specify an alternative location for the ini file. If not --config argument\nis given it will look for an ini file in the following locations:\n\n /etc/\n ~/.config// (or directory specified by $XDG_CONFIG_HOME)\n\nThe ini file contains a \"[DEFAULT]\" section that will be used for all workers.\nIn addition there are separate sections for each worker which you can use to configure\nworker-specific options, and override default options.\n\n## Environment variables\n\nThe configuration step will also look for environment variables in uppercase and\nwith \"-\" replaced with \"_\". For the example for the option \"cert-file\" it will look for the\nenviornment variable \"$CERT_FILE\".\n\n## Requirements\n\nAll workers requires python version >= 3.5 and the act-api library:\n\n* [act-api](https://github.com/mnemonic-no/act-api-python) (act-api on [pypi](https://pypi.org/project/act-api/))\n\nIn addition some of the libraries might have additional requirements. See requirements.txt for a full list of all requirements.\n\n# Local development\n\nUse pip to install in [local development mode](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs). act-workers (and act-api) uses namespacing, so it is not compatible with using `setup.py install` or `setup.py develop`.\n\nIn repository, run:\n\n```bash\npip3 install --user -e .\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/mnemonic-no/act-workers", "keywords": "ACT,mnemonic", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "act-workers", "package_url": "https://pypi.org/project/act-workers/", "platform": "", "project_url": "https://pypi.org/project/act-workers/", "project_urls": { "Homepage": "https://github.com/mnemonic-no/act-workers" }, "release_url": "https://pypi.org/project/act-workers/1.0.7/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "summary": "ACT workers", "version": "1.0.7" }, "last_serial": 5989602, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "e9bf5036e35b7e55b30403ab20a0766c", "sha256": "ea569c66ae68d13ce1ae41db0d7a712549ea00b191fa346737277c2e0df68121" }, "downloads": -1, "filename": "act-workers-0.5.0.tar.gz", "has_sig": false, "md5_digest": "e9bf5036e35b7e55b30403ab20a0766c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 23521, "upload_time": "2019-04-02T12:51:48", "url": "https://files.pythonhosted.org/packages/5d/65/c2a8bf3eb1d89318d11ab0e2f70d5c24dc78b18e117cb666fe4fd31a1a72/act-workers-0.5.0.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "1d3e38e401dcc16816e1efbabab22bc7", "sha256": "243ba30093f6e1eaebacca4bff3ab6bb3cb49dab4b3c1e4917f2425f2ca042d1" }, "downloads": -1, "filename": "act-workers-0.5.2.tar.gz", "has_sig": false, "md5_digest": "1d3e38e401dcc16816e1efbabab22bc7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 23430, "upload_time": "2019-04-03T07:08:04", "url": "https://files.pythonhosted.org/packages/f7/db/2db37569f6cad95bb8003b8c4d88974f80b19c1895413d8154f36bb1f1d2/act-workers-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "1f84dc21f5d520f023496465d9d16ef1", "sha256": "deeeca9927878a97eaa01ddd3ea572149b347643787f032d8cb3d0dbef8a6361" }, "downloads": -1, "filename": "act-workers-0.5.3.tar.gz", "has_sig": false, "md5_digest": "1f84dc21f5d520f023496465d9d16ef1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 23452, "upload_time": "2019-04-03T12:59:32", "url": "https://files.pythonhosted.org/packages/2d/8b/44bf769025119e6cc3a6c714614158b1d4a002001b32881303fd395cdd30/act-workers-0.5.3.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "1276ccb22ef6c9bf4fcd5983338c24cc", "sha256": "cb77537e8ae360f739b1cb2318eb26b31cc433cb7e7505b3bd0bf014264a2f35" }, "downloads": -1, "filename": "act-workers-0.5.6.tar.gz", "has_sig": false, "md5_digest": "1276ccb22ef6c9bf4fcd5983338c24cc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 38002, "upload_time": "2019-04-16T09:47:47", "url": "https://files.pythonhosted.org/packages/40/12/ab6b2a45bb3021c6b7cec990e56e61cd7ecc9b3152796d59f76ca5346355/act-workers-0.5.6.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "9ee7aa3a32423a30d8fea7349c0358db", "sha256": "5a56e75d4ff6fca94d30068e49d8b631cf563267f160fdf687b0f01af5bc1bb7" }, "downloads": -1, "filename": "act-workers-0.6.0.tar.gz", "has_sig": false, "md5_digest": "9ee7aa3a32423a30d8fea7349c0358db", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 25843, "upload_time": "2019-04-16T09:47:49", "url": "https://files.pythonhosted.org/packages/8b/14/3ea78113159737df06ec3ad0265b627fe3f57d1d11c61367e36cf23a0a58/act-workers-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "dc7110039120dd9ffb8827d62b9467be", "sha256": "0a6a9bb52e55723e88ab52189a808749feb16973e8bc24c45ced2c5e570a3523" }, "downloads": -1, "filename": "act-workers-0.6.1.tar.gz", "has_sig": false, "md5_digest": "dc7110039120dd9ffb8827d62b9467be", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 28489, "upload_time": "2019-04-30T18:37:45", "url": "https://files.pythonhosted.org/packages/9f/84/5e07c6223392ed669038aa5a8ed40c37dbe42b368303ea6f653764336066/act-workers-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "dfae5f511ef26b49bce4cbbb4a210236", "sha256": "3d0c918c158b80931d9353b0743e3c3759391477a386576deef8cc76fbfdca2e" }, "downloads": -1, "filename": "act-workers-0.6.2.tar.gz", "has_sig": false, "md5_digest": "dfae5f511ef26b49bce4cbbb4a210236", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 28689, "upload_time": "2019-05-03T07:54:38", "url": "https://files.pythonhosted.org/packages/c3/3a/2d488af14edf31ae901b617b4941fcc4d1556c247597cd182e0f5f3afb20/act-workers-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "9fa28e39ae2da5509c764b068ba8d369", "sha256": "924f359e0479a7c68f45e56c4a550f84638dbbcf0a57b0a7ae2cee8eb1a9c4a0" }, "downloads": -1, "filename": "act-workers-0.6.3.tar.gz", "has_sig": false, "md5_digest": "9fa28e39ae2da5509c764b068ba8d369", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 28748, "upload_time": "2019-05-06T08:56:36", "url": "https://files.pythonhosted.org/packages/33/82/3cf1be92d080f8b43d14cc4fb0ae599b1652ab26a56b294f464975d63fa8/act-workers-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "6902f3e558590f86a211d5d883334014", "sha256": "f78e94f25cbd87e347f0f3070c868565876ed3231deacfd94640062b27a7a301" }, "downloads": -1, "filename": "act-workers-0.6.4.tar.gz", "has_sig": false, "md5_digest": "6902f3e558590f86a211d5d883334014", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 28827, "upload_time": "2019-05-15T13:48:07", "url": "https://files.pythonhosted.org/packages/60/9b/c29fd20b14680ae18ae572bb8d21b66d8d1436d16ee7af23664911685a1b/act-workers-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "63276375cede27714db82c045533c57b", "sha256": "49dbd9a182342aad50740d1b8de646553b8f75dcf1aa0aa8789295b8c8fbccd4" }, "downloads": -1, "filename": "act-workers-0.6.5.tar.gz", "has_sig": false, "md5_digest": "63276375cede27714db82c045533c57b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 28790, "upload_time": "2019-05-20T08:51:59", "url": "https://files.pythonhosted.org/packages/b6/be/6a7b9317958d39339fca1eee8dbd56da017bbcba0581d7d65002bcf68678/act-workers-0.6.5.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "6e8607bc76023e0956170673da2adc81", "sha256": "bb88cbb0e559b3822ffcbe6fef9b4af165715ab1523ed5d5f12b5e57a57f0986" }, "downloads": -1, "filename": "act-workers-0.7.0.tar.gz", "has_sig": false, "md5_digest": "6e8607bc76023e0956170673da2adc81", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 28884, "upload_time": "2019-05-24T08:10:30", "url": "https://files.pythonhosted.org/packages/65/98/3afc95ec1cc37dd6a54d053ea13305484aff64ca64b6d4ac244afafd71ec/act-workers-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "b5a89e7c2211018af752365ebf2b2a30", "sha256": "c53c1f2422e4cec953bb8835df6b1c73638b3754cd21b97e5086eea1b83e93ce" }, "downloads": -1, "filename": "act-workers-0.7.1.tar.gz", "has_sig": false, "md5_digest": "b5a89e7c2211018af752365ebf2b2a30", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 33400, "upload_time": "2019-05-27T09:05:27", "url": "https://files.pythonhosted.org/packages/c8/29/fa02a2ce51b7b7a0dd0df0631272361b694488b82c7146d18237b262b6cf/act-workers-0.7.1.tar.gz" } ], "0.7.10": [ { "comment_text": "", "digests": { "md5": "1a61863ce3b285ccc13e7955ffda81c5", "sha256": "9c801645418df32eeff33b5dae4989e41d5c627ef53944cb42891f4eaafb8c53" }, "downloads": -1, "filename": "act-workers-0.7.10.tar.gz", "has_sig": false, "md5_digest": "1a61863ce3b285ccc13e7955ffda81c5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 34988, "upload_time": "2019-06-12T15:17:11", "url": "https://files.pythonhosted.org/packages/09/16/bf8278a28d3b9adf8518a123d7004cafb85c24e837cbbe27271fbc0cb390/act-workers-0.7.10.tar.gz" } ], "0.7.11": [ { "comment_text": "", "digests": { "md5": "ad4f28886348643021695140908c036b", "sha256": "660945c88ff8ced7c0b9a0486b70c6030d13d99e1dc6c31595d4707fa50cdb89" }, "downloads": -1, "filename": "act-workers-0.7.11.tar.gz", "has_sig": false, "md5_digest": "ad4f28886348643021695140908c036b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39632, "upload_time": "2019-07-03T07:06:03", "url": "https://files.pythonhosted.org/packages/e1/3d/cc7ef90772b4023dd15c26adb19929066dfb1ce950fb62fa827afdc41449/act-workers-0.7.11.tar.gz" } ], "0.7.12": [ { "comment_text": "", "digests": { "md5": "9502f8f7f4f2754cf93a5b767988c9b2", "sha256": "db5c8a80039458e7af847072e070d495e1d1656c4f64c32248655b81d1ae0b30" }, "downloads": -1, "filename": "act-workers-0.7.12.tar.gz", "has_sig": false, "md5_digest": "9502f8f7f4f2754cf93a5b767988c9b2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39656, "upload_time": "2019-07-03T13:06:47", "url": "https://files.pythonhosted.org/packages/b6/9d/286d27f3b5939a02c6bcd6986d754c21fc0cdc8766a4b0782d83e6cd449b/act-workers-0.7.12.tar.gz" } ], "0.7.13": [ { "comment_text": "", "digests": { "md5": "3b3599d6d785135903e2f52269b6e86a", "sha256": "35671a670737567c1d94a0467aaea048579ce6b4330a011e021b0b933b49e569" }, "downloads": -1, "filename": "act-workers-0.7.13.tar.gz", "has_sig": false, "md5_digest": "3b3599d6d785135903e2f52269b6e86a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39868, "upload_time": "2019-07-04T12:39:16", "url": "https://files.pythonhosted.org/packages/ac/cb/f5cb4d4fb69f3f0763e2c9d5d821265b3f2263ef42a059d7438f68ba6533/act-workers-0.7.13.tar.gz" } ], "0.7.14": [ { "comment_text": "", "digests": { "md5": "7932079b9be1e93df2e16634c7751536", "sha256": "5227d03a3844eee80b372a2bc7327c42a2f480fa9d8655231ae8fb901e6f8f63" }, "downloads": -1, "filename": "act-workers-0.7.14.tar.gz", "has_sig": false, "md5_digest": "7932079b9be1e93df2e16634c7751536", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40035, "upload_time": "2019-08-22T08:22:06", "url": "https://files.pythonhosted.org/packages/71/88/6e9d606946649ed9e5819a4a413a3e7ce0d936f72a0fd1bdfb7d1863e4cb/act-workers-0.7.14.tar.gz" } ], "0.7.16": [ { "comment_text": "", "digests": { "md5": "04339cb737d7b73bc5715f8e85deaff9", "sha256": "0ab56dbe4130d0fce7869147caff6530f5e9549f34d8b15b98c2f0b691e916bd" }, "downloads": -1, "filename": "act-workers-0.7.16.tar.gz", "has_sig": false, "md5_digest": "04339cb737d7b73bc5715f8e85deaff9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40367, "upload_time": "2019-09-11T10:07:57", "url": "https://files.pythonhosted.org/packages/d8/a2/355a2744dd412a3579c471b84e9467c7adb2e017a263ab98fcf02f208c57/act-workers-0.7.16.tar.gz" } ], "0.7.17": [ { "comment_text": "", "digests": { "md5": "94aba80ecbc3a604773b4ef57f47fc67", "sha256": "19dfec31e71e36c6bedb4085a8f57fd343c521e2c6a5356bf2f8ce1f37488380" }, "downloads": -1, "filename": "act-workers-0.7.17.tar.gz", "has_sig": false, "md5_digest": "94aba80ecbc3a604773b4ef57f47fc67", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40388, "upload_time": "2019-09-23T10:19:20", "url": "https://files.pythonhosted.org/packages/37/63/240830dd073d626c8cbb8be13a0d2f9592d9562da13ae7329745bb8562ba/act-workers-0.7.17.tar.gz" } ], "0.7.18": [ { "comment_text": "", "digests": { "md5": "bf5286002a2e0b3c125e55b7adc6f8a9", "sha256": "27a66b01cba390cca6be004436c2412d0dc82f3d6e9bd9691887104a1f57d17e" }, "downloads": -1, "filename": "act-workers-0.7.18.tar.gz", "has_sig": false, "md5_digest": "bf5286002a2e0b3c125e55b7adc6f8a9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39829, "upload_time": "2019-09-23T12:16:19", "url": "https://files.pythonhosted.org/packages/ca/2a/901cf3c8b3d2eadd4ce41d3640a391261d091152abb09fb665c32c3c0684/act-workers-0.7.18.tar.gz" } ], "0.7.19": [ { "comment_text": "", "digests": { "md5": "b332dc83d59da2a91f69f26eea9c77ac", "sha256": "8a2ef7d9c1fb3e3e3eb34273402d34a83e1027a4e2e3e9509b6b305599a63677" }, "downloads": -1, "filename": "act-workers-0.7.19.tar.gz", "has_sig": false, "md5_digest": "b332dc83d59da2a91f69f26eea9c77ac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39826, "upload_time": "2019-09-23T12:48:36", "url": "https://files.pythonhosted.org/packages/07/74/5ea751a40e7495464c42bfe240e3e459f03dc5b3418115cc7277293b1166/act-workers-0.7.19.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "30eca366d9d3745954c3ec3455e6cf7d", "sha256": "c985820280850e35893802f495abc0189dd0cacec28201feb21d1dd628478de6" }, "downloads": -1, "filename": "act-workers-0.7.2.tar.gz", "has_sig": false, "md5_digest": "30eca366d9d3745954c3ec3455e6cf7d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 33402, "upload_time": "2019-05-27T09:35:39", "url": "https://files.pythonhosted.org/packages/a3/b1/4c8961f14ec8d3c385d4c7ae17a1bbbeec0f641cc5a05831e5358b575e64/act-workers-0.7.2.tar.gz" } ], "0.7.20": [ { "comment_text": "", "digests": { "md5": "de33441e5c14b3976b01c7bab39cc675", "sha256": "d200e2df91afc6bd0494d4ffd7d09c773feb881b30d9b5e52a42e2267dcfc730" }, "downloads": -1, "filename": "act-workers-0.7.20.tar.gz", "has_sig": false, "md5_digest": "de33441e5c14b3976b01c7bab39cc675", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39815, "upload_time": "2019-10-01T09:46:46", "url": "https://files.pythonhosted.org/packages/3d/fd/9c3cd7dcacf3b49402af94b6419909c2008423e1a7aa2368dec4f005676e/act-workers-0.7.20.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "54513353cc9deb5daee61205792eb7aa", "sha256": "ef594adc413763fe30a77e3e151ec85eed133e1c849ceffddf8be4d16f08fbd4" }, "downloads": -1, "filename": "act-workers-0.7.3.tar.gz", "has_sig": false, "md5_digest": "54513353cc9deb5daee61205792eb7aa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 33455, "upload_time": "2019-05-28T08:48:39", "url": "https://files.pythonhosted.org/packages/c9/e5/53772fefe2d50d5732efa7b8846fc8c2141b7035c39d79063d325b3b239a/act-workers-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "720615402ee7fa2e59567903217b3645", "sha256": "4e7e47e0ca6ca046aa8ab553eb63630095b9a3defe99183e4ef7b26f22246d23" }, "downloads": -1, "filename": "act-workers-0.7.4.tar.gz", "has_sig": false, "md5_digest": "720615402ee7fa2e59567903217b3645", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 33473, "upload_time": "2019-05-28T12:03:27", "url": "https://files.pythonhosted.org/packages/df/21/3d91adc732b3e475b216eae04970800946ba30db9838e16cde3f464b1062/act-workers-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "ba17a3272d39a1cdd5c7604d459ef338", "sha256": "b7764778621fd2436ebf2ea9b59dd6d193812d8081a6ec15200bc9133a927035" }, "downloads": -1, "filename": "act-workers-0.7.5.tar.gz", "has_sig": false, "md5_digest": "ba17a3272d39a1cdd5c7604d459ef338", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 33387, "upload_time": "2019-06-05T12:28:38", "url": "https://files.pythonhosted.org/packages/48/51/8776a76ea8032e107dafe818b0ef5708062faf4d07ea86cf86d44a322380/act-workers-0.7.5.tar.gz" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "d624fe7f2ba02ced74ed47cdc7111bef", "sha256": "28fdd7a6637993d7d9e204c45b3a9eafe0fc8ef0ada3143f01791d5aad4bf127" }, "downloads": -1, "filename": "act-workers-0.7.7.tar.gz", "has_sig": false, "md5_digest": "d624fe7f2ba02ced74ed47cdc7111bef", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 34873, "upload_time": "2019-06-11T12:02:16", "url": "https://files.pythonhosted.org/packages/ff/c4/05e5c1b4d4e9e98f7d693701400849b53107b2fe3a3e496213ef7cfec2aa/act-workers-0.7.7.tar.gz" } ], "0.7.8": [ { "comment_text": "", "digests": { "md5": "0848ee50c08806bf6065c5d744a30da4", "sha256": "5465836856be7e2f4dbc954b4dff336e1f9c87bb6128896aefb971e97142208e" }, "downloads": -1, "filename": "act-workers-0.7.8.tar.gz", "has_sig": false, "md5_digest": "0848ee50c08806bf6065c5d744a30da4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 34913, "upload_time": "2019-06-11T12:27:00", "url": "https://files.pythonhosted.org/packages/9e/a9/420dddde0b1e8b27ceffdc40328aad036a3c407b2750335f66fdf8b7222c/act-workers-0.7.8.tar.gz" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "e21580e421a3e7e440357717261d1ad0", "sha256": "a64c1a41642dc1e73d34a04f40a95c4c6613b2e4b1c153c84f0be149711893c6" }, "downloads": -1, "filename": "act-workers-0.7.9.tar.gz", "has_sig": false, "md5_digest": "e21580e421a3e7e440357717261d1ad0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 34984, "upload_time": "2019-06-12T10:08:46", "url": "https://files.pythonhosted.org/packages/c1/27/e43ad0ae82eb046f580287a605a58904c193378fa8ea3929bd50e9344fed/act-workers-0.7.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "37c841e914b5f97286ef694b09fe3254", "sha256": "7d0845c946b4f2370f084bffb4fbe82b1c3ba3429a50612c2b90ce32c20a3a86" }, "downloads": -1, "filename": "act-workers-1.0.0.tar.gz", "has_sig": false, "md5_digest": "37c841e914b5f97286ef694b09fe3254", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40034, "upload_time": "2019-10-01T12:45:11", "url": "https://files.pythonhosted.org/packages/83/47/f2fd0ea1ab2eaa826e3fd630d5c3e1f8c46feb97f377b3f3e4e4598d5160/act-workers-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "2345d085fa3f2e2ab716b19fbe32186c", "sha256": "9ad87c39d04f7e4a6f02ea28423224f06810043ec12bcf4452030900c44e18e0" }, "downloads": -1, "filename": "act-workers-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2345d085fa3f2e2ab716b19fbe32186c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40031, "upload_time": "2019-10-01T13:34:02", "url": "https://files.pythonhosted.org/packages/c2/94/256742b3c0e820b646502e3aeab0b16d0f360306136eba1df20a2c386114/act-workers-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "546b473abb90441c62dba6c8ddd4d99d", "sha256": "0f10d54bb08d92696781c868ee001d34ce5eef4867abcb06b058302069597e61" }, "downloads": -1, "filename": "act-workers-1.0.2.tar.gz", "has_sig": false, "md5_digest": "546b473abb90441c62dba6c8ddd4d99d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40206, "upload_time": "2019-10-04T13:22:11", "url": "https://files.pythonhosted.org/packages/6a/50/771bb2ab9871ba99c81337bca388b4101b4a8e76733870e5fa0ebb666e27/act-workers-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "de1ae95379827709ead31c692be5074a", "sha256": "d29760a3fc055781fa6ad5a6cb99eccf23f798fc30e2f9477657a097b69c384e" }, "downloads": -1, "filename": "act-workers-1.0.4.tar.gz", "has_sig": false, "md5_digest": "de1ae95379827709ead31c692be5074a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40282, "upload_time": "2019-10-07T18:25:35", "url": "https://files.pythonhosted.org/packages/b1/99/d283115d3b8006fa2194159614cd29d6d5ef0352bf15cd7681fe4ac5b697/act-workers-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "7d9beeff57aad0edb5e0a5d3ddd309d9", "sha256": "f182d16ec34dbd1c6cd4c8fc4a18fc23895d5d6807c744fa7c63f6013e30ece9" }, "downloads": -1, "filename": "act-workers-1.0.5.tar.gz", "has_sig": false, "md5_digest": "7d9beeff57aad0edb5e0a5d3ddd309d9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 41992, "upload_time": "2019-10-10T07:00:48", "url": "https://files.pythonhosted.org/packages/69/90/a6f768ed85f68da5ecf80a4f3f596829e05d77a19b329e1b2841b93624c0/act-workers-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "00f57bcfc3977480efbfef131ffba7e7", "sha256": "a29b2bbee39cd090084a7bd346cfbb116eff7b422fcd0b66b69b9a524cd0818d" }, "downloads": -1, "filename": "act-workers-1.0.6.tar.gz", "has_sig": false, "md5_digest": "00f57bcfc3977480efbfef131ffba7e7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 42362, "upload_time": "2019-10-10T12:14:32", "url": "https://files.pythonhosted.org/packages/06/45/4f5927588bfde3028e122896284c51d2e409fbde89e5437f0788c9c0b257/act-workers-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "d3e341b240c10d6ccdbed01550cb30ff", "sha256": "76c673875a7352f8a7351869fd36aa389f8304331ba245d05d3bb9ee6b98057d" }, "downloads": -1, "filename": "act-workers-1.0.7.tar.gz", "has_sig": false, "md5_digest": "d3e341b240c10d6ccdbed01550cb30ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40392, "upload_time": "2019-10-17T13:05:39", "url": "https://files.pythonhosted.org/packages/7d/36/c5e486d692b62a422899315510a3d374c20c5276d5a213a0d144e51ae849/act-workers-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d3e341b240c10d6ccdbed01550cb30ff", "sha256": "76c673875a7352f8a7351869fd36aa389f8304331ba245d05d3bb9ee6b98057d" }, "downloads": -1, "filename": "act-workers-1.0.7.tar.gz", "has_sig": false, "md5_digest": "d3e341b240c10d6ccdbed01550cb30ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 40392, "upload_time": "2019-10-17T13:05:39", "url": "https://files.pythonhosted.org/packages/7d/36/c5e486d692b62a422899315510a3d374c20c5276d5a213a0d144e51ae849/act-workers-1.0.7.tar.gz" } ] }