python-startfile


Namepython-startfile JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-startfile
SummaryPython startfile.
upload_time2024-05-27 07:37:53
maintainerNone
docs_urlNone
authorChenyangGao
requires_pythonNone
licenseMIT
keywords startfile
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python startfile.

## Installation

You can install via [pypi](https://pypi.org/project/python-startfile/)

```console
pip install -U python-startfile
```

## Usage

### Module

```python
>>> from startfile import startfile, startfile_async
```

### Commad

```console
$ startfile -h
usage: startfile.py [-h] [-v] [path ...]

Start file(s) with its/their associated application.

positional arguments:
  path           paths to files or directories

options:
  -h, --help     show this help message and exit
  -v, --version  print the current version
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-startfile",
    "name": "python-startfile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "startfile",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/7a/5128c1bee2073a7a271a9448920af6f81bc39e1ec288f26d84fbf9fb8d95/python_startfile-0.0.2.tar.gz",
    "platform": null,
    "description": "# Python startfile.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/python-startfile/)\n\n```console\npip install -U python-startfile\n```\n\n## Usage\n\n### Module\n\n```python\n>>> from startfile import startfile, startfile_async\n```\n\n### Commad\n\n```console\n$ startfile -h\nusage: startfile.py [-h] [-v] [path ...]\n\nStart file(s) with its/their associated application.\n\npositional arguments:\n  path           paths to files or directories\n\noptions:\n  -h, --help     show this help message and exit\n  -v, --version  print the current version\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python startfile.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-startfile",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-startfile"
    },
    "split_keywords": [
        "startfile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ec721a964a773256306567e36db435803087844fac943a4ad999f0d3b412111",
                "md5": "d1f1f12bc5477876ad7eeff91a9be351",
                "sha256": "2722612799e00b54b467c44505b5f36474fe3ecdc92f4ac29302d05fbf935906"
            },
            "downloads": -1,
            "filename": "python_startfile-0.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1f1f12bc5477876ad7eeff91a9be351",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4599,
            "upload_time": "2024-05-27T07:37:52",
            "upload_time_iso_8601": "2024-05-27T07:37:52.237438Z",
            "url": "https://files.pythonhosted.org/packages/3e/c7/21a964a773256306567e36db435803087844fac943a4ad999f0d3b412111/python_startfile-0.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "507a5128c1bee2073a7a271a9448920af6f81bc39e1ec288f26d84fbf9fb8d95",
                "md5": "56423ee10f4c413d06278008e0930373",
                "sha256": "71d27ce9025619598149ea97b756aeb0b1b8f588f660f99f7ddc4c14cf1cab87"
            },
            "downloads": -1,
            "filename": "python_startfile-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "56423ee10f4c413d06278008e0930373",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2796,
            "upload_time": "2024-05-27T07:37:53",
            "upload_time_iso_8601": "2024-05-27T07:37:53.996141Z",
            "url": "https://files.pythonhosted.org/packages/50/7a/5128c1bee2073a7a271a9448920af6f81bc39e1ec288f26d84fbf9fb8d95/python_startfile-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 07:37:53",
    "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": "python-startfile"
}
        
Elapsed time: 0.25393s