uvxt


Nameuvxt JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryThe best tools for developers using uv
upload_time2024-11-03 14:06:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords rocshers uvxt uv pypi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # uvxt - uv tools collection

A collection of tools that, in conjunction with the capabilities of the uv, will increase your productivity

[![PyPI](https://img.shields.io/pypi/v/uvxt)](https://pypi.org/project/uvxt/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uvxt)](https://pypi.org/project/uvxt/)
[![uvxt](https://img.shields.io/badge/family-uvxt-purple)](https://pypi.org/project/uvxt/)

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rocshers_uvxt&metric=coverage)](https://sonarcloud.io/summary/new_code?id=rocshers_uvxt)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rocshers_uvxt&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rocshers_uvxt)

[![Downloads](https://static.pepy.tech/badge/uvxt)](https://pepy.tech/project/uvxt)
[![GitLab stars](https://img.shields.io/gitlab/stars/rocshers/python/uvxt)](https://gitlab.com/rocshers/python/uvxt)
[![GitLab last commit](https://img.shields.io/gitlab/last-commit/rocshers/python/uvxt)](https://gitlab.com/rocshers/python/uvxt)

## Quick start

```bash
uv tool install uvxt
uvxt audit
```

or

```bash
uvx uvxt audit
```

## Commands

- `uvxt up` - Launch the [uv-up](https://pypi.org/project/uv-up/)
- `uvxt audit` - Launch the [uv-audit](https://pypi.org/project/uv-audit/)
- `uvxt stats` - Launch the [uv-stats](https://pypi.org/project/uv-stats/)
- `uvxt version` - Launch the [uv-version](https://pypi.org/project/uv-version/)

## Contribute

Issue Tracker: <https://gitlab.com/rocshers/python/uvxt/-/issues>  
Source Code: <https://gitlab.com/rocshers/python/uvxt>

### How to add a new tool?

1) Create your CLI application.
   - We strongly recommend using `typer` for easy integration into uvxt.
   - Make sure that your package dependencies do not conflict with those already described in uvxt.
2) Upload your module to PyPI.
3) Add this package as a dependency to uvxt via `uv add`.
4) Import your CLI application in [uvxt/cli.py](./uvxt/cli.py)
5) Check that everything works fine.
6) Make a PR.

### Development Commands

Before adding changes:

```bash
make install
```

After changes:

```bash
make format test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "uvxt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "rocshers, uvxt, uv, pypi",
    "author": null,
    "author_email": "Alekse Marusich <alekse.marusich@rocshers.com>",
    "download_url": "https://files.pythonhosted.org/packages/30/71/4424cc08f0f6d23435055ba73cc4a4794b00209ae9f3c8e8f04fcbd2464b/uvxt-0.1.3.tar.gz",
    "platform": null,
    "description": "# uvxt - uv tools collection\n\nA collection of tools that, in conjunction with the capabilities of the uv, will increase your productivity\n\n[![PyPI](https://img.shields.io/pypi/v/uvxt)](https://pypi.org/project/uvxt/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uvxt)](https://pypi.org/project/uvxt/)\n[![uvxt](https://img.shields.io/badge/family-uvxt-purple)](https://pypi.org/project/uvxt/)\n\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rocshers_uvxt&metric=coverage)](https://sonarcloud.io/summary/new_code?id=rocshers_uvxt)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rocshers_uvxt&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rocshers_uvxt)\n\n[![Downloads](https://static.pepy.tech/badge/uvxt)](https://pepy.tech/project/uvxt)\n[![GitLab stars](https://img.shields.io/gitlab/stars/rocshers/python/uvxt)](https://gitlab.com/rocshers/python/uvxt)\n[![GitLab last commit](https://img.shields.io/gitlab/last-commit/rocshers/python/uvxt)](https://gitlab.com/rocshers/python/uvxt)\n\n## Quick start\n\n```bash\nuv tool install uvxt\nuvxt audit\n```\n\nor\n\n```bash\nuvx uvxt audit\n```\n\n## Commands\n\n- `uvxt up` - Launch the [uv-up](https://pypi.org/project/uv-up/)\n- `uvxt audit` - Launch the [uv-audit](https://pypi.org/project/uv-audit/)\n- `uvxt stats` - Launch the [uv-stats](https://pypi.org/project/uv-stats/)\n- `uvxt version` - Launch the [uv-version](https://pypi.org/project/uv-version/)\n\n## Contribute\n\nIssue Tracker: <https://gitlab.com/rocshers/python/uvxt/-/issues>  \nSource Code: <https://gitlab.com/rocshers/python/uvxt>\n\n### How to add a new tool?\n\n1) Create your CLI application.\n   - We strongly recommend using `typer` for easy integration into uvxt.\n   - Make sure that your package dependencies do not conflict with those already described in uvxt.\n2) Upload your module to PyPI.\n3) Add this package as a dependency to uvxt via `uv add`.\n4) Import your CLI application in [uvxt/cli.py](./uvxt/cli.py)\n5) Check that everything works fine.\n6) Make a PR.\n\n### Development Commands\n\nBefore adding changes:\n\n```bash\nmake install\n```\n\nAfter changes:\n\n```bash\nmake format test\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The best tools for developers using uv",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "rocshers",
        " uvxt",
        " uv",
        " pypi"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "022990921335de647fe29ea65e66e8468e098521c9d87d9caf92282a126382be",
                "md5": "967226edcfdf8000847248d03d2c03bf",
                "sha256": "89c9d2e60866576a048c97f5c42c351e1ac2ea1a51373f8c5b140e266755e3c4"
            },
            "downloads": -1,
            "filename": "uvxt-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "967226edcfdf8000847248d03d2c03bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 3346,
            "upload_time": "2024-11-03T14:06:42",
            "upload_time_iso_8601": "2024-11-03T14:06:42.568198Z",
            "url": "https://files.pythonhosted.org/packages/02/29/90921335de647fe29ea65e66e8468e098521c9d87d9caf92282a126382be/uvxt-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30714424cc08f0f6d23435055ba73cc4a4794b00209ae9f3c8e8f04fcbd2464b",
                "md5": "8bea9c5173b38fa75a954ebf7eb58f0a",
                "sha256": "8792acc94a2600c898de5dbe940777877678160ce73f7c51c5b25fc6fbcf8c9b"
            },
            "downloads": -1,
            "filename": "uvxt-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8bea9c5173b38fa75a954ebf7eb58f0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 3931,
            "upload_time": "2024-11-03T14:06:43",
            "upload_time_iso_8601": "2024-11-03T14:06:43.821988Z",
            "url": "https://files.pythonhosted.org/packages/30/71/4424cc08f0f6d23435055ba73cc4a4794b00209ae9f3c8e8f04fcbd2464b/uvxt-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 14:06:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "uvxt"
}
        
Elapsed time: 0.41039s