goodmami / cartograpi

Easy inspection of Python APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CartogrAPI

Easy inspection of Python APIs

Usage

CartogrAPI works with Python 2.7 and 3.3+. It can be invoked from the commandline to generate a JSON description of an API (see cartograpi.json for an example):

$ ./cartograpi.py module > module.json

It can also be imported and used directly. Import the Api class which defines many static methods:

from cartograpi import Api

import module
class_list = Api.classes(module)

About

Easy inspection of Python APIs

License:MIT License


Languages

Language:Python 100.0%