{ "info": { "author": "Mark Steadman", "author_email": "mark@podiant.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Podiant webhooks\n================\n\n![Build](https://git.steadman.io/podiant/webhooks/badges/master/build.svg)\n![Coverage](https://git.steadman.io/podiant/webhooks/badges/master/coverage.svg)\n\nA super-simple, arbitrary webhook client\n\n## Quickstart\n\nInstall Webhooks:\n\n```sh\npip install podiant-webhooks\n```\n\nAdd it to your `INSTALLED_APPS`:\n```python\nINSTALLED_APPS = (\n ...\n 'webhooks',\n ...\n)\n```\n\n## Running tests\n\nDoes the code actually work?\n\n```\ncoverage run --source webhooks runtests.py\n```\n\n## Credits\n\nTools used in rendering this package:\n\n- [Cookiecutter](https://github.com/audreyr/cookiecutter)\n- [`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.steadman.io/podiant/webhooks", "keywords": "podiant-webhooks", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "podiant-webhooks", "package_url": "https://pypi.org/project/podiant-webhooks/", "platform": "", "project_url": "https://pypi.org/project/podiant-webhooks/", "project_urls": { "Homepage": "https://git.steadman.io/podiant/webhooks" }, "release_url": "https://pypi.org/project/podiant-webhooks/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A super-simple, arbitrary webhook client", "version": "0.1.0" }, "last_serial": 4360712, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "35a71443b6a9f052ec55bf62ec2bf09a", "sha256": "1102f8adf78dbcb681f2e37c589b896766a409dee49947447d66c02b74543a56" }, "downloads": -1, "filename": "podiant-webhooks-0.1.0.tar.gz", "has_sig": false, "md5_digest": "35a71443b6a9f052ec55bf62ec2bf09a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3702, "upload_time": "2018-10-10T16:21:25", "url": "https://files.pythonhosted.org/packages/06/28/748256cfea5cc7558dd94395f45ba5c05affe024cbdb40c6000ca7ec6645/podiant-webhooks-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35a71443b6a9f052ec55bf62ec2bf09a", "sha256": "1102f8adf78dbcb681f2e37c589b896766a409dee49947447d66c02b74543a56" }, "downloads": -1, "filename": "podiant-webhooks-0.1.0.tar.gz", "has_sig": false, "md5_digest": "35a71443b6a9f052ec55bf62ec2bf09a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3702, "upload_time": "2018-10-10T16:21:25", "url": "https://files.pythonhosted.org/packages/06/28/748256cfea5cc7558dd94395f45ba5c05affe024cbdb40c6000ca7ec6645/podiant-webhooks-0.1.0.tar.gz" } ] }