itertools-cli


Nameitertools-cli JSON
Version 0.1.1 PyPI version JSON
download
home_page
Summary
upload_time2024-02-02 23:14:52
maintainer
docs_urlNone
authorYour Name
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Pathlib-cli is a command line interface for Python's pathlib library.
It focuses on extracting parts of paths (stem, suffixes, parents, etc).

Pathlib-cli also includes prefix and prefixes command which are not
in pathlib. These extricate a substring of the filename up to but
not including the nth '.'.

Example usage:

```
readlink -f * | pathlib-cli prefix
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "itertools-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/58/1c/eae1d1bf6f89bd8d5af507cd0c1786feedaf829b18f375a3a49f0fe976bd/itertools_cli-0.1.1.tar.gz",
    "platform": null,
    "description": "Pathlib-cli is a command line interface for Python's pathlib library.\nIt focuses on extracting parts of paths (stem, suffixes, parents, etc).\n\nPathlib-cli also includes prefix and prefixes command which are not\nin pathlib. These extricate a substring of the filename up to but\nnot including the nth '.'.\n\nExample usage:\n\n```\nreadlink -f * | pathlib-cli prefix\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b2a5928fc0c869254d4495672761677fbaf5e0e7023bb13299cc7115193c916",
                "md5": "0be17d2918da9532e3c89e4ccde303a8",
                "sha256": "23b0924274e45cd162f542eb6d9f055cac4e50ba9f9e50b9e4b4f526f36eeb25"
            },
            "downloads": -1,
            "filename": "itertools_cli-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0be17d2918da9532e3c89e4ccde303a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 2895,
            "upload_time": "2024-02-02T23:14:50",
            "upload_time_iso_8601": "2024-02-02T23:14:50.629775Z",
            "url": "https://files.pythonhosted.org/packages/1b/2a/5928fc0c869254d4495672761677fbaf5e0e7023bb13299cc7115193c916/itertools_cli-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "581ceae1d1bf6f89bd8d5af507cd0c1786feedaf829b18f375a3a49f0fe976bd",
                "md5": "f8044cdebeee352ac6f4c8c7bcaf2d55",
                "sha256": "29a63e7c1093bc75efad540b5d9b03e6c9f6b5b234e05084d34777808fa234df"
            },
            "downloads": -1,
            "filename": "itertools_cli-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f8044cdebeee352ac6f4c8c7bcaf2d55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 2114,
            "upload_time": "2024-02-02T23:14:52",
            "upload_time_iso_8601": "2024-02-02T23:14:52.166660Z",
            "url": "https://files.pythonhosted.org/packages/58/1c/eae1d1bf6f89bd8d5af507cd0c1786feedaf829b18f375a3a49f0fe976bd/itertools_cli-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 23:14:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "itertools-cli"
}
        
Elapsed time: 0.37721s