: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:Release files for pyreka 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyreka-1.0.1.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyreka-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / pyreka-1.0.1.tar.gz
| Download URL | pyreka-1.0.1.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
79e90abf44f651d49b0735d8b506b8966364105c8cd606608ab70e66fa26dc88
|
|
BLAKE2b-256 checksum How to use checksums |
6ca843aaf151d01db90e16819863002ee158d00e234d1fb54952dfa28792e95d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / pyreka-1.0.1-py3-none-any.whl
| Download URL | pyreka-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
05b0774b11360d97ddb15bcfc26fe5216173b7eabd94d76b39143c62f80b8a41
|
|
BLAKE2b-256 checksum How to use checksums |
9c79cb5a9d010e3c2f0de50c8fbfe873bb034ddc65781c8db28f23b7f47469f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|