From 1c277c666aa28590005d3d293bb0e3d4ec19c1d5 Mon Sep 17 00:00:00 2001 From: "MITALI.22" Date: Tue, 31 Mar 2026 20:57:30 +0530 Subject: [PATCH] Add example usage for python-inspector Added example usage section for python-inspector. --- .../python-inspector-project.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/aboutcode-projects/python-inspector-project.rst b/docs/source/aboutcode-projects/python-inspector-project.rst index af4e5748..6ee70ea6 100644 --- a/docs/source/aboutcode-projects/python-inspector-project.rst +++ b/docs/source/aboutcode-projects/python-inspector-project.rst @@ -25,3 +25,17 @@ The goal of python-inspector is to be a comprehensive library that can handle every style of Python package layouts, manifests and lockfiles. - Get the code at: https://github.com/aboutcode-org/python-inspector + + + +Example Usage +------------- + +You can use python-inspector to analyze Python packages and their dependencies. + +.. code-block:: bash + + pip install python-inspector + python-inspector analyze requests + +This command will inspect the package and display dependency and metadata information.