# DamnWidget/anaconda

Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker Vagrant and Docker support for Sublime Text 3 using Jedi, PyFlakes, pep8, MyPy, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3

Repository: https://github.com/DamnWidget/anaconda
Canonical: https://ross.abutalabs.com/products/anaconda
Homepage: http://damnwidget.github.io/anaconda/
Language: Python
License: GPL-3.0
License Family: copyleft
Topics: anaconda, sublime-text, python, ide-features
Last push: 2022-08-12T18:54:06+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4791, "days_push": 1482, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2241, forks 262 (observed 2026-08-28T04:06:29.681550+00:00)

## What it is
Anaconda is a Sublime Text plugin that turns the editor into a full-featured Python IDE with autocompletion (via Jedi), linting (PyFlakes, pep8, PyLint, MyPy, pep257), auto-formatting, goto-definition, documentation display, McCabe complexity checks, and a unit test runner. It uses an asynchronous client-server architecture so the editor never freezes.

## Use cases
- python autocompletion in sublime text
- lint python code for pep8 violations in my editor
- jump to python definition in sublime
- auto format python files to pep8
- check code complexity with mccabe
- run unit tests from sublime text
- show python documentation for symbol under cursor

## When to avoid
- you use a modern editor with LSP support - the README itself recommends LSP-pyright or similar alternatives
- you need actively developed tooling - the latest release is from 2022 and the project points users to alternatives
- you don't write Python - this plugin is Python-only

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor, developer-tools, linter, formatter, testing
- domain: developer-tools, text-editors, programming-languages
- platform: editor-plugin, cross-platform
- tags: sublime-text, python-ide, jedi, autocompletion, code-linting, pep8, mccabe, goto-definition

## Member repositories
- DamnWidget/anaconda (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:29.681550+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:44:05.526237+00:00, confidence not recorded.
  - readme: https://github.com/DamnWidget/anaconda (fetched 2026-08-28T04:06:29.681550+00:00, sha 98d56c0f31ad)
  - homepage: http://damnwidget.github.io/anaconda/ (fetched 2026-08-29T10:24:27.555213+00:00, sha 1c836a0a951c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
