Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grantmcconnaughey/pypi-alfred
An Alfred workflow for looking up Python package versions on PyPI.
https://github.com/grantmcconnaughey/pypi-alfred
Last synced: 12 days ago
JSON representation
An Alfred workflow for looking up Python package versions on PyPI.
- Host: GitHub
- URL: https://github.com/grantmcconnaughey/pypi-alfred
- Owner: grantmcconnaughey
- License: mit
- Created: 2018-03-01T13:53:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T09:30:27.000Z (over 1 year ago)
- Last Synced: 2024-11-27T04:30:49.136Z (26 days ago)
- Language: Python
- Size: 689 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PyPI-Alfred
An Alfred workflow for looking up Python package versions on PyPI.
![PyPI Alfred Search](img/pypi-alfred-search.png)
![PyPI Alfred Result](img/pypi-alfred-result.png)
## Installation
To install, download and run the `PyPI.alfredworkflow` file in GitHub.
## Development
PyPI-Alfred works with Python 2.7 only! The reason why can be [found here](http://www.deanishe.net/alfred-workflow/supported-versions.html#why-no-python-3-support).
This workflow reads data from the PyPI project JSON API. [Click here](http://pypi.python.org/pypi/requests/json) for an example of what that API returns.