Skip to content

m-salewski/pfynder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pfynder

Intro

pfynder is a simple tool to find function, object, and method names, usually in a Jupyter notebook.

Dependencies

It so far relies on a Linux environment, calling find and grep behind-the-scenes and then presents it nicely on the screen.

Usage

It supports basic usage for searching a package (here "matplotlib") for a string ("xlim"):

>>> from pfynder import pfynd
>>> pfynd("matplotlib","xlim")
matplotlib
	axes:
		get_xlim
		set_xlim
	pyplot:
		xlim
	tests:
		lower_xlim
		upper_xlim
	projections:
		set_xlim

Wishlist

Future development:

  • search all installed packages (also from other venvs)
  • use pure python (e.g. pkg-resources)
  • tab-completion (please help!)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published