https://github.com/berquist/pydiscover.el

Discover all possible Python environments on your system

https://github.com/berquist/pydiscover.el

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Discover all possible Python environments on your system

Basic Info
  • Host: GitHub
  • Owner: berquist
  • License: gpl-2.0
  • Language: Shell
  • Default Branch: main
  • Size: 62.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 5 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.org

* pydiscover

# [![Build Status](https://travis-ci.org//pydiscover.svg?branch=master)](https://travis-ci.org//pydiscover) [![MELPA Stable](https://stable.melpa.org/packages/pydiscover-badge.svg)](https://stable.melpa.org/#/pydiscover) [![MELPA](http://melpa.org/packages/pydiscover-badge.svg)](http://melpa.org/#/pydiscover)

#+begin_quote
Discover all possible Python environments on your system
#+end_quote

** Install

From [[https://melpa.org/][MELPA]]

#+begin_src emacs-lisp
(use-package pydiscover
  :ensure t
  ;; TODO: write config, if any
  :config ())
#+end_src

Or manually, after downloading into your =load-path=

#+begin_src emacs-lisp
(require 'pydiscover)
;; TODO: write config, if any
#+end_src

** Use

TODO

# ** Example

# [[https://raw.githubusercontent.com//pydiscover/master/img/demo.{TODO: set filetype png,gif}][TODO: set hover-text]]

** Related

TODO

** Acknowledgments

TODO

** License

GPL 2 (or higher) © [[http://www.fsf.org/about][Free Software Foundation, Inc]].

Owner

  • Name: Eric Berquist
  • Login: berquist
  • Kind: user
  • Location: Boston, MA
  • Company: Sandia National Laboratories

full-stack quantum chemist

GitHub Events

Total
Last Year

Dependencies

.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • purcell/setup-emacs master composite