/plasticscm

Python package providing access to the PlasticSCM server API.

Primary LanguagePythonzlib LicenseZlib

plasticscm

Python package providing access to the PlasticSCM client API.

Overview

TBD...

PyPI record.

Requirements

  • It is a fully independent package.
    All necessary things are installed during the normal installation process.
  • ATTENTION: currently works and tested only for Windows.

Installation

Prerequisites:

To install run:

python -m pip install --upgrade plasticscm

Development

Prerequisites:

  • Development is strictly based on tox. To install it run:

    python -m pip install --upgrade tox
    

Visit development page.

Installation from sources:

clone the sources:

git clone https://github.com/karpierz/plasticscm.git plasticscm

and run:

python -m pip install ./plasticscm

or on development mode:

python -m pip install --editable ./plasticscm

License

Copyright (c) 2019-2020 Adam Karpierz
Licensed under the zlib/libpng License
Please refer to the accompanying LICENSE file.

Authors