Metadata-Version: 2.1
Name: claimed
Version: 0.1.6
Summary: The CLAIMED framework includes reusable operators and the CLAIMED Component Compiler (C3).
Author-email: The CLAIMED authors <claimed-framework@proton.me>
Maintainer: Benedikt Blumenstiel
Maintainer-email: Romeo Kienzler <claimed-framework@proton.me>
Project-URL: Homepage, https://github.com/claimed-framework
Keywords: CLAIMED
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: claimed-c3 >=0.3.7
Requires-Dist: claimed-cli >=0.1.5

# Install

```bash
pip install claimed
```

This package installs the [CLAIMED Component Compiler (C3)](https://pypi.org/project/claimed-c3/) and the [CLAIMED CLI tool](https://pypi.org/project/claimed-cli/) which can be used to run operators locally. 


# Build & Publish
```bash
python -m build # might require a 'pip install build'
python -m twine upload --repository pypi dist/* # might require a 'pip install twine'
rm -r dist
```
