Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jan 12, 2025
1 parent 93accf6 commit d83a7d9
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,71 +15,15 @@ Compatibility
* This package is compatible Python versions 2.7, 3.3+.
* Tested with SonarQube Community Edition 8.9.x LTS and SonarCloud Server.

Editions
========

There are two editions of python-sonarqube-api:

* Community Edition (CE) is available freely under the GNU Affero General Public License v3.0.
* Professional Edition (PE) includes [extra features](https://python-sonarqube-pro-api.readthedocs.io/en/latest/#api-reference)
that are more useful for developers with more than 280 interface functions. To use PE and get timely Email support and continuous updates,
please become a Purchaser(https://shijl0925.gumroad.com/l/nlokc) and become a subscriber(https://shijl0925.gumroad.com/subscribe).

Notice: Professional Edition's extra features have been remarked by using **Only available on the professional edition** in API Document.

+---------------------+---------------------+-----------------------+
| Differences | Community Edition | Professional Edition |
+=====================+=====================+=======================+
| License | GNU AGPLv3 License | MIT License |
+---------------------+---------------------+-----------------------+
| Commercial Use | No | Yes |
+---------------------+---------------------+-----------------------+
| Supported APIs | 40 | more than 280 |
| (SonarQube Web APIs)| | |
+---------------------+---------------------+-----------------------+
| Compatibility | 7.9.x - 8.9.x | 7.9.x - 10.x |
| (SonarQube Versions)| | |
+---------------------+---------------------+-----------------------+

**Payment only needs to be made once, and library updates will be provided for free.**

Installation
============

Community Edition
-----------------
Use :command:`pip` to install the latest stable version of ``python-sonarqube-api``:

.. code-block:: console
$ pip install --upgrade python-sonarqube-api
Professional Edition
--------------------
Use :command:`pip` to install the Python wheel or source package, Use --force-reinstall to force an installation If necessary:

.. code-block:: console
$ pip install python_sonarqube_pro_api-x.y.z-py3-none-any.whl
where x, y, and z should be replaced by the current version number.


Change Log
==========

Community Edition
-----------------

See the `CHANGELOG-CE.md <https://github.com/shijl0925/python-sonarqube-api/blob/master/CHANGELOG-CE.md>`_ file for Community Edition.

Professional Edition
--------------------

See the `CHANGELOG-PE.md <https://github.com/shijl0925/python-sonarqube-api/blob/master/CHANGELOG-PE.md>`_ file for Professional Edition.


Documentation
=============

Expand Down

0 comments on commit d83a7d9

Please sign in to comment.