Skip to content

A python package for getting information about python packages/modules such documentation, attributes, methods, method signatures etc

Notifications You must be signed in to change notification settings

ja-odur/introspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introspector

A python package for getting information about a python package such documentation, attributes, methods, method signatures etc.

Prerequisites

Cloning and creating wheel file

  • Clone this repository's develop branch using this command git clone -b develop https://github.com/ja-odur/introspector.git
  • Change into the newly cloned repo through cd instrospector
  • Create the wheel file with python3 setup.py bdist_wheel

Installing the wheel file

  • Using pip, run the command to install the package
  • $ pip3 install dist/introspector-0.0.1-py3-none-any.whl

Usage

  • from introspector import dump
  • Call the function dump with the package or module that you want to introspect e.g
  • dump(list)

Author

Odur Joseph

About

A python package for getting information about python packages/modules such documentation, attributes, methods, method signatures etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages