{ "info": { "author": "Nikolay Grishchenko", "author_email": "ngr@sosw.app", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: Other OS", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development" ], "description": "\"sosw\n\n# Serverless Orchestrator of Serverless Workers\n[![Build Status](https://travis-ci.org/sosw/sosw.svg?branch=master)](https://travis-ci.org/sosw/sosw)\n[![Documentation Status](https://readthedocs.org/projects/sosw/badge/?version=latest)](https://docs.sosw.app/en/latest/?badge=latest)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/sosw?color=blue&label=pypi%20installs)](https://pypi.org/project/sosw/)\n[![PyPI - Licence](https://img.shields.io/pypi/l/sosw?color=blue)](https://github.com/sosw/sosw/blob/master/LICENSE)\n\n**sosw** is a set of serverless tools for orchestrating asynchronous invocations of AWS Lambda Functions (Workers).\n\n---\n Please pronounce **sosw** correctly: _/\u02c8s\u0254\u02d0 s\u0259\u028a/_\n\n---\n\n## Documentation\n[https://docs.sosw.app](https://docs.sosw.app/en/latest/)\n\n## Essential Workflows\n![Essential sosw Workflow Schema](https://raw.githubusercontent.com/sosw/sosw/docme/docs/_static/images/simple-sosw.png)\n\n## Dependencies\n- Python 3.6, 3.7\n- [boto3](https://github.com/boto/boto3) (AWS SDK for Python)\n\n## Installation\nSee the [Installation Guidelines](https://docs.sosw.app/en/latest/installation.html) in the Documentation.\n\n## Development\n### Getting Started\n\nAssuming you have Python 3.6 and `pipenv` installed. Create a new virtual environment: \n\n```bash\n$ pipenv shell\n```\n\nNow install the required dependencies for development:\n\n```bash\n$ pipenv sync --dev\n```\n\n### Running Tests\n\nRunning unit tests:\n```bash\n$ pytest ./sosw/test/suite_3_6_unit.py\n```\n\n### Contribution Guidelines\n\n#### Release cycle\n- We follow both [Semantic Versioning](https://semver.org/) pattern\n and [PEP440](https://www.python.org/dev/peps/pep-0440/) recommendations where comply\n- Master branch commits (merges) are automatically packaged and published to PyPI.\n- Branches for planned staging versions follow the pattern: `X_Y_Z` (Major.Minor.Micro)\n- Make your pull requests to the latest staging branch (with highest number)\n- Latest documentation is compiled from branch `docme`.\n It should be up to date with latest **staging** branch, not the master.\n Make PRs with documentation change directly to `docme`.\n\n#### Code formatting\nFollow [PEP8](https://www.python.org/dev/peps/pep-0008/), but:\n- both classes and functions are padded with 2 empty lines\n- dictionaries are value-alligned\n\n#### Initialization\n1. Fork the repository: https://github.com/sosw/sosw\n2. Register Account in AWS: [SignUp](https://portal.aws.amazon.com/billing/signup#/start)\n3. Run `pipenv sync \u2013dev` to setup your virtual environment and download the required dependencies\n4. Create DynamoDB Tables: \n - You can find the CloudFormation template for the databases [in the example](https://raw.githubusercontent.com/sosw/sosw/docme/docs/yaml/sosw-shared-dynamodb.yaml).\n - If you are not familiar with CloudFormation, we highly recommend at least learning the basics from [the tutorial](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/GettingStarted.Walkthrough.html).\n5. Create Sandbox Lambda with Scheduler\n6. Play with it.\n7. Read the Documentation Convention.\n\n#### More\nSee more guidelines for contribution [in the docs](https://docs.sosw.app/en/latest/contribution/index.html).\n\n### Building the docs\nSphinx is used for building documentation. To build HTML documentation locally, use:\n\n```bash\n$ sphinx-build -ab html ./docs ./sosw-rtd\n```\n\nYou can then use the built in Python web server to view the html version directly from `localhost` in your preferred browser.\n\n```bash\n$ cd sosw-rtd\n$ python -m http.server\n```\n\n## Copyright\n\nThis document has been placed in the public domain.\n \n sosw - Serverless Orchestrator of Serverless Workers\n \n The MIT License (MIT)\n Copyright (C) 2019 sosw core contributors :\n Nikolay Grishchenko\n Sophie Fogel\n Gil Halperin\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.", "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/sosw/sosw", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sosw", "package_url": "https://pypi.org/project/sosw/", "platform": "", "project_url": "https://pypi.org/project/sosw/", "project_urls": { "Homepage": "http://github.com/sosw/sosw" }, "release_url": "https://pypi.org/project/sosw/0.7.23/", "requires_dist": null, "requires_python": "", "summary": "Serverless Orchestrator of Serverless Workers", "version": "0.7.23" }, "last_serial": 5726913, "releases": { "0.3.11": [ { "comment_text": "", "digests": { "md5": "bdb332a9b31fb823d186eecfe4f035ba", "sha256": "30244804798846cbe72f32a924c041031e87316a6cfb8b61acea0dd6d0302f65" }, "downloads": -1, "filename": "sosw-0.3.11.tar.gz", "has_sig": false, "md5_digest": "bdb332a9b31fb823d186eecfe4f035ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31532, "upload_time": "2019-02-03T17:59:57", "url": "https://files.pythonhosted.org/packages/29/74/0603b9768c62a6fd918a232ffed8e3a46a938d8c0d46a8afddcffc2f5539/sosw-0.3.11.tar.gz" } ], "0.3.13": [ { "comment_text": "", "digests": { "md5": "004dd4c135732671e469e92472af4dc9", "sha256": "0ddde655977230498a1a3e1958d4b37bbb7f607530a7dde677e2ef9d1bf5e991" }, "downloads": -1, "filename": "sosw-0.3.13.tar.gz", "has_sig": false, "md5_digest": "004dd4c135732671e469e92472af4dc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31733, "upload_time": "2019-02-10T13:08:35", "url": "https://files.pythonhosted.org/packages/22/5f/71da2afe364cb3b3cbb26ee524baadbf33ddb6ad72b2429c296512f6c953/sosw-0.3.13.tar.gz" } ], "0.3.15": [ { "comment_text": "", "digests": { "md5": "71966b0aeeb2836002bddb4d6261f94d", "sha256": "7331bf0c0cc9c70f8e27617f52066fde1c69d93933946de664451593938abd06" }, "downloads": -1, "filename": "sosw-0.3.15.tar.gz", "has_sig": false, "md5_digest": "71966b0aeeb2836002bddb4d6261f94d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31728, "upload_time": "2019-02-16T19:19:18", "url": "https://files.pythonhosted.org/packages/e3/2d/66cc87ed9d7b12c084efeaed25bd87b354822034a05b430eb8d26c237849/sosw-0.3.15.tar.gz" } ], "0.3.17": [ { "comment_text": "", "digests": { "md5": "acaf24101e719b178485143bcc2f303d", "sha256": "51c9545317f7a6055ad07d0ecf844008e16acaf6ebef85b84c521a73117aa223" }, "downloads": -1, "filename": "sosw-0.3.17.tar.gz", "has_sig": false, "md5_digest": "acaf24101e719b178485143bcc2f303d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31890, "upload_time": "2019-02-18T11:00:45", "url": "https://files.pythonhosted.org/packages/a9/08/16a44637f8e86653c6eae84d60318379437f872a1b747fca9313d7384044/sosw-0.3.17.tar.gz" } ], "0.3.19": [ { "comment_text": "", "digests": { "md5": "1b62c07c55f7af1546a4cb17603fdcc2", "sha256": "bc38e00916a69922014b63ebb360051a6222a8d9ec33e561fea6aff3af205ee2" }, "downloads": -1, "filename": "sosw-0.3.19.tar.gz", "has_sig": false, "md5_digest": "1b62c07c55f7af1546a4cb17603fdcc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32574, "upload_time": "2019-02-19T17:49:29", "url": "https://files.pythonhosted.org/packages/76/25/51c3c66585e65214fced197d7dc61d667d1f55c061f5c96efb980afc7117/sosw-0.3.19.tar.gz" } ], "0.3.21": [ { "comment_text": "", "digests": { "md5": "083b1632dc08a2cadbf0cb441036f316", "sha256": "4cd40e976cb66133c71618dc6e50891122b63731b4017f0118648ba7977d2d99" }, "downloads": -1, "filename": "sosw-0.3.21.tar.gz", "has_sig": false, "md5_digest": "083b1632dc08a2cadbf0cb441036f316", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33576, "upload_time": "2019-02-25T13:24:04", "url": "https://files.pythonhosted.org/packages/65/47/263b87fa33fc586e4c099ab47a0a69700ce21cd350868616fe95d688b93f/sosw-0.3.21.tar.gz" } ], "0.3.23": [ { "comment_text": "", "digests": { "md5": "97629c99266a4ff64bf23641b5d39b2f", "sha256": "f4418c624f89bab46be06d24f7ea2f6b4a0ef37e81e95f7599731610356f665e" }, "downloads": -1, "filename": "sosw-0.3.23.tar.gz", "has_sig": false, "md5_digest": "97629c99266a4ff64bf23641b5d39b2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33580, "upload_time": "2019-02-25T15:07:53", "url": "https://files.pythonhosted.org/packages/42/ad/ae897c45d89f6c4c161ea99f09bf6fc319ff2dab9bb23c735c1898566051/sosw-0.3.23.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "0f1906f12034a46c378518ac6757ed36", "sha256": "f05abfb2708261db11e90e2530d68b1d16406208e1b43675cee5aa3c1dcc4d41" }, "downloads": -1, "filename": "sosw-0.3.7.tar.gz", "has_sig": false, "md5_digest": "0f1906f12034a46c378518ac6757ed36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30138, "upload_time": "2019-01-25T18:18:25", "url": "https://files.pythonhosted.org/packages/29/71/67ae086875bd978619f64a6f6cd33fb0b663bb6f028c5a08f49950769881/sosw-0.3.7.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "53b37af81874c8e43b5909b76915f848", "sha256": "1d33c28637f0bb3d972a655f3a86a2909d4e62b9911cf0910164049a1a287127" }, "downloads": -1, "filename": "sosw-0.3.9.tar.gz", "has_sig": false, "md5_digest": "53b37af81874c8e43b5909b76915f848", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31170, "upload_time": "2019-01-28T14:45:36", "url": "https://files.pythonhosted.org/packages/84/7f/a0b60c07c0f2fd7bb43fe52eb4ea43c653378812482142d9701a007e3839/sosw-0.3.9.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "6d032bfe43bf33cef937b7c4190671fe", "sha256": "9b644e4716bfe7be3f9e329f9251c79bcbafcf6093246957a695aad796f73625" }, "downloads": -1, "filename": "sosw-0.5.0.tar.gz", "has_sig": false, "md5_digest": "6d032bfe43bf33cef937b7c4190671fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34622, "upload_time": "2019-03-06T07:10:10", "url": "https://files.pythonhosted.org/packages/b8/04/4613ddb010d708ac986425a51a7b008cfd9bf6104cf646c225565f94fd22/sosw-0.5.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "568959651c45db7295c1fd592b46ae36", "sha256": "db5738d8e68a7b1cf882e86ff1545973d6ee2a3860b47148127625e6fc2c26de" }, "downloads": -1, "filename": "sosw-0.7.0.tar.gz", "has_sig": false, "md5_digest": "568959651c45db7295c1fd592b46ae36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49254, "upload_time": "2019-04-05T06:54:14", "url": "https://files.pythonhosted.org/packages/d4/88/adeac09ca7fa22372fd667f09ee705702c6b598a61ffcfe1504f1925b2ff/sosw-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "0fffc12c7123dcc4a4c383d6d5195885", "sha256": "558b3356e6264fffec32400f233b2e9c745a41e5509b733a7812a1fc06397384" }, "downloads": -1, "filename": "sosw-0.7.1.tar.gz", "has_sig": false, "md5_digest": "0fffc12c7123dcc4a4c383d6d5195885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49449, "upload_time": "2019-04-07T21:30:43", "url": "https://files.pythonhosted.org/packages/4d/1e/75ea12a93bebfda52ae6d174503f3739b36ee6fd3c31177389c94b956eb2/sosw-0.7.1.tar.gz" } ], "0.7.11": [ { "comment_text": "", "digests": { "md5": "d2b82449e931e8f97fcaf40513809810", "sha256": "bae0dc08894af97f6e6691696c6ecff13bc75b7530128dec51226053bc6fa99d" }, "downloads": -1, "filename": "sosw-0.7.11.tar.gz", "has_sig": false, "md5_digest": "d2b82449e931e8f97fcaf40513809810", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78137, "upload_time": "2019-06-12T12:52:59", "url": "https://files.pythonhosted.org/packages/b5/b4/29619f521762decdf2c056de1d14cc869e23bedc119f1b17ad8dba2103e3/sosw-0.7.11.tar.gz" } ], "0.7.13": [ { "comment_text": "", "digests": { "md5": "1d9067fc136b697a8e761ad0cae37d32", "sha256": "cc3cee2643c18fbb718d0fb5768871f955659ba7279b7ec213e876441d0665db" }, "downloads": -1, "filename": "sosw-0.7.13.tar.gz", "has_sig": false, "md5_digest": "1d9067fc136b697a8e761ad0cae37d32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80510, "upload_time": "2019-06-24T21:32:59", "url": "https://files.pythonhosted.org/packages/df/d6/627b4160290debb4bbac12d11d327182c8fafa075d238c4115a170741569/sosw-0.7.13.tar.gz" } ], "0.7.15": [ { "comment_text": "", "digests": { "md5": "b045b6a40e4c2672a1f103369ebdac65", "sha256": "8b1f360a7bbff943ee9e389dfae1072d67995aa18934b2f5fdf6ca67d7c0fa99" }, "downloads": -1, "filename": "sosw-0.7.15.tar.gz", "has_sig": false, "md5_digest": "b045b6a40e4c2672a1f103369ebdac65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81064, "upload_time": "2019-07-01T07:36:25", "url": "https://files.pythonhosted.org/packages/d2/fb/9a057a680b9abe54510486f2f5cfce06be367d60f1988ca83067ba7bfef9/sosw-0.7.15.tar.gz" } ], "0.7.17": [ { "comment_text": "", "digests": { "md5": "4a9c2a0b15dbb049074faa01bacddbf2", "sha256": "6bd36ace7a42d31af5acac5540d2b2b11cbe19cf10c7c73a8c80fdda3f597fb6" }, "downloads": -1, "filename": "sosw-0.7.17.tar.gz", "has_sig": false, "md5_digest": "4a9c2a0b15dbb049074faa01bacddbf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95250, "upload_time": "2019-07-22T09:29:16", "url": "https://files.pythonhosted.org/packages/52/8d/bb520bebb3d5ea84f57426180babfd32a4dd2d5ce07e04eeeff1052b8682/sosw-0.7.17.tar.gz" } ], "0.7.19": [ { "comment_text": "", "digests": { "md5": "753aaad14c4f2d2537a5b5776bf6faa8", "sha256": "7c3f831202adcf4f091f770f40427a416de234ab984cb988af2b7611244141d1" }, "downloads": -1, "filename": "sosw-0.7.19.tar.gz", "has_sig": false, "md5_digest": "753aaad14c4f2d2537a5b5776bf6faa8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97796, "upload_time": "2019-08-01T11:51:33", "url": "https://files.pythonhosted.org/packages/38/12/bcbe055997c4390558ca29e1bdff71c2c1a22fb3af2b9dafab2ade04cf23/sosw-0.7.19.tar.gz" } ], "0.7.21": [ { "comment_text": "", "digests": { "md5": "96dae127b2c31f40a4ebdf366d7054c3", "sha256": "1bdb84d2e142ebf396dc0b0ea12478b8757111f95f119dcc8d4d549a6e8bb493" }, "downloads": -1, "filename": "sosw-0.7.21.tar.gz", "has_sig": false, "md5_digest": "96dae127b2c31f40a4ebdf366d7054c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89921, "upload_time": "2019-08-11T15:29:21", "url": "https://files.pythonhosted.org/packages/56/cd/a034d62426d8919e445529f4a2114950d299f7b86c96bfb8349eb0774955/sosw-0.7.21.tar.gz" } ], "0.7.23": [ { "comment_text": "", "digests": { "md5": "cb10ed89ecb3d844fe8cbd2d88c86037", "sha256": "aa1b6d57912fd9e3ef3393b10e087099e034b6d5d3e35e896921eb13f7cae13b" }, "downloads": -1, "filename": "sosw-0.7.23.tar.gz", "has_sig": false, "md5_digest": "cb10ed89ecb3d844fe8cbd2d88c86037", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88738, "upload_time": "2019-08-25T12:28:25", "url": "https://files.pythonhosted.org/packages/65/42/ad28dea5058e7a6ff13861961be939d52253ce4faebbbebd46057db9db36/sosw-0.7.23.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "6a2e42635470c23c31e858f3a3555719", "sha256": "881195519663d99ed491ec0910c927d7de18f8d167c1fb2b7d5f81b3f164c87e" }, "downloads": -1, "filename": "sosw-0.7.3.tar.gz", "has_sig": false, "md5_digest": "6a2e42635470c23c31e858f3a3555719", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52812, "upload_time": "2019-04-13T09:42:40", "url": "https://files.pythonhosted.org/packages/eb/5e/12659966208ecfc706e75a5135f1006ef067fe6d1757f199365fcf7f020f/sosw-0.7.3.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "e35a65da8a5b110dbdf6ac4d8466b226", "sha256": "a1631f3d01ee45bfd7007f6ad337ab3c42f2bd4b7adc353358f0391b1b96cf87" }, "downloads": -1, "filename": "sosw-0.7.5.tar.gz", "has_sig": false, "md5_digest": "e35a65da8a5b110dbdf6ac4d8466b226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57915, "upload_time": "2019-04-19T17:59:39", "url": "https://files.pythonhosted.org/packages/5a/2c/9bde2e7b1268bcb9eb137d36d37d00defd6b6b8ae2eadc3e9620c482def3/sosw-0.7.5.tar.gz" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "6d9715908abb5ca9d85da1ae6110849d", "sha256": "8f9d734ad55d024d3fb759aa750770a3692f910393945fcdb26ff725882750f1" }, "downloads": -1, "filename": "sosw-0.7.7.tar.gz", "has_sig": false, "md5_digest": "6d9715908abb5ca9d85da1ae6110849d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75169, "upload_time": "2019-05-15T12:45:51", "url": "https://files.pythonhosted.org/packages/47/46/bbac7191566333a19a5a03171f3b9d4566f20bae7ee8df7134af65318ac7/sosw-0.7.7.tar.gz" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "9680c63d2e780e72df5be42b618afdc1", "sha256": "00fa173487fa20165b3541d8b3b4b06b7d582adf77ce0180cb82d618f6956c46" }, "downloads": -1, "filename": "sosw-0.7.9.tar.gz", "has_sig": false, "md5_digest": "9680c63d2e780e72df5be42b618afdc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76598, "upload_time": "2019-06-05T13:41:39", "url": "https://files.pythonhosted.org/packages/f7/32/4bf1950554f3cc143c09b075aebf9518a490deb54eb09abba65a6b8b28e7/sosw-0.7.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb10ed89ecb3d844fe8cbd2d88c86037", "sha256": "aa1b6d57912fd9e3ef3393b10e087099e034b6d5d3e35e896921eb13f7cae13b" }, "downloads": -1, "filename": "sosw-0.7.23.tar.gz", "has_sig": false, "md5_digest": "cb10ed89ecb3d844fe8cbd2d88c86037", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88738, "upload_time": "2019-08-25T12:28:25", "url": "https://files.pythonhosted.org/packages/65/42/ad28dea5058e7a6ff13861961be939d52253ce4faebbbebd46057db9db36/sosw-0.7.23.tar.gz" } ] }