{ "info": { "author": "Christian Glacet", "author_email": "cglacet@kune.tech", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "# ASGI Server for servers-side Stripe PaymentIntents API\n\nIn order to run this server, you need to set the environnement variable `STRIPE_KEY` set with your private stripe token:\n\n```console\nexport STRIPE_KEY=sk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n```\n\nRunning the server:\n\n```console\ngunicorn server:app -w 4 -k uvicorn.workers.UvicornWorker\n```\n\nAlternatively, while you're still in development you can simply run:\n\n```console\npython server/server.py\n```\n\nWhich will enable auto-reload of your application every time a local change is detected.\n\n## What is this server for?\n\nWhen working with Stripe you need to perform some actions secretly (using your secret API token), in order to\nkeep these secret some requests to the Stripe API will be done on the server-side of your application. This is\nwhere this service comes in.\n\nThe `stripe-asgi-server` is a minimal working server that will perform all secret actions\nusing the [`async-stripe`][async-stripe] module, for all the outgoing requests.\n\n[async-stripe]: https://github.com/cglacet/async-stripe", "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/cglacet/stripe-asgi-server", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "stripe-asgi-server", "package_url": "https://pypi.org/project/stripe-asgi-server/", "platform": "", "project_url": "https://pypi.org/project/stripe-asgi-server/", "project_urls": { "Bug Reports": "https://github.com/cglacet/stripe-asgi-server/issues", "Homepage": "https://github.com/cglacet/stripe-asgi-server", "Source": "https://github.com/cglacet/stripe-asgi-server" }, "release_url": "https://pypi.org/project/stripe-asgi-server/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "An asgi server for stripe payments", "version": "0.0.2" }, "last_serial": 5386956, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "32c2f2d0f08ba3f9b14af6bff85b109e", "sha256": "52c5d20818f48e611396677223a67e756283dbc693191c10b2e12eca83fe1ba9" }, "downloads": -1, "filename": "stripe-asgi-server-0.0.2.tar.gz", "has_sig": false, "md5_digest": "32c2f2d0f08ba3f9b14af6bff85b109e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4265, "upload_time": "2019-06-11T14:55:18", "url": "https://files.pythonhosted.org/packages/05/6c/6d3606d1259d7dc6349dd68cee99e6be6e2dd0dc20757374179df4f6183e/stripe-asgi-server-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "32c2f2d0f08ba3f9b14af6bff85b109e", "sha256": "52c5d20818f48e611396677223a67e756283dbc693191c10b2e12eca83fe1ba9" }, "downloads": -1, "filename": "stripe-asgi-server-0.0.2.tar.gz", "has_sig": false, "md5_digest": "32c2f2d0f08ba3f9b14af6bff85b109e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4265, "upload_time": "2019-06-11T14:55:18", "url": "https://files.pythonhosted.org/packages/05/6c/6d3606d1259d7dc6349dd68cee99e6be6e2dd0dc20757374179df4f6183e/stripe-asgi-server-0.0.2.tar.gz" } ] }