Metadata-Version: 1.1
Name: pyfilesysobjects
Version: 0.0.2
Summary: The 'pyfilesysobjects' package provides utilities for usage of the filesystem as a class treecontaining files as objects. In addition the package 'inspect' is encapsulated for simplified application on packages, modules, and sources.
Home-page: https://sourceforge.net/projects/pyfilesysobjects/
Author: Arno-Can Uestuensoez
Author-email: acue_sf2@sourceforge.net
License: Artistic-License-2.0 + Forced-Fairplay-Constraints
Download-URL: https://sourceforge.net/projects/pyfilesysobjects/files/
Description: filesysobjects
        ==============
        
        The 'filesysobjects' package provides utilities for the application of
        basic object oriented features onto filesystems.
        This includes basic coverage of the 'inspect' package for the simplified
        gathering of information on packages, modules, and files.
        
        The provided feature modules comprise the following list.
        For code examples refer to 'filesysobjects.UseCases'.
        
        The package 'filesysobjects' is a spin off from the project 'UnifiedSessionsManager-2.0'.
         
        The main interface classes are:
        
        * **FileSysObjects** - Filesystem objects.
        
        For the compliance tests extracted from IETF and ECMA standards refer to the directories:
        
        * UseCases
         
        **Downloads**:
        
        * Sourceforge.net: https://sourceforge.net/projects/pyfilesysobjects/files/
        
        * Github: https://github.com/ArnoCan/pyfilesysobjects/
        
        **Online documentation**:
        
        * https://pypi.python.org/pypi/pyfilesysobjects/
        * https://pythonhosted.org/pyfilesysobjects/
        
        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-filesysobjects*: 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:
        
          *filesysobjects --selftest*
        
        with the exit value '0' when OK.
        
        The option '-v' raises the degree of verbosity for inspection
        
          *filesysobjects --selftest -v -v -v -v*
         
        
        Project Data
        ------------
        
        * PROJECT: 'filesysobjects'
        
        * MISSION: Extend the standard PyUnit package for arbitrary ExecUnits.
        
        * VERSION: 00.00
        
        * RELEASE: 00.00
        
        * NICKNAME: 'Yggdrasil'
        
        * STATUS: pre-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 := 100.
        
        * RELEASE: 00.05.00x - Production: Various performance enhancements.
        
        
        **Current Release: 00.00.002 - Pre-Alpha:**
        
        Major Changes:
        
        * Introduce initial version.
        
        
        Current test status:
        
        * UnitTests: >8
        
        * Use-Cases as UnitTests: >58
        
        **Total**: >66
        
        nn
Keywords: Filesystem Python Syntax Packages Modules Files Linenumbers Filenames Modulenames Packagenames fileobjects Objects Classes Objecttrees Classtrees inspect
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Free To Use But Restricted
Classifier: License :: OSI Approved :: Artistic License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: BSD :: OpenBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
