gauntlet


Namegauntlet JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/gauntlet
SummaryA simple command-line tool for running a series of code checks
upload_time2024-07-03 16:50:55
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Gauntlet

Gauntlet is a simple command-line tool for running a series of code checks on your project.

## Installation

```
pip install gauntlet
```

## Usage

```
gauntlet [directory]
```

If no directory is specified, Gauntlet will run on the current directory.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/gauntlet",
    "name": "gauntlet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/77/12/064a12b1ad3e1390eb5cdda4c99f5f447f6a54fc04cab7a8cce376de203d/gauntlet-0.1.0.tar.gz",
    "platform": null,
    "description": "# Gauntlet\n\nGauntlet is a simple command-line tool for running a series of code checks on your project.\n\n## Installation\n\n```\npip install gauntlet\n```\n\n## Usage\n\n```\ngauntlet [directory]\n```\n\nIf no directory is specified, Gauntlet will run on the current directory.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple command-line tool for running a series of code checks",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/gauntlet"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bef7468ca8a6992b4815764fbcb0ccc742efe98b560337ef86499d45d3b113b",
                "md5": "6ba2738409801fd3ff6840ab7abf522c",
                "sha256": "e989fd589be6082b1e8ed9832b8da9f5b14defeb1b82a2477ffaa1db3fc904c9"
            },
            "downloads": -1,
            "filename": "gauntlet-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ba2738409801fd3ff6840ab7abf522c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2584,
            "upload_time": "2024-07-03T16:50:54",
            "upload_time_iso_8601": "2024-07-03T16:50:54.154048Z",
            "url": "https://files.pythonhosted.org/packages/1b/ef/7468ca8a6992b4815764fbcb0ccc742efe98b560337ef86499d45d3b113b/gauntlet-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7712064a12b1ad3e1390eb5cdda4c99f5f447f6a54fc04cab7a8cce376de203d",
                "md5": "f3819dfede1b2c3ca9e0ef53516b67ee",
                "sha256": "d3f6b333ece2a1f794a4d98fc78a143ff44e76cfcc909b7927ccbb924435ddb9"
            },
            "downloads": -1,
            "filename": "gauntlet-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f3819dfede1b2c3ca9e0ef53516b67ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2273,
            "upload_time": "2024-07-03T16:50:55",
            "upload_time_iso_8601": "2024-07-03T16:50:55.562937Z",
            "url": "https://files.pythonhosted.org/packages/77/12/064a12b1ad3e1390eb5cdda4c99f5f447f6a54fc04cab7a8cce376de203d/gauntlet-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-03 16:50:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "gauntlet",
    "github_not_found": true,
    "lcname": "gauntlet"
}
        
Elapsed time: 0.27987s