uisp-crm


Nameuisp-crm JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/thecyberbutler/uisp_crm
SummaryPython library to interact with the Ubiquiti UISP CRM console.
upload_time2023-12-21 21:39:28
maintainer
docs_urlNone
authorthecyberbutler
requires_python>=3.10,<4.0
licenseMIT
keywords uisp ubiquiti cmr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UISP CRM

[![PyPI version](https://badge.fury.io/py/uisp-crm.svg)](https://badge.fury.io/py/uisp-crm)

## Overview

`uisp_crm` is a Python library for working with UISP Clients.

## Installation

You can install the library using pip. Open your terminal and run:

```bash
pip install uisp-crm
```
## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

## Usage

```python
from uisp_crm import CRM

crm = CRM(hostname="https://YOUR_UISP_CONSOLE", api_key="YOUR_API_KEY")
clients = crm.clients.get_clients()
```

## License

[MIT](https://choosealicense.com/licenses/mit/)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thecyberbutler/uisp_crm",
    "name": "uisp-crm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "uisp,ubiquiti,cmr",
    "author": "thecyberbutler",
    "author_email": "michaelbutler75@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/77/a7/3b779c6a43abaaa7892fb466f901c976c8c9472a14bb52d87161a6dd21d7/uisp_crm-0.1.1.tar.gz",
    "platform": null,
    "description": "# UISP CRM\n\n[![PyPI version](https://badge.fury.io/py/uisp-crm.svg)](https://badge.fury.io/py/uisp-crm)\n\n## Overview\n\n`uisp_crm` is a Python library for working with UISP Clients.\n\n## Installation\n\nYou can install the library using pip. Open your terminal and run:\n\n```bash\npip install uisp-crm\n```\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\n## Usage\n\n```python\nfrom uisp_crm import CRM\n\ncrm = CRM(hostname=\"https://YOUR_UISP_CONSOLE\", api_key=\"YOUR_API_KEY\")\nclients = crm.clients.get_clients()\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python library to interact with the Ubiquiti UISP CRM console.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/thecyberbutler/uisp_crm",
        "Repository": "https://github.com/thecyberbutler/uisp_crm"
    },
    "split_keywords": [
        "uisp",
        "ubiquiti",
        "cmr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afb0b268bb51c30df3eb0034d45dbcfde1a0adf46f2cb156ad2e24d813a20f91",
                "md5": "e23255bdab20c6330d78712b12cd1dec",
                "sha256": "ab99fbde1a0c01667a78c3de4565148711580d988c8d509bd9bae89b60fc1085"
            },
            "downloads": -1,
            "filename": "uisp_crm-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e23255bdab20c6330d78712b12cd1dec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 2766,
            "upload_time": "2023-12-21T21:39:26",
            "upload_time_iso_8601": "2023-12-21T21:39:26.998162Z",
            "url": "https://files.pythonhosted.org/packages/af/b0/b268bb51c30df3eb0034d45dbcfde1a0adf46f2cb156ad2e24d813a20f91/uisp_crm-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77a73b779c6a43abaaa7892fb466f901c976c8c9472a14bb52d87161a6dd21d7",
                "md5": "ee41a346b498f63e19f12e3bacb5f330",
                "sha256": "024d2b539903a1748233e11a205e68636de4dba65f46d0689ad77403fc48a831"
            },
            "downloads": -1,
            "filename": "uisp_crm-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ee41a346b498f63e19f12e3bacb5f330",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 1905,
            "upload_time": "2023-12-21T21:39:28",
            "upload_time_iso_8601": "2023-12-21T21:39:28.476177Z",
            "url": "https://files.pythonhosted.org/packages/77/a7/3b779c6a43abaaa7892fb466f901c976c8c9472a14bb52d87161a6dd21d7/uisp_crm-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-21 21:39:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thecyberbutler",
    "github_project": "uisp_crm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "uisp-crm"
}
        
Elapsed time: 0.15246s