npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@phoenix-plugin-registry/grafluxe.pylinter

v1.3.0

Published

Lints Python code on save (with Pylint). This extension works like JSLint, but for Python.

Readme

Pylinter

A Python linter for Adobe Brackets. This extension lints Python code on save (with Pylint). It works like JSLint, but for Python.

Screenshot

Features

  • Automatically lints on file open and file save.
  • Configurable lint message output pattern.
  • Resizable window pane.
  • Closable window pane (will stay closed until the file is re-saved).
  • Clicking on a lint message will take you to the related line in the code editor.
  • Clicking on a lines "?" button will open a more detailed Pylint message.

Install Pylint

Install Pylint by following instructions from https://www.pylint.org/#install

Install Extension

In the Brackets Extension Manager, either:

  • Search for Pylinter
  • Use the "install from URL" option and paste in https://github.com/Grafluxe/pylinter

Restart Brackets after install.

Configure

Pylinter comes with two preference options.

  • pylinter.outputPattern:
    • The Pylint message output pattern.
    • Defaults to "{msg_id} > {msg} [{symbol} @ {line},{column}]."
    • To further customize the output pattern, use formats specified here.
  • pylinter.pylintPath:
    • The path to your Pylint install.

Changelog

1.3.0

  • Enable selection on panel text.

1.2.0

  • Update logic and view to match default Brackets linter panel.
    • It now looks and feels like a native Brackets extension.
  • Update screenshot to reflect redesign.
  • Clean up main module.

1.0.1

  • Check for method existence before adding listener.
    • Removes error that occurs on first run after install.

1.0.0

  • Initial release.

License

Copyright (c) 2016 Leandro Silva (http://grafluxe.com)

Released under the MIT License.

See LICENSE.md for entire terms.