lace-client


Namelace-client JSON
Version 0.5.15 PyPI version JSON
download
home_pagehttps://github.com/Aegis-Testing-Technologies/aegis-techspike
SummaryLace: AI Training Transparency Protocol - Prevent copyright lawsuits with cryptographic proof
upload_time2025-08-21 09:41:52
maintainerNone
docs_urlNone
authorAegis Testing Technologies LLC
requires_python>=3.8
licenseApache-2.0
keywords ai copyright compliance training transparency legal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lace Client

Python client for Lace - AI training transparency protocol.

## Installation

```bash
pip install lace-client
```

## Quick Start

```python
import lace

# One-line integration
lace.monitor()

# Create attestation
attestation_id = lace.attest("./training_data")

# Verify after training
result = lace.verify(attestation_id)
```

## Documentation

Full documentation available at https://withlace.ai

## License

Apache 2.0

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Aegis-Testing-Technologies/aegis-techspike",
    "name": "lace-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ai, copyright, compliance, training, transparency, legal",
    "author": "Aegis Testing Technologies LLC",
    "author_email": "Aegis Testing Technologies LLC <support@withlace.ai>",
    "download_url": "https://files.pythonhosted.org/packages/e3/4f/ebbe8ababf53c3fc7ff5ad6a4f96673369d5105b8b75827759be18fb73d3/lace_client-0.5.15.tar.gz",
    "platform": null,
    "description": "# Lace Client\n\nPython client for Lace - AI training transparency protocol.\n\n## Installation\n\n```bash\npip install lace-client\n```\n\n## Quick Start\n\n```python\nimport lace\n\n# One-line integration\nlace.monitor()\n\n# Create attestation\nattestation_id = lace.attest(\"./training_data\")\n\n# Verify after training\nresult = lace.verify(attestation_id)\n```\n\n## Documentation\n\nFull documentation available at https://withlace.ai\n\n## License\n\nApache 2.0\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Lace: AI Training Transparency Protocol - Prevent copyright lawsuits with cryptographic proof",
    "version": "0.5.15",
    "project_urls": {
        "Get API Key": "https://withlace.ai/request-demo",
        "Homepage": "https://github.com/Aegis-Testing-Technologies/aegis-techspike",
        "documentation": "https://withlace.ai/docs",
        "homepage": "https://withlace.ai"
    },
    "split_keywords": [
        "ai",
        " copyright",
        " compliance",
        " training",
        " transparency",
        " legal"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0c1f952be7a2aa808cadd9a5089dd0fe8d250721fd4578dea2e80daa12823ba",
                "md5": "f7437f56acfccee601240b76863a2e2a",
                "sha256": "446a8a068b8e094b5bfce51414935b4f670cea3af3525997207d9fe6537182bb"
            },
            "downloads": -1,
            "filename": "lace_client-0.5.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f7437f56acfccee601240b76863a2e2a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 80081,
            "upload_time": "2025-08-21T09:41:51",
            "upload_time_iso_8601": "2025-08-21T09:41:51.224879Z",
            "url": "https://files.pythonhosted.org/packages/f0/c1/f952be7a2aa808cadd9a5089dd0fe8d250721fd4578dea2e80daa12823ba/lace_client-0.5.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e34febbe8ababf53c3fc7ff5ad6a4f96673369d5105b8b75827759be18fb73d3",
                "md5": "1b51ca4cf32e6e63b94af656a5a352f0",
                "sha256": "de41d6ffa3e8a088cf56863c41c47a41276df83812f5ea1fa723518845a0f41f"
            },
            "downloads": -1,
            "filename": "lace_client-0.5.15.tar.gz",
            "has_sig": false,
            "md5_digest": "1b51ca4cf32e6e63b94af656a5a352f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 109850,
            "upload_time": "2025-08-21T09:41:52",
            "upload_time_iso_8601": "2025-08-21T09:41:52.653168Z",
            "url": "https://files.pythonhosted.org/packages/e3/4f/ebbe8ababf53c3fc7ff5ad6a4f96673369d5105b8b75827759be18fb73d3/lace_client-0.5.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-21 09:41:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aegis-Testing-Technologies",
    "github_project": "aegis-techspike",
    "github_not_found": true,
    "lcname": "lace-client"
}
        
Elapsed time: 1.04054s