localstack-extension-resource-graph


Namelocalstack-extension-resource-graph JSON
Version 0.2.0.post3 PyPI version JSON
download
home_pageNone
SummaryAltimeter based LocalStack extension that allows you to create and import into neptune a graph of the resources in your LocalStack instance
upload_time2024-08-27 14:47:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords localstack localstack-extension extension
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Resource Graph
===============================

Altimeter based LocalStack extension that allows you to create and import into neptune a graph of the resources in your LocalStack instance

⚠️ Please note that this extension is experimental and currently under active development.


## Install local development version

To install the extension into localstack in developer mode, you will need Python 3.10, and create a virtual environment in the extensions project.

In the newly generated project, simply run

```bash
make install
```

Then, to enable the extension for LocalStack, run

```bash
localstack extensions dev enable .
```

You can then start LocalStack with `EXTENSION_DEV_MODE=1` to load all enabled extensions:

```bash
EXTENSION_DEV_MODE=1 localstack start
```

## License

This extension is published under the Apache License, Version 2.0.
By using it, you also agree to the LocalStack [End-User License Agreement (EULA)](https://github.com/localstack/localstack/tree/master/doc/end_user_license_agreement).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "localstack-extension-resource-graph",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "localstack, localstack-extension, extension",
    "author": null,
    "author_email": "LocalStack Team <info@localstack.com>",
    "download_url": "https://files.pythonhosted.org/packages/6a/93/d643f69627adc6e621b25ea3c572157b5e32b2151bdb963f6eac6f59c63e/localstack_extension_resource_graph-0.2.0.post3.tar.gz",
    "platform": null,
    "description": "Resource Graph\n===============================\n\nAltimeter based LocalStack extension that allows you to create and import into neptune a graph of the resources in your LocalStack instance\n\n\u26a0\ufe0f Please note that this extension is experimental and currently under active development.\n\n\n## Install local development version\n\nTo install the extension into localstack in developer mode, you will need Python 3.10, and create a virtual environment in the extensions project.\n\nIn the newly generated project, simply run\n\n```bash\nmake install\n```\n\nThen, to enable the extension for LocalStack, run\n\n```bash\nlocalstack extensions dev enable .\n```\n\nYou can then start LocalStack with `EXTENSION_DEV_MODE=1` to load all enabled extensions:\n\n```bash\nEXTENSION_DEV_MODE=1 localstack start\n```\n\n## License\n\nThis extension is published under the Apache License, Version 2.0.\nBy using it, you also agree to the LocalStack [End-User License Agreement (EULA)](https://github.com/localstack/localstack/tree/master/doc/end_user_license_agreement).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Altimeter based LocalStack extension that allows you to create and import into neptune a graph of the resources in your LocalStack instance",
    "version": "0.2.0.post3",
    "project_urls": null,
    "split_keywords": [
        "localstack",
        " localstack-extension",
        " extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ceba78cde6af0e5a897c8d96caca27bf07f69b044c8ac741aee86596e5fd33d",
                "md5": "d49d84cd46986cf9899cc512d3050b88",
                "sha256": "f65bf72bf354e3c31536fb7d4a749bce4a50d47b03610067ae27ee4bc5568424"
            },
            "downloads": -1,
            "filename": "localstack_extension_resource_graph-0.2.0.post3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d49d84cd46986cf9899cc512d3050b88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1046636,
            "upload_time": "2024-08-27T14:47:34",
            "upload_time_iso_8601": "2024-08-27T14:47:34.716773Z",
            "url": "https://files.pythonhosted.org/packages/7c/eb/a78cde6af0e5a897c8d96caca27bf07f69b044c8ac741aee86596e5fd33d/localstack_extension_resource_graph-0.2.0.post3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a93d643f69627adc6e621b25ea3c572157b5e32b2151bdb963f6eac6f59c63e",
                "md5": "991193d3c23e6acbc174e4aed6c00d59",
                "sha256": "0d669eaafebfaff1693f6da925b08c3526ee9cc4007d3857f0032d7e34a549f8"
            },
            "downloads": -1,
            "filename": "localstack_extension_resource_graph-0.2.0.post3.tar.gz",
            "has_sig": false,
            "md5_digest": "991193d3c23e6acbc174e4aed6c00d59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 961130,
            "upload_time": "2024-08-27T14:47:37",
            "upload_time_iso_8601": "2024-08-27T14:47:37.726476Z",
            "url": "https://files.pythonhosted.org/packages/6a/93/d643f69627adc6e621b25ea3c572157b5e32b2151bdb963f6eac6f59c63e/localstack_extension_resource_graph-0.2.0.post3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-27 14:47:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "localstack-extension-resource-graph"
}
        
Elapsed time: 0.36180s