Metadata-Version: 2.1
Name: prcslib
Version: 1.0b4
Summary: Python API for PRCS.
Home-page: https://vx68k.bitbucket.io/prcslib.py/
Author: Kaz Nishimura
Author-email: kazssym@linuxfront.com
License: UNKNOWN
Description: # Introduction
        
        The `prcslib` package provides a <dfn>Python API for PRCS</dfn>.
        
        [PRCS][] (Project Revision Control System) is a legacy version control system
        that manages a *project* consisting of multiple files
        and records related changes across them as a unit.
        
        See the [home page][] for more information about the `prcslib` package.
        
        [home page]: https://vx68k.bitbucket.io/prcslib.py/
        [PRCS]: http://prcs.sourceforge.net/
        
        [![(Chat)](https://img.shields.io/gitter/room/vx68k/prcslib.py.svg)][Gitter room]
        [![(Issues)](https://img.shields.io/bitbucket/issues/kazssym/prcslib.py.svg)][open issues]
        
        [Gitter room]: https://gitter.im/vx68k/prcslib.py
        [open issues]: https://bitbucket.org/kazssym/prcslib.py/issues?status=new&status=open
        
        # License
        
        This program is provided under the terms and conditions of the
        [MIT License][MIT].
        
        [![(License)](https://img.shields.io/badge/license-MIT-blue.svg)][MIT]
        
        [MIT]: https://opensource.org/licenses/MIT "MIT License"
        
        # Links
        
          - A [modified version of PRCS][downloads] that runs on recent Linux operating
            systems.
        
        [downloads]: https://bitbucket.org/kazssym/prcs/downloads/
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Obsoletes: prcs2hg (< 2.0)
Requires-Python: >=2.7
Description-Content-Type: text/markdown
