decentralizedroutines


Namedecentralizedroutines JSON
Version 3.0.3 PyPI version JSON
download
home_pagehttps://github.com/jcarlitooliveira/DecentralizedRoutines
SummaryMaster/Worker implementation of decentralized git published routines and kinesis worker pool
upload_time2023-08-04 08:02:51
maintainer
docs_urlNone
authorJose Carlito de Oliveira Filho
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DecentralizedRoutines
Decentralized routines orquestration through Kinesis working pool 

### create virtual environment
<ul>
<li>enter command: pip -m venv venv</li>
<li>activate virtual environnment (venv\Scripts\activate.bat)</li>
</ul>

## Create .env file in root folder Ie:
<ul>
<li>LOG_LEVEL=[DEBUG]</li>
<li>GIT_USER=[GIT_USER]</li>
<li>GIT_TOKEN=[GIT_TOKEN]</li>
<li>GIT_ACRONYM=[GIT_ACRONYM]</li>
<li>GIT_SERVER=[GIT_SERVER]</li>
<li>SOURCE_FOLDER=[SOURCE_FOLDER]</li>
</ul>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jcarlitooliveira/DecentralizedRoutines",
    "name": "decentralizedroutines",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jose Carlito de Oliveira Filho",
    "author_email": "jcarlitooliveira@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/57/68be55d9960e91331c767af96f60d73112e093a9ef7a834c725b78cf5f9e/decentralizedroutines-3.0.3.tar.gz",
    "platform": null,
    "description": "# DecentralizedRoutines\nDecentralized routines orquestration through Kinesis working pool \n\n### create virtual environment\n<ul>\n<li>enter command: pip -m venv venv</li>\n<li>activate virtual environnment (venv\\Scripts\\activate.bat)</li>\n</ul>\n\n## Create .env file in root folder Ie:\n<ul>\n<li>LOG_LEVEL=[DEBUG]</li>\n<li>GIT_USER=[GIT_USER]</li>\n<li>GIT_TOKEN=[GIT_TOKEN]</li>\n<li>GIT_ACRONYM=[GIT_ACRONYM]</li>\n<li>GIT_SERVER=[GIT_SERVER]</li>\n<li>SOURCE_FOLDER=[SOURCE_FOLDER]</li>\n</ul>\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Master/Worker implementation of decentralized git published routines and kinesis worker pool",
    "version": "3.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/jcarlitooliveira/DecentralizedRoutines/issues",
        "Homepage": "https://github.com/jcarlitooliveira/DecentralizedRoutines"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ff03d424240b1ee422b2c2102b9b820554ae14b24f42ef7a80d8491155a7aaf",
                "md5": "8d67e537cd01a6306c2896444fdc18d4",
                "sha256": "7e78368a47394851b34110f833109b3bc02d2e5f2dd47bb1af8cfa7e9cbb685d"
            },
            "downloads": -1,
            "filename": "decentralizedroutines-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d67e537cd01a6306c2896444fdc18d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 23502,
            "upload_time": "2023-08-04T08:02:50",
            "upload_time_iso_8601": "2023-08-04T08:02:50.276064Z",
            "url": "https://files.pythonhosted.org/packages/8f/f0/3d424240b1ee422b2c2102b9b820554ae14b24f42ef7a80d8491155a7aaf/decentralizedroutines-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "885768be55d9960e91331c767af96f60d73112e093a9ef7a834c725b78cf5f9e",
                "md5": "2075efa0b31e44687f4f0156d1075a60",
                "sha256": "32687c43697817a8f56cee4930e4ee06ee8e6025b85d8de8a153e84366b15762"
            },
            "downloads": -1,
            "filename": "decentralizedroutines-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2075efa0b31e44687f4f0156d1075a60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 21519,
            "upload_time": "2023-08-04T08:02:51",
            "upload_time_iso_8601": "2023-08-04T08:02:51.981324Z",
            "url": "https://files.pythonhosted.org/packages/88/57/68be55d9960e91331c767af96f60d73112e093a9ef7a834c725b78cf5f9e/decentralizedroutines-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 08:02:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jcarlitooliveira",
    "github_project": "DecentralizedRoutines",
    "github_not_found": true,
    "lcname": "decentralizedroutines"
}
        
Elapsed time: 0.09785s