15 lines
575 B
EmacsLisp
15 lines
575 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "anaconda-mode" "20250430.227"
|
|
"Code navigation, documentation lookup and completion for Python."
|
|
'((emacs "25.1")
|
|
(pythonic "0.1.0")
|
|
(dash "2.6.0")
|
|
(s "1.9")
|
|
(f "0.16.2"))
|
|
:url "https://github.com/proofit404/anaconda-mode"
|
|
:commit "ee1562c6b443be9208910c700e229824b2f1af7a"
|
|
:revdesc "ee1562c6b443"
|
|
:keywords '("convenience" "anaconda")
|
|
:authors '(("Artem Malyshev" . "proofit404@gmail.com"))
|
|
:maintainers '(("Artem Malyshev" . "proofit404@gmail.com")))
|