macos-application-location


Namemacos-application-location JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/changyuheng/macos-application-location
Summary
upload_time2023-05-24 18:10:21
maintainer
docs_urlNone
authorJohann Chang
requires_python>=3.5
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # macos-application-location.py

This tiny module helps you to obtain the path of an Application (.app) that the current process is running from on macOS.

## Installation

```sh
pip install macos-application-location
```

## Usage

```py
import pathlib

import macos_application_location


app_path: pathlib.Path = macos_application_location.get()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/changyuheng/macos-application-location",
    "name": "macos-application-location",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Johann Chang",
    "author_email": "mr.changyuheng@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/14/9d/b7926fdf24b0f93976a1723d5bde7b3ce5fbb04e46fce14b803a08982668/macos_application_location-1.0.3.tar.gz",
    "platform": null,
    "description": "# macos-application-location.py\n\nThis tiny module helps you to obtain the path of an Application (.app) that the current process is running from on macOS.\n\n## Installation\n\n```sh\npip install macos-application-location\n```\n\n## Usage\n\n```py\nimport pathlib\n\nimport macos_application_location\n\n\napp_path: pathlib.Path = macos_application_location.get()\n```\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/changyuheng/macos-application-location",
        "Repository": "https://github.com/changyuheng/macos-application-location"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "149db7926fdf24b0f93976a1723d5bde7b3ce5fbb04e46fce14b803a08982668",
                "md5": "e541dad30c847955a567db59e226bdca",
                "sha256": "bc43416126a3463e989951d72c60085dd5419e06ac797179f45f0b579e9c23f1"
            },
            "downloads": -1,
            "filename": "macos_application_location-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e541dad30c847955a567db59e226bdca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 6594,
            "upload_time": "2023-05-24T18:10:21",
            "upload_time_iso_8601": "2023-05-24T18:10:21.003280Z",
            "url": "https://files.pythonhosted.org/packages/14/9d/b7926fdf24b0f93976a1723d5bde7b3ce5fbb04e46fce14b803a08982668/macos_application_location-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-24 18:10:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "changyuheng",
    "github_project": "macos-application-location",
    "github_not_found": true,
    "lcname": "macos-application-location"
}
        
Elapsed time: 0.17534s