pcce-api


Namepcce-api JSON
Version 1.0rc1 PyPI version JSON
download
home_pageNone
SummaryPrisma Cloud Compute Edition API Client
upload_time2024-08-22 15:29:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.1
licenseNone
keywords prisma cloud prisma cloud compute palo alto cnapp api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Welcome to PCCE-API's documentation!
==============================================

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
   :target: https://github.com/pylint-dev/pylint
.. image:: https://img.shields.io/badge/security-bandit-yellow.svg
   :target: https://github.com/PyCQA/bandit
.. image:: https://gitlab.com/th1nks1mple/pcce-api/badges/main/pipeline.svg
   :target: https://gitlab.com/th1nks1mple/pcce-api/-/commits/main
.. image:: https://gitlab.com/th1nks1mple/pcce-api/badges/main/coverage.svg
   :target: https://gitlab.com/th1nks1mple/pcce-api/-/commits/main
.. image:: https://img.shields.io/pypi/pyversions/pcce-api
   :target: https://pypi.org/project/pcce-api/
.. image:: https://img.shields.io/pypi/v/pcce-api
   :target: https://pypi.org/project/pcce-api/

PCCE-API is a Prisma Cloud Compute Edition API Client.

- Issue Tracker: https://gitlab.com/th1nks1mple/pcce-api/-/issues
- GitLab Repository: https://gitlab.com/th1nks1mple/pcce-api

Features
--------

- Implement the latest Prisma Cloud Compute Edition API.
- Use marshmallow library for validate schema data before send to server.

Installation
------------

To install the most recent published version to pypi, its simply a matter of
installing via pip:

.. code-block:: bash

   pip install pcce-api

If you're looking for bleeding-edge, then feel free to install directly from the
github repository like so:

.. code-block:: bash

   pip install git+git://gitlab.com/th1nks1mple/pcce-api.git#egg=pcce-api

Getting Started
---------------

Lets assume that we want to get the list of users that have been create on our
PCCE application.  Performing this action is as simple as the following:

.. code-block:: python

   from pcce import PCCE
   pcce = PCCE(url='http://console.domain',
                  username='username',
                  password='password')
   for user in pcce.users.list():
      print(user)

Documents
---------

https://pan.dev/compute/api/31-02/

License
-------

The project is licensed under the MIT license.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pcce-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.1",
    "maintainer_email": "Pham Xuan Quynh <th1nks1mple@protonmail.com>",
    "keywords": "Prisma Cloud, Prisma Cloud Compute, Palo Alto, CNAPP, API",
    "author": null,
    "author_email": "Pham Xuan Quynh <th1nks1mple@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/71/08/51178b690c61ec7245370a8a129f765ce0c63a94ca4bd5443524f47a0656/pcce_api-1.0rc1.tar.gz",
    "platform": null,
    "description": "Welcome to PCCE-API's documentation!\n==============================================\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen\n   :target: https://github.com/pylint-dev/pylint\n.. image:: https://img.shields.io/badge/security-bandit-yellow.svg\n   :target: https://github.com/PyCQA/bandit\n.. image:: https://gitlab.com/th1nks1mple/pcce-api/badges/main/pipeline.svg\n   :target: https://gitlab.com/th1nks1mple/pcce-api/-/commits/main\n.. image:: https://gitlab.com/th1nks1mple/pcce-api/badges/main/coverage.svg\n   :target: https://gitlab.com/th1nks1mple/pcce-api/-/commits/main\n.. image:: https://img.shields.io/pypi/pyversions/pcce-api\n   :target: https://pypi.org/project/pcce-api/\n.. image:: https://img.shields.io/pypi/v/pcce-api\n   :target: https://pypi.org/project/pcce-api/\n\nPCCE-API is a Prisma Cloud Compute Edition API Client.\n\n- Issue Tracker: https://gitlab.com/th1nks1mple/pcce-api/-/issues\n- GitLab Repository: https://gitlab.com/th1nks1mple/pcce-api\n\nFeatures\n--------\n\n- Implement the latest Prisma Cloud Compute Edition API.\n- Use marshmallow library for validate schema data before send to server.\n\nInstallation\n------------\n\nTo install the most recent published version to pypi, its simply a matter of\ninstalling via pip:\n\n.. code-block:: bash\n\n   pip install pcce-api\n\nIf you're looking for bleeding-edge, then feel free to install directly from the\ngithub repository like so:\n\n.. code-block:: bash\n\n   pip install git+git://gitlab.com/th1nks1mple/pcce-api.git#egg=pcce-api\n\nGetting Started\n---------------\n\nLets assume that we want to get the list of users that have been create on our\nPCCE application.  Performing this action is as simple as the following:\n\n.. code-block:: python\n\n   from pcce import PCCE\n   pcce = PCCE(url='http://console.domain',\n                  username='username',\n                  password='password')\n   for user in pcce.users.list():\n      print(user)\n\nDocuments\n---------\n\nhttps://pan.dev/compute/api/31-02/\n\nLicense\n-------\n\nThe project is licensed under the MIT license.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Prisma Cloud Compute Edition API Client",
    "version": "1.0rc1",
    "project_urls": {
        "Documentation": "https://gitlab.com/th1nks1mple/pcce-api",
        "Source": "https://gitlab.com/th1nks1mple/pcce-api",
        "Tracker": "https://gitlab.com/th1nks1mple/pcce-api/-/issues"
    },
    "split_keywords": [
        "prisma cloud",
        " prisma cloud compute",
        " palo alto",
        " cnapp",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e20783f632d7b0702bc7e4ec82ec030d9c6d4b58b5156f36f9352bd7d87d386",
                "md5": "c72d385bb9801d25348bdff7771687f5",
                "sha256": "08bcc279325aa52b2fecc090c10cffb74577cddd414b27aff912b6effe409c09"
            },
            "downloads": -1,
            "filename": "pcce_api-1.0rc1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c72d385bb9801d25348bdff7771687f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1",
            "size": 72657,
            "upload_time": "2024-08-22T15:29:17",
            "upload_time_iso_8601": "2024-08-22T15:29:17.547939Z",
            "url": "https://files.pythonhosted.org/packages/5e/20/783f632d7b0702bc7e4ec82ec030d9c6d4b58b5156f36f9352bd7d87d386/pcce_api-1.0rc1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "710851178b690c61ec7245370a8a129f765ce0c63a94ca4bd5443524f47a0656",
                "md5": "737bb5ceadb118dc63dd736e8a97ffb2",
                "sha256": "75a6866ac32f0981b6f48623cf5852478c4ec6fda6e0944da5a249750f091df2"
            },
            "downloads": -1,
            "filename": "pcce_api-1.0rc1.tar.gz",
            "has_sig": false,
            "md5_digest": "737bb5ceadb118dc63dd736e8a97ffb2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1",
            "size": 65557,
            "upload_time": "2024-08-22T15:29:19",
            "upload_time_iso_8601": "2024-08-22T15:29:19.622451Z",
            "url": "https://files.pythonhosted.org/packages/71/08/51178b690c61ec7245370a8a129f765ce0c63a94ca4bd5443524f47a0656/pcce_api-1.0rc1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 15:29:19",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "th1nks1mple",
    "gitlab_project": "pcce-api",
    "lcname": "pcce-api"
}
        
Elapsed time: 0.72570s