Skip to main content

Abstract Syntax Tree SPY

Project description

astspy

astspy (Abstract Syntax Tree SPY) is an open source command line tool to extract information from Python source code files.

astspy can be used with Python 3 and 2 code, but make sure to analyze files from each version in their respective environments.

Features

  • Print the names of classes and functions found in the file
  • Calculate an aproximation of the number of lines of code of each class or function definition (sizes)
  • See what functions or classes have docstrings
  • Print the locations of the definitions in the file (line numbers)
  • Get stats from the sizes of the definitions

Installation

You can install, upgrade, and uninstall astspy.py with these commands:

  $ pip install astspy
  $ pip install --upgrade astspy
  $ pip uninstall astspy

Help

To get help use:

  $ astspy -h

Project details


Download files

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

Source Distribution

astspy-0.0.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

astspy-0.0.3-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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