Metadata-Version: 2.1
Name: prcslib
Version: 1.0b3
Summary: Python API for PRCS.
Home-page: https://vx68k.bitbucket.io/prcslib.py/
Author: Kaz Nishimura
Author-email: kazssym@linuxfront.com
License: UNKNOWN
Description: # READ ME
        
        ## Description
        
        The `prcslib` package provides a *Python API for PRCS*.
        
        [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.
        
        [![(License)](https://img.shields.io/badge/license-MIT-blue.svg)][MIT]
        [![(PyPI)](https://img.shields.io/pypi/v/prcslib.svg)][PyPI]
        [![(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]
        
        [PRCS]: http://prcs.sourceforge.net/
        
        [MIT]: https://spdx.org/licenses/MIT.html "MIT License"
        [PyPI]: https://pypi.org/project/prcslib/
        [Gitter room]: https://gitter.im/vx68k/prcslib.py
        [Open issues]: https://bitbucket.org/kazssym/prcslib.py/issues?status=new&status=open
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Obsoletes: prcs2hg (< 2.0)
Requires-Python: >= 3.4
Description-Content-Type: text/markdown
