Metadata-Version: 2.1
Name: prcslib
Version: 3.0
Summary: Python API for PRCS.
Home-page: https://vx68k.bitbucket.io/prcslib.py/
Author: Kaz Nishimura
Author-email: kazssym@linuxfront.com
License: UNKNOWN
Project-URL: Source, https://github.com/vx68k/prcslib.py
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Version Control
Obsoletes: prcs2hg(<2.0)
Requires-Python: >=2.7
Description-Content-Type: text/markdown

# Introduction

The [`prcslib` package][prcslib] 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/
[prcslib]: https://pypi.org/project/prcslib/
[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/


