Metadata-Version: 2.1
Name: fx-python-sdk-cli
Version: 0.1.6
Summary: Interact with FX Port to share / retrieve AAS Submodel
Home-page: https://github.com/fvolz/fx-python-sdk-cli
Author: FX
Author-email: fx@fx.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: requests>=2.32.3

# FX Python SDK with CLI

Usage: `pip install fx_python_sdk_cli`

Enter Provider / Consumer FX-Port details in the config files `consumer_cfg` and `provider_cfg`.

Use CLI as provider:
- Get own EDC Assets
- Create EDC Asset for AAS Submodel
- Create generic EDC Access policy
- Create generic EDC Usage policy
- Create generic EDC Contract for specific EDC Asset
- Get EDC policies

Use CLI as consumer:
- Request EDC Assets from Provider
- Request EDRS (after negotiation)
- Request data (requires EDRS)
- Negotiate
- Get Negotiation State (to check after negotiating)
