claimed


Nameclaimed JSON
Version 0.1.8 PyPI version JSON
download
home_pageNone
SummaryThe CLAIMED framework includes reusable operators and the CLAIMED Component Compiler (C3).
upload_time2024-06-21 12:45:13
maintainerBenedikt Blumenstiel
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords claimed
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "claimed",
    "maintainer": "Benedikt Blumenstiel",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "Romeo Kienzler <claimed-framework@proton.me>",
    "keywords": "CLAIMED",
    "author": null,
    "author_email": "The CLAIMED authors <claimed-framework@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/ec/c1/0e2f669156a19c0c134a5292fe1b49911bd074b6c22a8c6ffe4c4184cf5f/claimed-0.1.8.tar.gz",
    "platform": null,
    "description": "# Install\n\n```bash\npip install claimed\n```\n\nThis 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. \n\n\n# Build & Publish\n```bash\npython -m build # might require a 'pip install build'\npython -m twine upload --repository pypi dist/* # might require a 'pip install twine'\nrm -r dist\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The CLAIMED framework includes reusable operators and the CLAIMED Component Compiler (C3).",
    "version": "0.1.8",
    "project_urls": {
        "Homepage": "https://github.com/claimed-framework"
    },
    "split_keywords": [
        "claimed"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8524d4a2cde7e3d893fabfb7afa4d79df37abf3f3dabb67aa7407f91dc223daf",
                "md5": "713c81c9bc87a9f1b944a3c59802b7c9",
                "sha256": "65899ec43218bdcb40f42cfe7900eb331e6d3ae01e847799e35717fb66340095"
            },
            "downloads": -1,
            "filename": "claimed-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "713c81c9bc87a9f1b944a3c59802b7c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1443,
            "upload_time": "2024-06-21T12:45:11",
            "upload_time_iso_8601": "2024-06-21T12:45:11.834851Z",
            "url": "https://files.pythonhosted.org/packages/85/24/d4a2cde7e3d893fabfb7afa4d79df37abf3f3dabb67aa7407f91dc223daf/claimed-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecc10e2f669156a19c0c134a5292fe1b49911bd074b6c22a8c6ffe4c4184cf5f",
                "md5": "435d45c383e895758422eee757efb68b",
                "sha256": "ed2de86c87cb9b1b69a442557dce968d5dde6c894a4464cd67f655a8ffe67396"
            },
            "downloads": -1,
            "filename": "claimed-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "435d45c383e895758422eee757efb68b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1492,
            "upload_time": "2024-06-21T12:45:13",
            "upload_time_iso_8601": "2024-06-21T12:45:13.089685Z",
            "url": "https://files.pythonhosted.org/packages/ec/c1/0e2f669156a19c0c134a5292fe1b49911bd074b6c22a8c6ffe4c4184cf5f/claimed-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 12:45:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "claimed"
}
        
Elapsed time: 0.29987s