Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jehiah/pyflakes.tmbundle
TextMate bundle with python validation on save. (validation done by pyflakes)
https://github.com/jehiah/pyflakes.tmbundle
Last synced: 24 days ago
JSON representation
TextMate bundle with python validation on save. (validation done by pyflakes)
- Host: GitHub
- URL: https://github.com/jehiah/pyflakes.tmbundle
- Owner: jehiah
- Created: 2010-10-07T16:15:51.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-08T03:29:01.000Z (almost 13 years ago)
- Last Synced: 2024-04-17T15:23:23.367Z (7 months ago)
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyflakes TextMate Bundle
========================TextMate bundle with python validation on save. (validation done by pyflakes)
Prerequisites
=============This bundle requires pyflakes to do syntax validation. There are several versions of pyflakes floating around on the net. I prefer this version:
pip install git+https://github.com/jehiah/pyflakes.git
Installation
============To install via Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/jehiah/pyflakes.tmbundle.git "pyflakes.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'