Metadata-Version: 2.1
Name: helix-swarm
Version: 0.1.0
Summary: Python client for Perforce Helix Swarm (review board)
Home-page: https://github.com/pbelskiy/helix-swarm
Author: Petr Belskiy
Author-email: petr.belskiy@gmail.com
License: MIT
Download-URL: https://pypi.org/project/helix-swarm
Description: # helix-swarm
        
        ![Tests](https://github.com/pbelskiy/helix-swarm/workflows/Tests/badge.svg)
        ![Coveralls github](https://img.shields.io/coveralls/github/pbelskiy/helix-swarm?label=Coverage)
        
        Python client for Perforce Helix Swarm (review board)
        
        ## Installation
        
        ```sh
        pip3 install helix-swarm
        ```
        
        ## Official REST API documentation:
        
        https://www.perforce.com/manuals/swarm/Content/Swarm/swarm-apidoc.html
        
        | Version                                                                                     | Date               | Notes                                                                       |
        |:--------------------------------------------------------------------------------------------|:-------------------|:----------------------------------------------------------------------------|
        | [v10](https://www.perforce.com/manuals/swarm/Content/Swarm/swarm-apidoc_endpoints-v10.html) | October 2019       | Integration with CI tools                                                   |
        | [v9](https://www.perforce.com/manuals/v19.1/swarm/Content/Swarm/swarm-apidoc.html)          | April 2018         | Review append and replace changelist, 2fa, mark comment as read             |
        | [v8](https://www.perforce.com/manuals/v17.4/swarm/#Swarm/swarm-apidoc.html)                 | December 2017      | Default reviewers                                                           |
        | [v7](https://www.perforce.com/manuals/v17.3/swarm/index.html#Swarm/swarm-apidoc.html)       | October 2017       | Groups as review participants, groups as moderators of project              |
        | [v6](https://www.perforce.com/manuals/v17.2/swarm/api.html)                                 | May 2017           | Activity dashboard, archiving reviews, cleaning reviews, for voting reviews |
        | v5                                                                                          | October 2016       | Limiting comments to a specific review version                              |
        | [v4](https://www.perforce.com/perforce/r16.2/manuals/swarm/api.html)                        | October 2016       | Private projects, file-level and line-level inline comments                 |
        | v3                                                                                          | September 2016     | Comments management                                                         |
        | [v2](https://www.perforce.com/perforce/r16.1/manuals/swarm/api.html)                        | May 2016           | Projects, groups                                                            |
        | [v1.2](https://www.perforce.com/perforce/r15.3/manuals/swarm/api.html)                      | October 2015       | Author filter to the list reviews endpoint                                  |
        | [v1.1](https://www.perforce.com/perforce/r14.4/manuals/swarm/api.html)                      | January 2015       | Required reviewers                                                          |
        | [v1](https://www.perforce.com/perforce/r14.3/manuals/swarm/api.html)                        | July 2014          | Initial                                                                     |
        
Keywords: helix,swarm,swarm review,perforce helix swarm
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5
Description-Content-Type: text/markdown
