posixpatht


Nameposixpatht JSON
Version 0.0.3 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-09-29 09:18:14
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/73/a5/0680072bc147c370fc9f61c621a069153ce141ad99aa097766f7705a1277/posixpatht-0.0.3.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.3",
    "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": "150447870279cf8b09f16cd31904853cee3cd11baa9156591d283f90e3ffb023",
                "md5": "e5bdb1bdb6cfb87788d0ec83ade81b30",
                "sha256": "924167347cfa4e1b33323abffc82ffa372767a2702d9b62912cce84168167fed"
            },
            "downloads": -1,
            "filename": "posixpatht-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5bdb1bdb6cfb87788d0ec83ade81b30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 5474,
            "upload_time": "2024-09-29T09:18:13",
            "upload_time_iso_8601": "2024-09-29T09:18:13.079791Z",
            "url": "https://files.pythonhosted.org/packages/15/04/47870279cf8b09f16cd31904853cee3cd11baa9156591d283f90e3ffb023/posixpatht-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73a50680072bc147c370fc9f61c621a069153ce141ad99aa097766f7705a1277",
                "md5": "523a2af7543dd77d619499b21666fa03",
                "sha256": "131519d6c55451be7a5c50977350a5ad6b807a86a359b1943a6bf1dc671e24da"
            },
            "downloads": -1,
            "filename": "posixpatht-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "523a2af7543dd77d619499b21666fa03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 4269,
            "upload_time": "2024-09-29T09:18:14",
            "upload_time_iso_8601": "2024-09-29T09:18:14.211521Z",
            "url": "https://files.pythonhosted.org/packages/73/a5/0680072bc147c370fc9f61c621a069153ce141ad99aa097766f7705a1277/posixpatht-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-29 09:18:14",
    "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.60829s