We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635026c commit 1c277c6Copy full SHA for 1c277c6
docs/source/aboutcode-projects/python-inspector-project.rst
@@ -25,3 +25,17 @@ The goal of python-inspector is to be a comprehensive library
25
that can handle every style of Python package layouts, manifests and lockfiles.
26
27
- 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