systempath


Namesystempath JSON
Version 1.0.13 PyPI version JSON
download
home_pagehttp://gqylpy.com
SummaryOperating system paths and files.
upload_time2023-10-15 01:51:33
maintainer
docs_urlNone
author竹永康
requires_python>=3.8, <4
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements gqylpy_exception
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [<img alt="LOGO" src="http://www.gqylpy.com/static/img/favicon.ico" height="21" width="21"/>](http://www.gqylpy.com)
[![Release](https://img.shields.io/github/release/gqylpy/systempath.svg?style=flat-square")](https://github.com/gqylpy/systempath/releases/latest)
[![Python Versions](https://img.shields.io/pypi/pyversions/systempath)](https://pypi.org/project/systempath)
[![License](https://img.shields.io/pypi/l/systempath)](https://github.com/gqylpy/systempath/blob/master/LICENSE)
[![Downloads](https://static.pepy.tech/badge/systempath)](https://pepy.tech/project/systempath)

# systempath

> (OOP) Operating system paths and files.  
> Let Python operating system paths and files become Simple, Simpler, Simplest, Humanization, Unification, Flawless.

<kbd>pip3 install systempath</kbd>

```python
>>> from systempath import SystemPath, Directory, File

>>> root = SystemPath('/')

>>> home: Directory = root['home']['gqylpy']
>>> home
/home/gqylpy

>>> file: File = home['alpha.txt']
>>> file
/home/gqylpy/alpha.txt

>>> file.open.rb().read()
b'GQYLPY \xe6\x94\xb9\xe5\x8f\x98\xe4\xb8\x96\xe7\x95\x8c'
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://gqylpy.com",
    "name": "systempath",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4",
    "maintainer_email": "",
    "keywords": "",
    "author": "\u7af9\u6c38\u5eb7",
    "author_email": "<gqylpy@outlook.com>",
    "download_url": "",
    "platform": null,
    "description": "[<img alt=\"LOGO\" src=\"http://www.gqylpy.com/static/img/favicon.ico\" height=\"21\" width=\"21\"/>](http://www.gqylpy.com)\n[![Release](https://img.shields.io/github/release/gqylpy/systempath.svg?style=flat-square\")](https://github.com/gqylpy/systempath/releases/latest)\n[![Python Versions](https://img.shields.io/pypi/pyversions/systempath)](https://pypi.org/project/systempath)\n[![License](https://img.shields.io/pypi/l/systempath)](https://github.com/gqylpy/systempath/blob/master/LICENSE)\n[![Downloads](https://static.pepy.tech/badge/systempath)](https://pepy.tech/project/systempath)\n\n# systempath\n\n> (OOP) Operating system paths and files.  \n> Let Python operating system paths and files become Simple, Simpler, Simplest, Humanization, Unification, Flawless.\n\n<kbd>pip3 install systempath</kbd>\n\n```python\n>>> from systempath import SystemPath, Directory, File\n\n>>> root = SystemPath('/')\n\n>>> home: Directory = root['home']['gqylpy']\n>>> home\n/home/gqylpy\n\n>>> file: File = home['alpha.txt']\n>>> file\n/home/gqylpy/alpha.txt\n\n>>> file.open.rb().read()\nb'GQYLPY \\xe6\\x94\\xb9\\xe5\\x8f\\x98\\xe4\\xb8\\x96\\xe7\\x95\\x8c'\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Operating system paths and files.",
    "version": "1.0.13",
    "project_urls": {
        "Homepage": "http://gqylpy.com",
        "Source": "https://github.com/gqylpy/systempath"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "618d1f4a5d0d7f7449ff4e41c874f7dfd83e7f26f4722824757284ee4ec8acda",
                "md5": "663791806e8116e43b12f8a93a4c95f1",
                "sha256": "c21a4eaa8feee13d73e7762bcfa6bfd7c1bcee3a1116d3f921706f7efec569b7"
            },
            "downloads": -1,
            "filename": "systempath-1.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "663791806e8116e43b12f8a93a4c95f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <4",
            "size": 27589,
            "upload_time": "2023-10-15T01:51:33",
            "upload_time_iso_8601": "2023-10-15T01:51:33.378167Z",
            "url": "https://files.pythonhosted.org/packages/61/8d/1f4a5d0d7f7449ff4e41c874f7dfd83e7f26f4722824757284ee4ec8acda/systempath-1.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-15 01:51:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gqylpy",
    "github_project": "systempath",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "gqylpy_exception",
            "specs": [
                [
                    ">=",
                    "2.1"
                ]
            ]
        }
    ],
    "lcname": "systempath"
}
        
Elapsed time: 0.12356s