Metadata-Version: 2.4
Name: neat-imf-importer-plugin
Version: 0.1.1
Summary: IMF Importer Plugin for NEAT
Author-email: Bård Henning Tvedt <bard.tvedt@webstep.no>, Arne Måge <arne.mage@webstep.no>, Nikola Vasiljevic <nikola.vasiljevic@cognite.com>
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cognite-neat>=0.123.4
Dynamic: license-file

# IMF Importer Plugin for NEAT


# For Developers

- [Install UV](https://docs.astral.sh/uv/guides/install-python/)
- Setup a development environment:
  ```bash
  uv sync --all-extras
  ```

- Install the plugin locally
  ```bash
  uv pip install -e .
  ```

*Note* - make sure that the plugin and Neat is deployed in the same environment

- Check example usage of the plugin in the `examples` folder.
