Metadata-Version: 2.1
Name: localstack-extension-resource-graph
Version: 0.1.0
Summary: LocalStack Extension: Resource Graph
Author: LocalStack Team
Author-email: info@localstack.cloud
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: flask
Requires-Dist: gremlinpython
Requires-Dist: localstack>=2.2
Requires-Dist: localstack-core
Requires-Dist: localstack-ext
Requires-Dist: localstack_client
Requires-Dist: pydantic
Requires-Dist: pydantic_settings
Requires-Dist: python-dateutil
Requires-Dist: PyYAML
Requires-Dist: rdflib==6.0.2
Requires-Dist: requests
Requires-Dist: structlog
Requires-Dist: toml
Requires-Dist: typing-extensions

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).
