Skip to content

goodmami/cartograpi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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