{ "info": { "author": "Paul Rosset", "author_email": "paulrosset96@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Commit hook (github) \"Logo\"\n\n#### Reproduce Commit webhook from github.\n\n[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)\n\n## Motivation\n\nGithub webhook are super awesome! But are not available to everyone since only the owner of the repo can create webhook. Sometimes it's very frustrating because you would like to do action in response to an other action concerning a repo that you don't own.\nThat's why I created this little package. \nIt checks if a new commit has been pushed, then hit a webhook.\n\n## Install\n\n> Python 3.6 or higher is required\n\n`pip install ...`\n\n## Usage\n\nThe ideal is to create a crontab of your choice that execute this script. \nFor example, a crontab that check everyday if a new commit has been pushed to a repo, then react in consequence.\n\n#### Cli usage\n\n`lcommit [usernameGithub] [repoName] [urlToHit] [locationConfig]`\n\n## License\n\nMIT Paul Rosset", "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/PaulRosset/lcommit-hook", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "lcommit.hook", "package_url": "https://pypi.org/project/lcommit.hook/", "platform": "", "project_url": "https://pypi.org/project/lcommit.hook/", "project_urls": { "Homepage": "https://github.com/PaulRosset/lcommit-hook" }, "release_url": "https://pypi.org/project/lcommit.hook/1.0.5/", "requires_dist": null, "requires_python": "", "summary": "Reproduce the github webhook when commit.", "version": "1.0.5" }, "last_serial": 4169910, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "89764d808660412758edf1e91799cb07", "sha256": "cb7da7a486815aaa6764c002a62762e7522371575dd2b8b6b539525e947b6492" }, "downloads": -1, "filename": "lcommit.hook-1.0.5.tar.gz", "has_sig": false, "md5_digest": "89764d808660412758edf1e91799cb07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1666, "upload_time": "2018-08-14T15:36:32", "url": "https://files.pythonhosted.org/packages/b3/45/0ea99076e81eaa8ac7f19c1d66bd27db0f91d096a6a24eb14d48769e145c/lcommit.hook-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89764d808660412758edf1e91799cb07", "sha256": "cb7da7a486815aaa6764c002a62762e7522371575dd2b8b6b539525e947b6492" }, "downloads": -1, "filename": "lcommit.hook-1.0.5.tar.gz", "has_sig": false, "md5_digest": "89764d808660412758edf1e91799cb07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1666, "upload_time": "2018-08-14T15:36:32", "url": "https://files.pythonhosted.org/packages/b3/45/0ea99076e81eaa8ac7f19c1d66bd27db0f91d096a6a24eb14d48769e145c/lcommit.hook-1.0.5.tar.gz" } ] }