19 lines
589 B
EmacsLisp
19 lines
589 B
EmacsLisp
(define-package "anaconda-mode" "20250310.1512" "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"))
|
|
:commit "28b3e0088ac7113390aa006bf277c8aa14e561a2" :authors
|
|
'(("Artem Malyshev" . "proofit404@gmail.com"))
|
|
:maintainers
|
|
'(("Artem Malyshev" . "proofit404@gmail.com"))
|
|
:maintainer
|
|
'("Artem Malyshev" . "proofit404@gmail.com")
|
|
:keywords
|
|
'("convenience" "anaconda")
|
|
:url "https://github.com/proofit404/anaconda-mode")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|