Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pysourceinfo-0.1.32-1.noarch.rpm | 2018-06-14 | 32.0 kB | |
pysourceinfo-0.1.32-1.src.rpm | 2018-06-14 | 897.1 kB | |
pysourceinfo-0.1.32.linux-x86_64.tar.gz | 2018-06-14 | 30.7 kB | |
pysourceinfo-0.1.32.tar.gz | 2018-06-14 | 891.8 kB | |
README.md | 2018-06-14 | 2.0 kB | |
ArtisticLicense20.html | 2016-07-05 | 10.5 kB | |
licenses-amendments.txt | 2016-07-05 | 6.2 kB | |
Totals: 7 Items | 1.9 MB | 0 |
pysourceinfo
The 'pysourceinfo' package provides basic runtime information on executed sourcefiles based on 'inspect', 'sys', 'os', and additional sources. The covered objects include packages, modules/files and functions/methods/scripts.
The supported platforms are:
-
Linux, BSD, Unix, OS-X, Cygwin, and Windows
-
Python2.7+, Python3.5+
Online documentation:
Runtime-Repository:
Install: pip install pysourceinfo, see also 'Install'.
Downloads:
Project Data
-
PROJECT: 'pysourceinfo'
-
MISSION: Support easy access to RTTI on Python source and binary files.
-
VERSION: 00.01
-
RELEASE: 00.01.032
-
STATUS: alpha
-
AUTHOR: Arno-Can Uestuensoez
-
COPYRIGHT: Copyright (C) 2010,2011,2015-2017 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez
-
LICENSE: Artistic-License-2.0 + Forced-Fairplay-Constraints
Python support:
-
Standard Python(CPython) - Python2.7, and Python3.5+
-
PyPy - 5.10+ - Python2.7+, and Python3.5+
OS-Support:
-
Linux: Fedora, CentOS, Debian, and Raspbian
-
BSD: OpenBSD, FreeBSD
-
OS-X: Snow Leopard
-
Windows: Win7, Win10
-
Cygwin
-
UNIX: Solaris
Current Release
Major Changes:
-
Python2.6 support dropped.
-
Python3.5+ support introduced.
-
PyPy tests added.
-
Changed module structure and fitting names into overall category based naming schema.
-
Split more stack related parts into package PyStackInfo
-
Added special support for decorators.
-
Added support for some special cases of Python syntax elements, e.g. support of nested-classes.
-
Added several new functions.
-
Enhanced documentation