Skip to main content

Parse api and api groups from sources

Project description


.. sectnum::
.. contents:: Table Of Contents

********
apiparse
********

Parse the patterns of apis of each module

=======
Purpose
=======
This program is used to list all the basic building block apis in
sources or files to understand the fundamental complexity of the program
development. The basic devleoquestion to be answered:
- How may threads? types of threads/processes?
- How much memory? Greedy and non-greedy memory allocation?
- Atomic Locks and thread synchronization?
- System APIs used?

=====
Usage
=====

Command Line
------------

Usage: python -m apiparse

Options:
--version show program's version number and exit
-h, --help show this help message and exit
-a, --showall Show all apis
-g APIGROUP, --group=APIGROUP
api groups:
-p, --showpath list file xtension paths
-f FILENAME, --file=FILENAME
filename
-d DESTNDIR, --destn=DESTNDIR
Destination Directory
-t, --tree Show Directory Tree


API
---
.. code-block::
import apiparse
f = apiparse.apiparse.funcnode()
f.showapis()

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apiparse-0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

apiparse-0.1.linux-x86_64.exe (66.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page