https://github.com/adwaith-rajesh/packinfo
Gives the user info about the packages / module.
https://github.com/adwaith-rajesh/packinfo
Last synced: 20 days ago
JSON representation
Gives the user info about the packages / module.
- Host: GitHub
- URL: https://github.com/adwaith-rajesh/packinfo
- Owner: Adwaith-Rajesh
- License: mit
- Created: 2022-04-17T12:40:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T13:49:46.000Z (about 4 years ago)
- Last Synced: 2025-03-03T12:45:20.290Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packinfo
Get info about a python package or a module, gives the user info about the classes, function, imports ...etc in a module.
In a structured manner.
Comes with CLI that gives the output in JSON form.
Gives a brief idea about the contents of the file / package
## Road map
- [] Get info about imports, classes, functions
- [] Get info about decorators, generators
- [] Load specified functions and classes into memory when the user asks to.