Skip to main content

Package for finding python functions in codebases and environment packages

Project description

logo

:construction::wrench: Installation

pip install pyreka

:page_with_curl: Usage

pyreka can be used to search functions using function names and docstrings in packages and directories.

For example to search in numpy the following commands could be issued from the command line.

Firstly, install numpy

pip install numpy

and then from the same environment search the numpy package for keywords:

pyreka numpy "sort array indices"

First you will be asked if you are searching a local directory or for a package in your environment, then you should see a number of functions returned, along with the file that they live in and the line number for each returned function you can also scroll their docstrings.

:confetti_ball:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyreka-1.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

pyreka-1.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page