loongson/pypi/: beniget-0.4.1 metadata and description

Homepage Simple index

Extract semantic information about static Python code

author serge-sans-paille
author_email serge.guelton@telecom-bretagne.eu
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Console
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Natural Language :: English
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
license BSD 3-Clause
platform
  • UNKNOWN
requires_dist
  • gast (~=0.5.0)
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
beniget-0.4.1-py3-none-any.whl
Size
9 KB
Type
Python Wheel
Python
3
beniget-0.4.1.tar.gz
Size
17 KB
Type
Source

A static analyzer for Python2 and Python3 code.

Beniget provides a static over-approximation of the global and local definitions inside Python Module/Class/Function. It can also compute def-use chains from each definition.