Skip to main content

A Python package to inspect other Python packages.

Project description

Publish Package PyPIDownloads

pypackageinspector

pypackageinspector is a package in Python that inspects a given package and prints out all the functions and methods defined in that package. It takes a single argument, package, which is a string representing the name of the package to be inspected. This can be useful in situations where you want to explore the functionality of a package before deciding whether or not to use it in your project, or when you need to quickly get a sense of what functions and methods are available in a package.

Installation

Use the package manager pip to install pypackageinspector.

pip install pypackageinspector

Sample Usage

Here's an example of how to call the inspector() function:

from pypackageinspector import inspector

inspector('numpy', inspect_functions=True, inspect_methods=False)

In this example, we're inspecting the "numpy" package and setting inspect_functions=True and inspect_methods=False, so the output will only include the list of functions in the package.

If we want to inspect both functions and methods, we can call the inspector() function like this:

inspector('numpy', inspect_functions=True, inspect_methods=True)

Here's an example of the output when we call the inspector() function with inspect_functions=True and inspect_methods=False for the "numpy" package:

0. AxisError
1. DataSource
2. MatrixPowerOperator
3. VisibleDeprecationWarning
4. add_docstring
5. add_newdoc
6. add_newdoc_ufunc
7. add_newdocs
8. arange
9. array
10. array2string
11. array_equal
12. array_equiv
13. array_repr
14. array_split
15. array_str
16. asanyarray
17. asarray
18. asarray_chkfinite
19. ascontiguousarray
20. asfarray
21. asfortranarray
22. broadcast
23. broadcast_arrays
24. broadcast_to
25. busday_count
26. busday_offset
27. busdaycalendar
28. byte_bounds
29. c_
30. can_cast
31. choose
32. column_stack
33. common_type
34. compare_chararrays
35. complex128
36. complex256
37. complex64
38. complex_
39. concatenate
40. core
41. correlate
42. corrcoef
43. count_nonzero
44. datetime64
45. datetime_as_string
46. delete
47. deprecate
48. diag
49. diag_indices
50. diag_indices_from
51. diagonal
52. disp
53. division
54. dot
55. double
56. dual
57. dtype
58. e
59. einsum
60. einsum_path
61. einsumfunc
62. empty
63. empty_like
64. equal
65. errstate
66. euler_gamma
67. expand_dims
68. extract

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 Distribution

pypackageinspector-1.0.3.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

pypackageinspector-1.0.3-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file pypackageinspector-1.0.3.tar.gz.

File metadata

  • Download URL: pypackageinspector-1.0.3.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pypackageinspector-1.0.3.tar.gz
Algorithm Hash digest
SHA256 a9fabc7c673f684f5ff735a0db6849b1ca66b87717571dceecd35ab6a0821d73
MD5 55194bcdd29a89a6f5875e2e81de893d
BLAKE2b-256 d6faea428718518d58706f3932c07cd7c93c878f59f34a3aff1e8a8df789abac

See more details on using hashes here.

Provenance

File details

Details for the file pypackageinspector-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pypackageinspector-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a3e1a24090a8bd7618cf227cdd674ea52ebddb9ac936727938aecc9e95e61836
MD5 57799b7abc059ed0f428c073af96f312
BLAKE2b-256 eaa23ccd28f277d74c55d0aac206de724f6053434a8c3928f09ac5968ea3b6ea

See more details on using hashes here.

Provenance

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