ReviewBoardPowerPack


NameReviewBoardPowerPack JSON
Version 5.3 PyPI version JSON
download
home_pagehttps://www.reviewboard.org/powerpack/
SummaryEnhances Review Board with PDF review and diffing, reports and analytics, new source code management services, and more.
upload_time2024-08-06 07:28:20
maintainerBeanbag, Inc.
docs_urlNone
authorBeanbag, Inc.
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========================
Power Pack for Review Board
===========================

`Power Pack`_ enhances `Review Board`_ with new code and document review
capabilities, reports and analytics, and even more integrations.


.. _Power Pack: https://www.reviewboard.org/powerpack/
.. _Review Board: https://www.reviewboard.org/


Review documents and designs, not just code
===========================================

Source code is only one part of the software development process. PRDs, design
proposals, end-user technical documentation, and patent disclosures are just a
few of the numerous documents that get written, discussed, and edited along
the way.

Document review brings the same powerful, lightweight review process to PDF
files that developers have enjoyed for their source code. Documents are
displayed right in the browser without a need for any plug-ins or extra
software to be installed.


See how documents evolve through diffs
======================================

Nobody wants to re-read the same document with every new update. Instead,
focus only on what changed by diffing two revisions of the PDF document
side-by-side. All text changes made in the document will be highlighted in red
and green, much like a code diff.

The sidebar provides a quick reference of all the text changes throughout the
document, so you won't need to scroll through dozens or hundreds of pages
looking for changes.

Diffing works with any PDF documents containing embedded text. This includes
PDFs exported from Microsoft Office, Google Docs, and almost anything using
Print to PDF.


Track team productivity with reports
====================================

The best teams and organizations are always looking for ways to be even more
efficient, no matter how big or small they are. By getting insight into how
your developers are taking advantage of code review, you can develop more
cost-effective processes and policies, saving your team time and money.

Reports gives you several powerful ways of looking at how your developers are
taking advantage of Review Board. Our at-a-glance graphs will show you who is
pulling their weight, how thoroughly code is being reviewed, and more.

Plus, who doesn't like pretty pictures?


Review code stored on enterprise-level services
===============================================

Power Pack adds support for several source code management services for the
enterprise, helping you review your code whether managed online or in your
network.

The following services are currently supported by Power Pack:

* AWS CodeCommit
* Bitbucket Server
* GitHub Enterprise
* Team Foundation Server
* Visual Studio Team Services


Scale up your installation
==========================

Most Review Board installations work fine running on a single server, but some
very large installations with many thousands of users may require additional
hardware for speed or fault tolerance.

Power Pack includes facilities for storing auxiliary data like SSH keys in the
database rather than on the front-end server's filesystem, which allows you to
add capacity by spinning up additional servers as needed.


Getting Started
===============

Installation is easy. Just follow these steps:

1. Install Power Pack::

   $ pip install ReviewBoardPowerPack

2. Get a `trial license`_.

   After the trial expires, two users can continue to use Power Pack for
   free, forever.

3. If you're happy with Power Pack, `purchase a license`_ for as many or as
   few users as you need.

   Users only need a license if they're going to use Power Pack features.

   Support for Power Pack is included with a license.


.. _trial license: https://www.reviewboard.org/powerpack/trial/
.. _purchase a license: https://www.reviewboard.org/powerpack/purchase/



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.reviewboard.org/powerpack/",
    "name": "ReviewBoardPowerPack",
    "maintainer": "Beanbag, Inc.",
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
    "maintainer_email": "support@beanbaginc.com",
    "keywords": null,
    "author": "Beanbag, Inc.",
    "author_email": "support@beanbaginc.com",
    "download_url": "https://downloads.beanbaginc.com/powerpack/",
    "platform": null,
    "description": "===========================\nPower Pack for Review Board\n===========================\n\n`Power Pack`_ enhances `Review Board`_ with new code and document review\ncapabilities, reports and analytics, and even more integrations.\n\n\n.. _Power Pack: https://www.reviewboard.org/powerpack/\n.. _Review Board: https://www.reviewboard.org/\n\n\nReview documents and designs, not just code\n===========================================\n\nSource code is only one part of the software development process. PRDs, design\nproposals, end-user technical documentation, and patent disclosures are just a\nfew of the numerous documents that get written, discussed, and edited along\nthe way.\n\nDocument review brings the same powerful, lightweight review process to PDF\nfiles that developers have enjoyed for their source code. Documents are\ndisplayed right in the browser without a need for any plug-ins or extra\nsoftware to be installed.\n\n\nSee how documents evolve through diffs\n======================================\n\nNobody wants to re-read the same document with every new update. Instead,\nfocus only on what changed by diffing two revisions of the PDF document\nside-by-side. All text changes made in the document will be highlighted in red\nand green, much like a code diff.\n\nThe sidebar provides a quick reference of all the text changes throughout the\ndocument, so you won't need to scroll through dozens or hundreds of pages\nlooking for changes.\n\nDiffing works with any PDF documents containing embedded text. This includes\nPDFs exported from Microsoft Office, Google Docs, and almost anything using\nPrint to PDF.\n\n\nTrack team productivity with reports\n====================================\n\nThe best teams and organizations are always looking for ways to be even more\nefficient, no matter how big or small they are. By getting insight into how\nyour developers are taking advantage of code review, you can develop more\ncost-effective processes and policies, saving your team time and money.\n\nReports gives you several powerful ways of looking at how your developers are\ntaking advantage of Review Board. Our at-a-glance graphs will show you who is\npulling their weight, how thoroughly code is being reviewed, and more.\n\nPlus, who doesn't like pretty pictures?\n\n\nReview code stored on enterprise-level services\n===============================================\n\nPower Pack adds support for several source code management services for the\nenterprise, helping you review your code whether managed online or in your\nnetwork.\n\nThe following services are currently supported by Power Pack:\n\n* AWS CodeCommit\n* Bitbucket Server\n* GitHub Enterprise\n* Team Foundation Server\n* Visual Studio Team Services\n\n\nScale up your installation\n==========================\n\nMost Review Board installations work fine running on a single server, but some\nvery large installations with many thousands of users may require additional\nhardware for speed or fault tolerance.\n\nPower Pack includes facilities for storing auxiliary data like SSH keys in the\ndatabase rather than on the front-end server's filesystem, which allows you to\nadd capacity by spinning up additional servers as needed.\n\n\nGetting Started\n===============\n\nInstallation is easy. Just follow these steps:\n\n1. Install Power Pack::\n\n   $ pip install ReviewBoardPowerPack\n\n2. Get a `trial license`_.\n\n   After the trial expires, two users can continue to use Power Pack for\n   free, forever.\n\n3. If you're happy with Power Pack, `purchase a license`_ for as many or as\n   few users as you need.\n\n   Users only need a license if they're going to use Power Pack features.\n\n   Support for Power Pack is included with a license.\n\n\n.. _trial license: https://www.reviewboard.org/powerpack/trial/\n.. _purchase a license: https://www.reviewboard.org/powerpack/purchase/\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Enhances Review Board with PDF review and diffing, reports and analytics, new source code management services, and more.",
    "version": "5.3",
    "project_urls": {
        "Download": "https://downloads.beanbaginc.com/powerpack/",
        "Homepage": "https://www.reviewboard.org/powerpack/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f45790a39361140005be6dc3b6663af6daf2a58c7bc5eebc3f45554e9f8b949b",
                "md5": "30e37bf90f195c088959f6f3eb6c0a8b",
                "sha256": "79c732465c7e38396636a243eeef236e9cd312e07872c84a7354f1df88e09987"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp27-none-any.whl",
            "has_sig": false,
            "md5_digest": "30e37bf90f195c088959f6f3eb6c0a8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 3676259,
            "upload_time": "2024-08-06T07:28:20",
            "upload_time_iso_8601": "2024-08-06T07:28:20.591637Z",
            "url": "https://files.pythonhosted.org/packages/f4/57/90a39361140005be6dc3b6663af6daf2a58c7bc5eebc3f45554e9f8b949b/ReviewBoardPowerPack-5.3-cp27-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb1fd02b4a7d373976042fd9c65a5ba8dd960d0074c626063665b2edaec543fe",
                "md5": "bfb284afe42dffb0124a532d4391c728",
                "sha256": "066e0c613557131a0a5fa91575c17ec9506b465da4dd92d4f0d4a712260125e2"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp310-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfb284afe42dffb0124a532d4391c728",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 4503121,
            "upload_time": "2024-08-06T07:28:28",
            "upload_time_iso_8601": "2024-08-06T07:28:28.501765Z",
            "url": "https://files.pythonhosted.org/packages/eb/1f/d02b4a7d373976042fd9c65a5ba8dd960d0074c626063665b2edaec543fe/ReviewBoardPowerPack-5.3-cp310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef36eb708475d244f2e524e5aa674ad5146c4f045f11bde686a459efe8557dca",
                "md5": "7a6adcce3729d87fc2e49e027180f565",
                "sha256": "a2a75eebfc155dfef7ada9526f4a8f894b6cb376f09464c61f9b06e594f34638"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp311-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a6adcce3729d87fc2e49e027180f565",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 4424507,
            "upload_time": "2024-08-06T07:28:32",
            "upload_time_iso_8601": "2024-08-06T07:28:32.952618Z",
            "url": "https://files.pythonhosted.org/packages/ef/36/eb708475d244f2e524e5aa674ad5146c4f045f11bde686a459efe8557dca/ReviewBoardPowerPack-5.3-cp311-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e9d9ed583542dd15d7d8d122ab1c3d049b9ed45560df97d450d2011d109b29d",
                "md5": "c221e2ea8fbef6c9fcc420e7196d1b9c",
                "sha256": "ece2b2e8a35c2b7a0edb755e7c0a5ee83baf2ae17ee12131bacc4857d291a611"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp312-none-any.whl",
            "has_sig": false,
            "md5_digest": "c221e2ea8fbef6c9fcc420e7196d1b9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 4399913,
            "upload_time": "2024-08-06T07:28:36",
            "upload_time_iso_8601": "2024-08-06T07:28:36.359106Z",
            "url": "https://files.pythonhosted.org/packages/3e/9d/9ed583542dd15d7d8d122ab1c3d049b9ed45560df97d450d2011d109b29d/ReviewBoardPowerPack-5.3-cp312-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fdddd5b400d41ba4f95cb9356b03e48c8f5512dd068bfd33b41865dba82675f",
                "md5": "6b8baac6f556665b889091050313e9ae",
                "sha256": "58d6075ee09ec39cbae1c2c167d7791cb8898676de793257a85fa79a646f28f2"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp36-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b8baac6f556665b889091050313e9ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 4498243,
            "upload_time": "2024-08-06T07:28:40",
            "upload_time_iso_8601": "2024-08-06T07:28:40.075931Z",
            "url": "https://files.pythonhosted.org/packages/8f/dd/dd5b400d41ba4f95cb9356b03e48c8f5512dd068bfd33b41865dba82675f/ReviewBoardPowerPack-5.3-cp36-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c53c907a7a93ed82887d02447a37f194ebd6ed769bbb699e54064f3130cfc671",
                "md5": "57813ccf7da0267e44f73e8646b80658",
                "sha256": "700589cfea0bca087c1fbc36b7a7c957a18be2bfa9741360dcfc6cf5f6b8c86d"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp37-none-any.whl",
            "has_sig": false,
            "md5_digest": "57813ccf7da0267e44f73e8646b80658",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 4498937,
            "upload_time": "2024-08-06T07:28:43",
            "upload_time_iso_8601": "2024-08-06T07:28:43.539618Z",
            "url": "https://files.pythonhosted.org/packages/c5/3c/907a7a93ed82887d02447a37f194ebd6ed769bbb699e54064f3130cfc671/ReviewBoardPowerPack-5.3-cp37-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "758e525a933e4deb57a70775b00a78629e73cee845bc4bb0dfbc2979dc301c23",
                "md5": "587e70a3db9ddc7ea2564418df4cc548",
                "sha256": "9e2779f5828d3559b4cda81ee8bc688170c80c787017d9a32beae1f8d21239d5"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp38-none-any.whl",
            "has_sig": false,
            "md5_digest": "587e70a3db9ddc7ea2564418df4cc548",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 4501824,
            "upload_time": "2024-08-06T07:28:45",
            "upload_time_iso_8601": "2024-08-06T07:28:45.722581Z",
            "url": "https://files.pythonhosted.org/packages/75/8e/525a933e4deb57a70775b00a78629e73cee845bc4bb0dfbc2979dc301c23/ReviewBoardPowerPack-5.3-cp38-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea8c2fbc6d3901f629dc845c3bf4c0e9560a49c5cfd6b2898c633d8dbdaf8f3e",
                "md5": "e877bfbe581e65d90d5c894f7274fff9",
                "sha256": "28663130dcd4db30068b0627f92d3f6d3601c4e9b517017df3cb66308b6cce7c"
            },
            "downloads": -1,
            "filename": "ReviewBoardPowerPack-5.3-cp39-none-any.whl",
            "has_sig": false,
            "md5_digest": "e877bfbe581e65d90d5c894f7274fff9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7",
            "size": 4501474,
            "upload_time": "2024-08-06T07:28:48",
            "upload_time_iso_8601": "2024-08-06T07:28:48.131307Z",
            "url": "https://files.pythonhosted.org/packages/ea/8c/2fbc6d3901f629dc845c3bf4c0e9560a49c5cfd6b2898c633d8dbdaf8f3e/ReviewBoardPowerPack-5.3-cp39-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-06 07:28:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "reviewboardpowerpack"
}
        
Elapsed time: 0.28462s