Stripe LocalStack extensions
============================
A LocalStack extension that provides a mocked version of [Stripe](https://stripe.com) as a service.
## Installing
```bash
localstack extensions install localstack-extension-stripe
```
## Using
Once installed, you can query stripe either through `localhost:4566/stripe` or
`stripe.localhost.localstack.cloud:4566`.
```bash
curl stripe.localhost.localstack.cloud:4566/v1/customers \
-u sk_test_12345: \
-d description="Customer data for Alice"
````
## Licensing
* [localstripe](https://github.com/adrienverge/localstripe) is licensed under
the GNU General Public License version 3.
* localstack-extension-stripe (this project) does not modify localstripe in
any way
Raw data
{
"_id": null,
"home_page": "https://github.com/localstack/localstack-extensions/tree/main/stripe",
"name": "localstack-extension-stripe",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Thomas Rausch",
"author_email": "thomas@localstack.cloud",
"download_url": "https://files.pythonhosted.org/packages/3e/3d/14afefac8c75fc5da728e90661bfef60c4aa22e6b2dd0c5f823623e6d92c/localstack-extension-stripe-0.1.0.tar.gz",
"platform": null,
"description": "Stripe LocalStack extensions\n============================\n\nA LocalStack extension that provides a mocked version of [Stripe](https://stripe.com) as a service.\n\n## Installing\n\n\n```bash\nlocalstack extensions install localstack-extension-stripe\n```\n\n## Using\n\nOnce installed, you can query stripe either through `localhost:4566/stripe` or\n`stripe.localhost.localstack.cloud:4566`.\n\n```bash\ncurl stripe.localhost.localstack.cloud:4566/v1/customers \\\n\t-u sk_test_12345: \\\n\t-d description=\"Customer data for Alice\"\n````\n\n## Licensing\n\n* [localstripe](https://github.com/adrienverge/localstripe) is licensed under\n the GNU General Public License version 3.\n* localstack-extension-stripe (this project) does not modify localstripe in\n any way\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "LocalStack Extension: Stripe",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/localstack/localstack-extensions/tree/main/stripe"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7e815cff8b0f98a0d7ffa4fe34e9bdf6f12d1308458f81374187a7577829dadb",
"md5": "9f4982a08c477910ae2ca6e2025e2b20",
"sha256": "c38555add295130ef5af90aa45c81e1e10c88eea69efbcd0290774ad5a0165b9"
},
"downloads": -1,
"filename": "localstack_extension_stripe-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9f4982a08c477910ae2ca6e2025e2b20",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7737,
"upload_time": "2023-07-28T13:49:23",
"upload_time_iso_8601": "2023-07-28T13:49:23.500194Z",
"url": "https://files.pythonhosted.org/packages/7e/81/5cff8b0f98a0d7ffa4fe34e9bdf6f12d1308458f81374187a7577829dadb/localstack_extension_stripe-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e3d14afefac8c75fc5da728e90661bfef60c4aa22e6b2dd0c5f823623e6d92c",
"md5": "89c390078fd168fe9e872c724cd2480c",
"sha256": "baeb4d74a45af299e3a981aa9970c80788b5233df4e05e19083ef8c7d8097bfa"
},
"downloads": -1,
"filename": "localstack-extension-stripe-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "89c390078fd168fe9e872c724cd2480c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7045,
"upload_time": "2023-07-28T13:49:24",
"upload_time_iso_8601": "2023-07-28T13:49:24.575624Z",
"url": "https://files.pythonhosted.org/packages/3e/3d/14afefac8c75fc5da728e90661bfef60c4aa22e6b2dd0c5f823623e6d92c/localstack-extension-stripe-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-28 13:49:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "localstack",
"github_project": "localstack-extensions",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "localstack-extension-stripe"
}