posixpatht


Nameposixpatht JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/posixpatht
SummaryAnother posixpath module, supports names that contain backslashes.
upload_time2024-12-03 04:52:50
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.10
licenseMIT
keywords posixpatht posixpath
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Another posixpath module, supports names that contain backslashes.

## Installation

You can install from [pypi](https://pypi.org/project/posixpatht/)

```console
pip install -U posixpatht
```

## Usage

```python
import posixpatht
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/posixpatht",
    "name": "posixpatht",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "posixpatht, posixpath",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bc/f3/efca85aee0e36df12895c5c13b98a48681fd4445af3077ae8052fb02a1cd/posixpatht-0.0.4.tar.gz",
    "platform": null,
    "description": "# Another posixpath module, supports names that contain backslashes.\n\n## Installation\n\nYou can install from [pypi](https://pypi.org/project/posixpatht/)\n\n```console\npip install -U posixpatht\n```\n\n## Usage\n\n```python\nimport posixpatht\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Another posixpath module, supports names that contain backslashes.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/posixpatht",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/posixpatht"
    },
    "split_keywords": [
        "posixpatht",
        " posixpath"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be48afda276bf171c54cb61402a77669e078569a04133ba93415e9fee8b790c5",
                "md5": "70756cfacbb78ca061a000fe23425ff8",
                "sha256": "3209b45357364d59d6de1b08019fe2e2c89d4283f6c5f2196846456098fb1b83"
            },
            "downloads": -1,
            "filename": "posixpatht-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70756cfacbb78ca061a000fe23425ff8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 5546,
            "upload_time": "2024-12-03T04:52:48",
            "upload_time_iso_8601": "2024-12-03T04:52:48.774239Z",
            "url": "https://files.pythonhosted.org/packages/be/48/afda276bf171c54cb61402a77669e078569a04133ba93415e9fee8b790c5/posixpatht-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcf3efca85aee0e36df12895c5c13b98a48681fd4445af3077ae8052fb02a1cd",
                "md5": "d3dc235a45b1d54f79c099b8558de699",
                "sha256": "adb5c1a41e0eecee4317b1032737f7d4c19e5093abfd856a95b4732ff613fb08"
            },
            "downloads": -1,
            "filename": "posixpatht-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d3dc235a45b1d54f79c099b8558de699",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 4327,
            "upload_time": "2024-12-03T04:52:50",
            "upload_time_iso_8601": "2024-12-03T04:52:50.927692Z",
            "url": "https://files.pythonhosted.org/packages/bc/f3/efca85aee0e36df12895c5c13b98a48681fd4445af3077ae8052fb02a1cd/posixpatht-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 04:52:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "posixpatht"
}
        
Elapsed time: 0.41161s