pyshortcuts


Namepyshortcuts JSON
Version 1.9.0 PyPI version JSON
download
home_pagehttps://github.com/newville/pyshortcuts
SummaryCreate desktop and Start Menu shortcuts for python scripts
upload_time2023-05-08 17:11:12
maintainer
docs_urlNone
authorMatthew Newville
requires_python>=3.8
licenseMIT License
keywords desktop shortcuts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Pyshortcuts helps developers and Python users to create shortcuts on a
Users Desktop or Start Menu that will run python scripts and applications.
Pyshortcuts is cross-platform, supporting Windows, MacOS, and Linux each in
the way most natural for the OS.  On Windows, a Shortcut or Link is
created.  On Linux a ".desktop" file is created.  On MacOS, a minimal
Application is created.  In all cases, the shortcuts are put either
directly on the Desktop or Start Menu , or in a folder on the Desktop or
Start Menu of the current user.  That means that there is not need for
elevated permission or writing to system-level files (registry,
/Applications, /usr/bin).  The user has complete control to rename, move,
or delete the shortcut after it is created.  Shortcuts can have a custom
icon (`.ico` files on Windows or Linux, or `.icns` files on MacOS)
specified, defaulting to a Python icon included with the pyshortcuts
module. Pyshortcuts is pure python, has a small footprint and is very easy
to install and use either from a python script.  That is to say, it can
easily be part of a installation (or post-installation process) process for
larger packages.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/newville/pyshortcuts",
    "name": "pyshortcuts",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "desktop shortcuts",
    "author": "Matthew Newville",
    "author_email": "matt.newville@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/bb/a8845d9137d5daf0fac675556e26beeca98294c89c33cdbc71e82f2b0936/pyshortcuts-1.9.0.tar.gz",
    "platform": "any",
    "description": "\nPyshortcuts helps developers and Python users to create shortcuts on a\nUsers Desktop or Start Menu that will run python scripts and applications.\nPyshortcuts is cross-platform, supporting Windows, MacOS, and Linux each in\nthe way most natural for the OS.  On Windows, a Shortcut or Link is\ncreated.  On Linux a \".desktop\" file is created.  On MacOS, a minimal\nApplication is created.  In all cases, the shortcuts are put either\ndirectly on the Desktop or Start Menu , or in a folder on the Desktop or\nStart Menu of the current user.  That means that there is not need for\nelevated permission or writing to system-level files (registry,\n/Applications, /usr/bin).  The user has complete control to rename, move,\nor delete the shortcut after it is created.  Shortcuts can have a custom\nicon (`.ico` files on Windows or Linux, or `.icns` files on MacOS)\nspecified, defaulting to a Python icon included with the pyshortcuts\nmodule. Pyshortcuts is pure python, has a small footprint and is very easy\nto install and use either from a python script.  That is to say, it can\neasily be part of a installation (or post-installation process) process for\nlarger packages.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Create desktop and Start Menu shortcuts for python scripts",
    "version": "1.9.0",
    "project_urls": {
        "Documentation": "https://github.com/newville/pyshortcuts/README.md",
        "Homepage": "https://github.com/newville/pyshortcuts",
        "Source": "https://github.com/newville/pyshortcuts",
        "Tracker": "https://github.com/newville/pyshortcuts/issues"
    },
    "split_keywords": [
        "desktop",
        "shortcuts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cf56764850147d3cae3ec31f2c9655d17e220bf285df33a4746572ec3ab7924",
                "md5": "51161a1992e6ccadf4341cd4b5a5689b",
                "sha256": "54d12ed8cd29bf83ac15153ce882a77072f2032b5f979474c519a2bac5af849d"
            },
            "downloads": -1,
            "filename": "pyshortcuts-1.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51161a1992e6ccadf4341cd4b5a5689b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 158066,
            "upload_time": "2023-05-08T17:11:10",
            "upload_time_iso_8601": "2023-05-08T17:11:10.635462Z",
            "url": "https://files.pythonhosted.org/packages/0c/f5/6764850147d3cae3ec31f2c9655d17e220bf285df33a4746572ec3ab7924/pyshortcuts-1.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4bba8845d9137d5daf0fac675556e26beeca98294c89c33cdbc71e82f2b0936",
                "md5": "99880b0088350cebf670e891300937f3",
                "sha256": "016e89111337f74ce1ba3f4b79b295a643bc70b3e63ce4600247aa4bafa06877"
            },
            "downloads": -1,
            "filename": "pyshortcuts-1.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "99880b0088350cebf670e891300937f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1037586,
            "upload_time": "2023-05-08T17:11:12",
            "upload_time_iso_8601": "2023-05-08T17:11:12.172973Z",
            "url": "https://files.pythonhosted.org/packages/a4/bb/a8845d9137d5daf0fac675556e26beeca98294c89c33cdbc71e82f2b0936/pyshortcuts-1.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-08 17:11:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "newville",
    "github_project": "pyshortcuts",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyshortcuts"
}
        
Elapsed time: 0.07392s