chalk-harness


Namechalk-harness JSON
Version 1.24.18 PyPI version JSON
download
home_pagehttps://chalk.ai
SummaryPython wrapper for Chalk's CLI
upload_time2024-10-17 06:22:45
maintainerNone
docs_urlNone
authorChalk AI, Inc.
requires_python>=3.8.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Chalk Harness

---
This package wraps [Chalk's CLI](https://github.com/chalk-ai/cli)
with Python to aid with testing.
---

Chalk enables innovative machine learning teams to focus on building
the unique products and models that make their business stand out.
Behind the scenes Chalk seamlessly handles data infrastructure with
a best-in-class developer experience.

---

## Example Usage

```python
harness = CLIHarness()
harness.apply_await(force=True)
version = harness.version()
assert version.version == "v0.4.5" == harness.version_tag_only()
print(harness.whoami().user)
print(harness.token().token)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://chalk.ai",
    "name": "chalk-harness",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Chalk AI, Inc.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0f/46/f0cac38356cfc18fefb6a01622ef9f0e5e96492303b52d6fad3baaa98bcb/chalk-harness-1.24.18.tar.gz",
    "platform": null,
    "description": "# Chalk Harness\n\n---\nThis package wraps [Chalk's CLI](https://github.com/chalk-ai/cli)\nwith Python to aid with testing.\n---\n\nChalk enables innovative machine learning teams to focus on building\nthe unique products and models that make their business stand out.\nBehind the scenes Chalk seamlessly handles data infrastructure with\na best-in-class developer experience.\n\n---\n\n## Example Usage\n\n```python\nharness = CLIHarness()\nharness.apply_await(force=True)\nversion = harness.version()\nassert version.version == \"v0.4.5\" == harness.version_tag_only()\nprint(harness.whoami().user)\nprint(harness.token().token)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python wrapper for Chalk's CLI",
    "version": "1.24.18",
    "project_urls": {
        "Homepage": "https://chalk.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef25cacf7e97542b6399bf430c8ec50816e6fbbe52f95450c6b8a132406cb176",
                "md5": "b447c15371027c119a8f59bddfec5d5e",
                "sha256": "8d2b4ebd965a3271b5f12908bca6410bf147f48e58feb633bd72cf3e8d846456"
            },
            "downloads": -1,
            "filename": "chalk_harness-1.24.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b447c15371027c119a8f59bddfec5d5e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 3524,
            "upload_time": "2024-10-17T06:22:44",
            "upload_time_iso_8601": "2024-10-17T06:22:44.084619Z",
            "url": "https://files.pythonhosted.org/packages/ef/25/cacf7e97542b6399bf430c8ec50816e6fbbe52f95450c6b8a132406cb176/chalk_harness-1.24.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f46f0cac38356cfc18fefb6a01622ef9f0e5e96492303b52d6fad3baaa98bcb",
                "md5": "a947da38efffbeed22e1f2909f525f8d",
                "sha256": "73091e51ac45638bcb339608d0ba6a8b69540a042e1f1270a6b754432b3cd331"
            },
            "downloads": -1,
            "filename": "chalk-harness-1.24.18.tar.gz",
            "has_sig": false,
            "md5_digest": "a947da38efffbeed22e1f2909f525f8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 4085,
            "upload_time": "2024-10-17T06:22:45",
            "upload_time_iso_8601": "2024-10-17T06:22:45.213234Z",
            "url": "https://files.pythonhosted.org/packages/0f/46/f0cac38356cfc18fefb6a01622ef9f0e5e96492303b52d6fad3baaa98bcb/chalk-harness-1.24.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 06:22:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "chalk-harness"
}
        
Elapsed time: 0.38951s