chalk-harness


Namechalk-harness JSON
Version 1.17.0 PyPI version JSON
download
home_pagehttps://chalk.ai
SummaryPython wrapper for Chalk's CLI
upload_time2024-05-17 01:57:05
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/21/0c/6f4673dcb3849bac30ae2df76e68b92fd4a40409b4c47493be8d4dcb9af6/chalk-harness-1.17.0.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.17.0",
    "project_urls": {
        "Homepage": "https://chalk.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81a87883c3d302e91131277a626989413ee98a0b5b93d00ddb0d98901ab317a6",
                "md5": "a57290da83f9e913b5e52fb1dd83b189",
                "sha256": "d9a31a3119167bc2cef12f88df18348be61280339b0a0fe14d375b03b6db204f"
            },
            "downloads": -1,
            "filename": "chalk_harness-1.17.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a57290da83f9e913b5e52fb1dd83b189",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 3514,
            "upload_time": "2024-05-17T01:57:02",
            "upload_time_iso_8601": "2024-05-17T01:57:02.422772Z",
            "url": "https://files.pythonhosted.org/packages/81/a8/7883c3d302e91131277a626989413ee98a0b5b93d00ddb0d98901ab317a6/chalk_harness-1.17.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "210c6f4673dcb3849bac30ae2df76e68b92fd4a40409b4c47493be8d4dcb9af6",
                "md5": "b7769ed583f427fefb39b01f77891102",
                "sha256": "14fd7d5baf6a223241c855ad85dc5386c0abcde82ad161bb762ac9d6169d16cd"
            },
            "downloads": -1,
            "filename": "chalk-harness-1.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b7769ed583f427fefb39b01f77891102",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 4070,
            "upload_time": "2024-05-17T01:57:05",
            "upload_time_iso_8601": "2024-05-17T01:57:05.014628Z",
            "url": "https://files.pythonhosted.org/packages/21/0c/6f4673dcb3849bac30ae2df76e68b92fd4a40409b4c47493be8d4dcb9af6/chalk-harness-1.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 01:57:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "chalk-harness"
}
        
Elapsed time: 0.26193s