ualfred


Nameualfred JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryModern Alfred workflow library for Python3
upload_time2023-02-04 11:33:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords alfred alfred-workflow python3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <img src="./icon.png" alt="Alfred-Workflow logo" height="200">
</div>

ualfred
===============

Modern [Alfred](https://www.alfredapp.com/) workflow library for Python3.

> **Note**
>
> This project is based on [deanishe/alfred-workflow](https://github.com/deanishe/alfred-workflow), and make it compatible with Python3.

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ischaojie/ualfred/ci.yml?branch=master&style=flat-square)
[![codecov](https://codecov.io/gh/ischaojie/ualfred/branch/master/graph/badge.svg?token=FPBE0LGDCO)](https://codecov.io/gh/ischaojie/ualfred)
[![PyPI](https://img.shields.io/pypi/v/ualfred?style=flat-square)](https://pypi.org/project/ualfred/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ualfred?style=flat-square)
![GitHub](https://img.shields.io/github/license/ischaojie/ualfred?style=flat-square)

For full usage documentation, see the origin project [docs](https://www.deanishe.net/alfred-workflow/).

And don't forget to replace import statements from `workflow` to `ualfred`:
```python
# replace this:
# from workflow import *
# to
from ualfred import *
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ualfred",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "alfred,alfred-workflow,python3",
    "author": null,
    "author_email": "chaojie <hi@chaojie.fun>",
    "download_url": "https://files.pythonhosted.org/packages/81/04/993ac250e9df2b2cdcafae54048e6574f3826b7c86abaf3bb1c314c977ff/ualfred-2.0.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img src=\"./icon.png\" alt=\"Alfred-Workflow logo\" height=\"200\">\n</div>\n\nualfred\n===============\n\nModern [Alfred](https://www.alfredapp.com/) workflow library for Python3.\n\n> **Note**\n>\n> This project is based on [deanishe/alfred-workflow](https://github.com/deanishe/alfred-workflow), and make it compatible with Python3.\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ischaojie/ualfred/ci.yml?branch=master&style=flat-square)\n[![codecov](https://codecov.io/gh/ischaojie/ualfred/branch/master/graph/badge.svg?token=FPBE0LGDCO)](https://codecov.io/gh/ischaojie/ualfred)\n[![PyPI](https://img.shields.io/pypi/v/ualfred?style=flat-square)](https://pypi.org/project/ualfred/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ualfred?style=flat-square)\n![GitHub](https://img.shields.io/github/license/ischaojie/ualfred?style=flat-square)\n\nFor full usage documentation, see the origin project [docs](https://www.deanishe.net/alfred-workflow/).\n\nAnd don't forget to replace import statements from `workflow` to `ualfred`:\n```python\n# replace this:\n# from workflow import *\n# to\nfrom ualfred import *\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Modern Alfred workflow library for Python3",
    "version": "2.0.1",
    "split_keywords": [
        "alfred",
        "alfred-workflow",
        "python3"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a5635494053f6ec75cb48434936bf906e86269fcd9de1a9c4146f8867b5f074",
                "md5": "83c387436f6070a7a865ca8bbb716c29",
                "sha256": "3ae06434c48a4327b3f1bd872a57b7a9845aa40dcdf1ef1b264da3b574c67f8f"
            },
            "downloads": -1,
            "filename": "ualfred-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "83c387436f6070a7a865ca8bbb716c29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 89094,
            "upload_time": "2023-02-04T11:33:49",
            "upload_time_iso_8601": "2023-02-04T11:33:49.206843Z",
            "url": "https://files.pythonhosted.org/packages/5a/56/35494053f6ec75cb48434936bf906e86269fcd9de1a9c4146f8867b5f074/ualfred-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8104993ac250e9df2b2cdcafae54048e6574f3826b7c86abaf3bb1c314c977ff",
                "md5": "98ca49ce20e623282b424e203476061e",
                "sha256": "521af6dced5494fedd86ebca06c4e4966f4146373a2ef7d526dadd332448a74e"
            },
            "downloads": -1,
            "filename": "ualfred-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "98ca49ce20e623282b424e203476061e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 85428,
            "upload_time": "2023-02-04T11:33:47",
            "upload_time_iso_8601": "2023-02-04T11:33:47.157203Z",
            "url": "https://files.pythonhosted.org/packages/81/04/993ac250e9df2b2cdcafae54048e6574f3826b7c86abaf3bb1c314c977ff/ualfred-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-04 11:33:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ualfred"
}
        
Elapsed time: 0.03775s