An open API service indexing awesome lists of open source software.

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.

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.