Skip to main content

JSLint wrapper

Project description

JSLint wrapper for Python. Can be invoked from the command line and any Python code.

It is built on the power of NodeJS.

Dependencies

It only depends on nodejs. You must have node on your system for running this wrapper.

It runs just fine with the 0.4.12 version, but it may work too with other versions.

There is no need to download JSLint, it will be fetched for your convinience. But, if you want to use your own JSLint file you can specify it with an option, just make it sure it is prepared to be executed on nodejs.

Installation

It is uploaded to PyPI so this will do the trick:

easy_install pyjslint

Or you can install it from the source code running:

python setup.py install

In both cases you must have installed in your system setuptools or distribute.

Use it from the command line

If you call the wrapper without arguments this will be the output:

$ pyjslint
One JavaScript file must be specified
Usage: pyjslint [options] jsfile

So at least one JavaScript file must be specified.

Let’s look at the possible options:

$ pyjslint --help
Usage: pyjslint [options] jsfile

Options:
    -h, --help              show this help message and exit
    -u, --upgrade           Upgrade JSLint
    -j JSLINT, --jslint=JSLINT
                            JSLint location
    -o JSOPTIONS, --options=JSOPTIONS
                            JSLint options
    -n NODE, --node=NODE  Node location

With this options you can specify the JSLint file to use, where to find the node executable or just make it sure it downloads the newest JSLint available.

Use it from Python

If you want to use in your Python code, maybe in a control version system hook or something, just make it sure it is in the Python path and do something like this:

import pyjslint

# The method requires the text content of the file to check
pyjslint.check_JSLint(file.read())

It will return a list with the errors found by JSLint.

There is no options yet if you invoke it this way. Maybe someday, contributions are welcome ;)

Acknowledges

Based on code from FND.

Notes

If no JSLint file is specified (the default behaviour), it will download the newest one from Douglas GitHub into ~/.jslint/jslint.js

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjslint-0.3.3.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file pyjslint-0.3.3.tar.gz.

File metadata

  • Download URL: pyjslint-0.3.3.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyjslint-0.3.3.tar.gz
Algorithm Hash digest
SHA256 8b5ead50d23126c44ef514f4a0913fd26efafbf6101f9ec1f2b5d2367eaa528b
MD5 0fe015ea63c4f5ede9d9be593cf1c6e1
BLAKE2b-256 33a9069589cd6b26ee0fa24392691f8d71fd0624828a307a02b20ac3d34c1eec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page