Metadata-Version: 1.1
Name: plib3.classes
Version: 0.9.5
Summary: Useful Python 3 classes.
Home-page: http://pypi.org/project/plib3.classes
Author: Peter A. Donis
Author-email: peterdonis@alum.mit.edu
License: UNKNOWN
Description: The PLIB3.CLASSES package contains a number of useful
        Python 3 classes.
        
        Note: PLIB3.CLASSES works with Python 3. If you are using Python
        2.7, see the PLIB.CLASSES package, available at
        https://pypi.org/project/plib.classes.
        
        The ``setup.py`` script for PLIB3.CLASSES uses the ``setuputils``
        helper module, which helps to automate away much of the
        boilerplate in Python 3 setup scripts. This module is available
        as a separate release at https://pypi.org/project/setuputils3.
        
        The PLIB3.CLASSES Package
        -------------------------
        
        The following classes are available in the ``plib.classes`` namespace:
        
        - The ``StateMachine`` class implements a basic finite state machine
          with customizable code to be run at each state transition.
        
        Installation
        ------------
        
        To install PLIB3.CLASSES, you can simply run::
        
            $ python3 setup.py install
        
        at a shell prompt from the directory into which you
        unzipped the source tarball (the same directory that this
        README file is in). This will install PLIB3 and then
        run each of the post-install scripts in the scripts
        directory.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: plib3.stdlib (>=0.9.22)
