Skip to main content

Library to spot a keyword as a function inside python stdlib

Project description

pylibfinder

pylibfinder is a Python library that allows you to spot a keyword as a function inside the Python standard library. It provides a convenient way to search for functions that match a given keyword within the standard library modules. With pylibfinder, you can easily identify the modules and functions that are available in Python and gain insights into their usage and availability. This library is designed to assist developers in finding relevant functions and understanding the Python standard library better.

https://img.shields.io/pypi/v/pylibfinder https://github.com/Agent-Hellboy/pylibfinder/actions/workflows/python-package.yml/badge.svg https://img.shields.io/pypi/pyversions/pylibfinder.svg https://img.shields.io/pypi/l/pylibfinder.svg https://pepy.tech/badge/pylibfinder https://img.shields.io/pypi/format/pylibfinder.svg

Installation

For stable version

pip install pylibfinder

For developement

git clone https://github.com/Agent-Hellboy/pylibfinder cd pylibfinder make changes in funcfinder.c compile it using gcc -shared -o funcfinder.so -fPIC -I /usr/include/python3.12 funcfinder.c it will generate a funcfinder.so open repl and test

Example

>>> import funcfinder
>>> funcfinder.get_module('literal')
[{'Module': 'ast', 'Function': 'literal_eval'}, {'Module': 're._compiler', 'Function': '_get_literal_prefix'}]
>>>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pylibfinder-0.1.1-cp38-cp38-manylinux1_x86_64.whl (18.7 kB view hashes)

Uploaded CPython 3.8

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