tune8


Nametune8 JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/naserjamal/tune8
SummaryA dashboard to work with Fine-tune JSONL
upload_time2024-08-04 13:47:20
maintainerNone
docs_urlNone
authorNaser Jamal
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tune8

Tune8 is a tool for managing prompts in JSONL format.

## Installation

```python
pip install tune8
```

## Usage

After installation, you can run the application by typing:

```python
tune8
```

This will start a Flask server, and you can access the application by opening a web browser and navigating to `http://localhost:5000`.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/naserjamal/tune8",
    "name": "tune8",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Naser Jamal",
    "author_email": "naser.dll@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3e/60/489efed61bb465492c67a48fa27d7084c300dd827c9053c6180028bb40ab/tune8-0.1.0.tar.gz",
    "platform": null,
    "description": "# Tune8\r\n\r\nTune8 is a tool for managing prompts in JSONL format.\r\n\r\n## Installation\r\n\r\n```python\r\npip install tune8\r\n```\r\n\r\n## Usage\r\n\r\nAfter installation, you can run the application by typing:\r\n\r\n```python\r\ntune8\r\n```\r\n\r\nThis will start a Flask server, and you can access the application by opening a web browser and navigating to `http://localhost:5000`.\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A dashboard to work with Fine-tune JSONL",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/naserjamal/tune8"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba39a976de5c1e20f2c25481dc84759a910f3828e40c4ee7d06d35fa2be57877",
                "md5": "7271145761db67a449e8d5af296cac22",
                "sha256": "7fd8470dc0a5c4a58bb66612b78fa764e5d40e681f2ff2b90f7ad03b77fcc418"
            },
            "downloads": -1,
            "filename": "tune8-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7271145761db67a449e8d5af296cac22",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8902,
            "upload_time": "2024-08-04T13:47:19",
            "upload_time_iso_8601": "2024-08-04T13:47:19.008788Z",
            "url": "https://files.pythonhosted.org/packages/ba/39/a976de5c1e20f2c25481dc84759a910f3828e40c4ee7d06d35fa2be57877/tune8-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e60489efed61bb465492c67a48fa27d7084c300dd827c9053c6180028bb40ab",
                "md5": "365265c2e711c152699d94b77346d2cd",
                "sha256": "d6a56f7177b69dbef5392e3cba11e1c6a6a50d4b5e676f3cf4b62bf99c48d95d"
            },
            "downloads": -1,
            "filename": "tune8-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "365265c2e711c152699d94b77346d2cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8147,
            "upload_time": "2024-08-04T13:47:20",
            "upload_time_iso_8601": "2024-08-04T13:47:20.737298Z",
            "url": "https://files.pythonhosted.org/packages/3e/60/489efed61bb465492c67a48fa27d7084c300dd827c9053c6180028bb40ab/tune8-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-04 13:47:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "naserjamal",
    "github_project": "tune8",
    "github_not_found": true,
    "lcname": "tune8"
}
        
Elapsed time: 0.25742s