Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.