Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

goodmami/cartograpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages