python-startfile


Namepython-startfile JSON
Version 0.0.1.1 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-startfile
SummaryPython startfile.
upload_time2024-04-30 08:52:13
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
$ python -m 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/e4/09/6c302cfb41d960d8d2f5c75a09de0c0f58b58d6ec5ccd5ec0008e5563513/python_startfile-0.0.1.1.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$ python -m 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.1.1",
    "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": "ebb243474ee4f1adf5c5dac8bb27987d6a15ca735d63991eaa5035c4b446f521",
                "md5": "42194a4289b380c7cb56c8c741883fc8",
                "sha256": "c1cc770609eda8ea3e44b9947ed858bfb1eeb78f9fdf14b7091f4fc9b2782408"
            },
            "downloads": -1,
            "filename": "python_startfile-0.0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42194a4289b380c7cb56c8c741883fc8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4002,
            "upload_time": "2024-04-30T08:52:12",
            "upload_time_iso_8601": "2024-04-30T08:52:12.115705Z",
            "url": "https://files.pythonhosted.org/packages/eb/b2/43474ee4f1adf5c5dac8bb27987d6a15ca735d63991eaa5035c4b446f521/python_startfile-0.0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4096c302cfb41d960d8d2f5c75a09de0c0f58b58d6ec5ccd5ec0008e5563513",
                "md5": "ac37f23880f8a39b790d4fdc0081c19b",
                "sha256": "f52cb64e36e076c56176efef773305f8e1d722f10b71412bd3bc0106adce1c56"
            },
            "downloads": -1,
            "filename": "python_startfile-0.0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ac37f23880f8a39b790d4fdc0081c19b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2710,
            "upload_time": "2024-04-30T08:52:13",
            "upload_time_iso_8601": "2024-04-30T08:52:13.349854Z",
            "url": "https://files.pythonhosted.org/packages/e4/09/6c302cfb41d960d8d2f5c75a09de0c0f58b58d6ec5ccd5ec0008e5563513/python_startfile-0.0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 08:52:13",
    "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.23791s