Package for finding python functions in codebases and environment packages
Project description
: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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyreka-1.0.1.tar.gz
.
File metadata
- Download URL: pyreka-1.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79e90abf44f651d49b0735d8b506b8966364105c8cd606608ab70e66fa26dc88 |
|
MD5 | 7060f5639f2e7822c05a6e3fcbf858c0 |
|
BLAKE2b-256 | 6ca843aaf151d01db90e16819863002ee158d00e234d1fb54952dfa28792e95d |
File details
Details for the file pyreka-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyreka-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05b0774b11360d97ddb15bcfc26fe5216173b7eabd94d76b39143c62f80b8a41 |
|
MD5 | 602d0fee20599fbf7af3b874d21084f3 |
|
BLAKE2b-256 | 9c79cb5a9d010e3c2f0de50c8fbfe873bb034ddc65781c8db28f23b7f47469f2 |