Metadata-Version: 2.1
Name: plasticscm
Version: 0.1.0a6
Summary: Python package providing access to the PlasticSCM client API.
Home-page: https://pypi.org/project/plasticscm/
Author: Adam Karpierz
Author-email: adam@karpierz.net
Maintainer: Adam Karpierz
Maintainer-email: adam@karpierz.net
License: zlib/libpng License ; https://opensource.org/licenses/zlib
Download-URL: https://pypi.org/project/plasticscm/
Project-URL: Documentation, https://plasticscm.readthedocs.io/
Project-URL: Source, https://github.com/karpierz/plasticscm/
Description: plasticscm
        ==========
        
        Python package providing access to the PlasticSCM client API.
        
        Overview
        ========
        
        TBD...
        
        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:
        
        + Python 3.6 or higher
        
          * https://www.python.org/
          * 3.7 is a primary test environment.
        
        + pip and setuptools
        
          * https://pypi.org/project/pip/
          * https://pypi.org/project/setuptools/
        
        To install run:
        
        .. parsed-literal::
        
            python -m pip install --upgrade |package|
        
        Development
        ===========
        
        Visit `development page`_.
        
        Installation from sources:
        
        clone the sources:
        
        .. parsed-literal::
        
            git clone |respository| |package|
        
        and run:
        
        .. parsed-literal::
        
            python -m pip install ./|package|
        
        or on development mode:
        
        .. parsed-literal::
        
            python -m pip install --editable ./|package|
        
        Prerequisites:
        
        + Development is strictly based on *tox*. To install it run::
        
            python -m pip install --upgrade tox
        
        License
        =======
        
          | Copyright (c) 2019-2020 Adam Karpierz
          |
          | Licensed under the zlib/libpng License
          | https://opensource.org/licenses/zlib
          | Please refer to the accompanying LICENSE file.
        
        Authors
        =======
        
        * Adam Karpierz <adam@karpierz.net>
        
        .. |package| replace:: plasticscm
        .. |package_bold| replace:: **plasticscm**
        .. |respository| replace:: https://github.com/karpierz/plasticscm.git
        .. _development page: https://github.com/karpierz/plasticscm/
        
        Changelog
        =========
        
        0.1.0a6 (2020-01-17)
        --------------------
        - Fixes for get_pending_changes() and undo_pending_changes().
        
        0.1.0a5 (2020-01-16)
        --------------------
        - Added ReadTheDocs config file.
        - Setup update.
        
        0.1.0a4 (2020-01-14)
        --------------------
        - Added get_cm_location().
        - | Forced 'query' to be a keyword-only argument for get_branches(),
          | get_labels(), get_changesets().
        - Forced 'top_level' to be a keyword-only argument for create_branch().
        
        0.1.0a2 (2020-01-12)
        --------------------
        - Drop support for Python 3.5
        
        0.1.0a1 (2020-01-12)
        --------------------
        - Added get_item_revision().
        - Docstings have been completed.
        - Changes for preliminary tests.
        - Added a preliminary documentation.
        
        0.0.1a2 (2020-01-10)
        --------------------
        - Fixes for rename_repository() and rename_workspace().
        - Changes of OperationStatus and CheckinStatus models.
        - Added optional parameter 'timeout'.
        - Fixes for undo_pending_changes().
        - Fix for typos: delete_worskpace -> delete_workspace.
        - Fixes for get_item_revision_history_*().
        - Added a preliminary tests.
        
        0.0.1a1 (2020-01-08)
        --------------------
        - First alpha release.
        
        0.0.1a0 (2019-09-23)
        --------------------
        - Initial commit.
        
Keywords: PlasticSCM
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.0
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: doc
Provides-Extra: test
