pep723


Namepep723 JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryImplementation of PEP 723 (inline script metadata)
upload_time2024-09-26 14:10:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseApache Software License
keywords inline script metadata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pep723

Implementation of [PEP 723](https://peps.python.org/pep-0723/#reference-implementation)

## Usage

```
$ pip install pep723
```

Run a script which has **inline script metadata**.

```
$ python -m pep723.tool example/script_with_metadata.py
```

## ⚠️Caution

This project is for self-education.  
DO NOT USE IN PRODUCTION.

If you are looking for tools which support PEP 723, recommendations are

* pipx
* uv
* Hatch
* PDM

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pep723",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "inline script metadata",
    "author": null,
    "author_email": "nikkie <takuyafjp+develop@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/bc/b92367257c278de651de6d9adef4aa1f329d54a8f686fc367cf7e90ae15f/pep723-0.0.1.tar.gz",
    "platform": null,
    "description": "# pep723\n\nImplementation of [PEP 723](https://peps.python.org/pep-0723/#reference-implementation)\n\n## Usage\n\n```\n$ pip install pep723\n```\n\nRun a script which has **inline script metadata**.\n\n```\n$ python -m pep723.tool example/script_with_metadata.py\n```\n\n## \u26a0\ufe0fCaution\n\nThis project is for self-education.  \nDO NOT USE IN PRODUCTION.\n\nIf you are looking for tools which support PEP 723, recommendations are\n\n* pipx\n* uv\n* Hatch\n* PDM\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Implementation of PEP 723 (inline script metadata)",
    "version": "0.0.1",
    "project_urls": {
        "Repository": "https://github.com/ftnext/pep723"
    },
    "split_keywords": [
        "inline",
        "script",
        "metadata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09b9c66d23562371338cdb35e28a27847fb48fa08a7fdb5fbf52d073b4cd1f75",
                "md5": "252291d45f560b4428567725efd75444",
                "sha256": "0b50d2059de10a1b070ceaa867b750f1b1c7ffafaf85c825a07efe5c5c2ea01d"
            },
            "downloads": -1,
            "filename": "pep723-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "252291d45f560b4428567725efd75444",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8320,
            "upload_time": "2024-09-26T14:09:58",
            "upload_time_iso_8601": "2024-09-26T14:09:58.193663Z",
            "url": "https://files.pythonhosted.org/packages/09/b9/c66d23562371338cdb35e28a27847fb48fa08a7fdb5fbf52d073b4cd1f75/pep723-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45bcb92367257c278de651de6d9adef4aa1f329d54a8f686fc367cf7e90ae15f",
                "md5": "bd3e013989ccf328c51285f245340589",
                "sha256": "8bff5225a31a4040ed86762702385a6950d61c640a0623195b6547c6ea7cdd79"
            },
            "downloads": -1,
            "filename": "pep723-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bd3e013989ccf328c51285f245340589",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 8475,
            "upload_time": "2024-09-26T14:10:00",
            "upload_time_iso_8601": "2024-09-26T14:10:00.715516Z",
            "url": "https://files.pythonhosted.org/packages/45/bc/b92367257c278de651de6d9adef4aa1f329d54a8f686fc367cf7e90ae15f/pep723-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 14:10:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ftnext",
    "github_project": "pep723",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pep723"
}
        
Elapsed time: 0.31489s