Skip to main content

A simple package to check if a Python library is installed in a Jupyter notebook.

Project description

libfinder

libfinder is a simple Python package that helps check if a library is installed in your python jupyter environment.

📌 Installation

Clone the repository and install:

git clone https://github.com/KaushiML3/libfinder
cd libfinder
pip install .

Uses

common step

 pip install libfinder
  1. Call the functions

      import libfinder
    
    1. Get the module names

        lib_name=libfinder.get_lib_name() **or** libfinder.get_lib_name()
        print(lib_name)
      
    2. Get the module versions and save the new_requirements.txt file

        lib_ver=libfinder.get_lib_ver() **or** libfinder.get_lib_ver()
        print(lib_ver)
      
  2. Use libfinder class

     import libfinder
    
    1. Create object

        lib=libfinder.libraryfinder()
      
    2. Get the module names

        lib.get_lib_name()
      
    3. Get the module versions

       lib.get_lib_ver()
      
    4. Get the .txt file

        lib.to_txt("new_requirements.txt")
      
  3. params

    image

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

libfinder-0.0.1.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

libfinder-0.0.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file libfinder-0.0.1.tar.gz.

File metadata

  • Download URL: libfinder-0.0.1.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for libfinder-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3fce087c97d6cfa9dc75c18dee37b575afb6875f796a55fa76e8ae86d634d6bf
MD5 d189f9b250800a3ef1b36c8d12d6485c
BLAKE2b-256 7c70d1424d9a73296426c84be4910d9052fea2aa2a1bd9eaf39f5568bc3658c3

See more details on using hashes here.

File details

Details for the file libfinder-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: libfinder-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for libfinder-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 07d847ce04b0a2d407c828f27183a7a204fd3956da3af1a6ab9de4b7e73fbe7a
MD5 52dfd3d0e4ce9dad3ca656bf9edd2a79
BLAKE2b-256 a01f5d9b4d49df9a90be5dd1670ac83b03550ea3da330e06127f6487fac90c23

See more details on using hashes here.

Supported by

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