Skip to content

Commit 1c277c6

Browse files
Add example usage for python-inspector
Added example usage section for python-inspector.
1 parent 635026c commit 1c277c6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/aboutcode-projects/python-inspector-project.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,17 @@ The goal of python-inspector is to be a comprehensive library
2525
that can handle every style of Python package layouts, manifests and lockfiles.
2626

2727
- Get the code at: https://github.com/aboutcode-org/python-inspector
28+
29+
30+
31+
Example Usage
32+
-------------
33+
34+
You can use python-inspector to analyze Python packages and their dependencies.
35+
36+
.. code-block:: bash
37+
38+
pip install python-inspector
39+
python-inspector analyze requests
40+
41+
This command will inspect the package and display dependency and metadata information.

0 commit comments

Comments
 (0)