Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pysourceinfo-0.1.5-1.src.rpm | 2016-07-20 | 49.9 kB | |
pysourceinfo-0.1.5-1.noarch.rpm | 2016-07-20 | 16.8 kB | |
pysourceinfo-0.1.5.tar.gz | 2016-07-20 | 42.7 kB | |
pysourceinfo-0.1.5.linux-x86_64.tar.gz | 2016-07-20 | 10.6 kB | |
pysourceinfo-0.1.5.linux-x86_64.exe | 2016-07-20 | 73.9 kB | |
ArtisticLicense20.html | 2016-07-20 | 10.5 kB | |
licenses-amendments.txt | 2016-07-20 | 6.2 kB | |
README.md | 2016-07-20 | 3.1 kB | |
Totals: 8 Items | 213.8 kB | 0 |
pysourceinfo
The 'pysourceinfo' package provides basic runtime information on executed sourcefiles based on 'inspect' and additional sources.
The provided feature modules comprise the following list. For code examples refer to 'pysourceinfo.UseCases'.
Downloads:
Online documentation:
setup.py
The installer adds a few options to the standard setuptools options.
-
build_sphinx: Creates documentation for runtime system by Sphinx, html only. Calls 'callDocSphinx.sh'.
-
build_epydoc: Creates documentation for runtime system by Epydoc, html only. Calls 'callDocEpydoc.sh'.
-
test: Runs PyUnit tests by discovery.
-
--help-pysourceinfo: Displays this help.
-
--no-install-required: Suppresses installation dependency checks, requires appropriate PYTHONPATH.
-
--offline: Sets online dependencies to offline, or ignores online dependencies.
-
--exit: Exit 'setup.py'.
After successful installation the 'selftest' verifies basic checks by:
pysourceinfo --selftest
with the exit value '0' when OK.
The option '-v' raises the degree of verbosity for inspection
pysourceinfo --selftest -v -v -v -v
Project Data
-
PROJECT: 'pysourceinfo'
-
MISSION: Extend the standard PyUnit package for arbitrary ExecUnits.
-
VERSION: 00.01
-
RELEASE: 00.01
-
NICKNAME: 'Mimisbrunnr'
-
STATUS: alpha
-
AUTHOR: Arno-Can Uestuensoez
-
COPYRIGHT: Copyright (C) 2010,2011,2015-2016 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez
-
LICENSE: Artistic-License-2.0 + Forced-Fairplay-Constraints Refer to enclose documents:
-
ArtisticLicense20.html - for base license: Artistic-License-2.0
-
licenses-amendments.txt - for amendments: Forced-Fairplay-Constraints
VERSIONS and RELEASES
Planned Releases:
-
RELEASE: 00.00.00x - Pre-Alpha: Extraction of the features from hard-coded application into a reusable package.
-
RELEASE: 00.01.00x - Alpha: Completion of basic features.
-
RELEASE: 00.02.00x - Alpha: Completion of features, stable interface.
-
RELEASE: 00.03.00x - Beta: Accomplish test cases for medium to high complexity.
-
RELEASE: 00.04.00x - Production: First production release. Estimated number of UnitTests := 250.
-
RELEASE: 00.05.00x - Production: Various performance enhancements.
Current Release: 00.01.005 - Alpha:
OS-Support - Tested by PyUnit/Eclipse with Success:
-
Linux: Fedora - others should work, ToDo: CentOS, Debian, and SuSE
-
Windows: Win10 - others see Cygwin
-
Mac-OS: Snow Leopard - others should work
-
Cygwin: 2.874/64 bit
OS-Support - ToDo: Going to follow soon.
-
BSD: ToDo: OpenBSD, FreeBSD - others should work
-
UNIX: ToDo: Solaris-11 - should work
Major Changes:
- changed to return absolute paths due to platform differences
Current test status:
-
UnitTests: >89
-
Use-Cases as UnitTests: >43
Total: >130