Metadata-Version: 1.1
Name: iocdoc
Version: 0.0.2
Summary: Document the configuration of an EPICS IOC
Home-page: http://iocdoc.readthedocs.org
Author: Pete R. Jemian
Author-email: jemian@anl.gov
License: UChicago Argonne, LLC OPEN SOURCE LICENSE (see LICENSE file)
Download-URL: https://github.com/prjemian/iocdoc.git
Description: IOCDOC: Document the configuration of an EPICS IOC
        ==================================================
        
        *iocdoc*: Document the configuration of an EPICS IOC
        
        :docs: http://iocdoc.readthedocs.org
        :git:  https://github.com/prjemian/iocdoc/
        
        The user will provide the directory path (absolute or relative)
        to an EPICS IOC startup command file.  
        The IOC startup file will specify the starting point to discover
        the configuration of each IOC.
        
        This code will parse the startup command file
        and discover the commands and databases used to start the IOC.
        An attempt is made to read the database files.  This program will
        report if a file or database is not found.
        
        The goal is to generate a set of WWW pages with appropriate
        links to standard documentation for all the commands and other
        common support.  Links will be made to any local documentation
        provided in the ./documentation directory of the top level directory.
        
Keywords: APS,EPICS,IOC
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Free To Use But Restricted
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
