# Dixa API Wrapper
[](https://badge.fury.io/py/dixa-api-client)
[](https://badge.fury.io/py/dixa-api-client)
[](https://github.com/ChemicalLuck/dixa-api-client/actions/workflows/python-publish.yml)

## Installation
```bash
pip install dixa-api-client
```
## Usage
```python
from dixa import Dixa
client = Dixa(api_key='XXXXX')
agents = client.v1.Agents.list()
for agent in agents:
print(agent['id'])
```
For more details on the content of the reponses, visit the [official dixa API docs](https://docs.dixa.io/openapi/dixa-api/v1/overview/).
## Resources Available
### v1
- Agents
- Analytics
- Contact Endpoints
- Conversations
- Custom Attributes
- End Users
- Queues
- Tags
- Teams
- Webhooks
## Resources
- [dixa API v1](https://docs.dixa.io/openapi/dixa-api/v1/overview/)
## License
[MIT](LICENSE)
Raw data
{
"_id": null,
"home_page": null,
"name": "dixa-api-client",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Dixa, API, client, customer support, python",
"author": null,
"author_email": "ChemicalLuck <j.tebbett@outlook.com>",
"download_url": "https://files.pythonhosted.org/packages/0c/0c/865e6a159234089f5b3a775beae8823cf216647615ba0ec97ed7e39dc649/dixa_api_client-2.4.9.tar.gz",
"platform": null,
"description": "# Dixa API Wrapper\n\n[](https://badge.fury.io/py/dixa-api-client)\n[](https://badge.fury.io/py/dixa-api-client)\n[](https://github.com/ChemicalLuck/dixa-api-client/actions/workflows/python-publish.yml)\n\n\n## Installation\n\n```bash\npip install dixa-api-client\n```\n\n## Usage\n\n```python\nfrom dixa import Dixa\n\nclient = Dixa(api_key='XXXXX')\n\nagents = client.v1.Agents.list()\n\nfor agent in agents:\n print(agent['id'])\n```\n\nFor more details on the content of the reponses, visit the [official dixa API docs](https://docs.dixa.io/openapi/dixa-api/v1/overview/).\n\n## Resources Available\n### v1\n- Agents\n- Analytics\n- Contact Endpoints\n- Conversations\n- Custom Attributes\n- End Users\n- Queues\n- Tags\n- Teams\n- Webhooks\n\n## Resources\n\n- [dixa API v1](https://docs.dixa.io/openapi/dixa-api/v1/overview/)\n\n## License\n\n[MIT](LICENSE)\n",
"bugtrack_url": null,
"license": null,
"summary": "Python API Client for Dixa",
"version": "2.4.9",
"project_urls": {
"Homepage": "https://github.com/ChemicalLuck/dixa-api",
"Source": "https://github.com/ChemicalLuck/dixa-api"
},
"split_keywords": [
"dixa",
" api",
" client",
" customer support",
" python"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "332ba94cc1a203eb2440fda09fa428a8d273d582b9239467cd8c03ac29d8823f",
"md5": "a98398a13ecccda5057a212fefb7dc20",
"sha256": "1164454120c31b32747cb35ce4ad356fc7513cf9dd18cb16fb4aabd9289c2920"
},
"downloads": -1,
"filename": "dixa_api_client-2.4.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a98398a13ecccda5057a212fefb7dc20",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 28848,
"upload_time": "2025-08-21T13:15:03",
"upload_time_iso_8601": "2025-08-21T13:15:03.271790Z",
"url": "https://files.pythonhosted.org/packages/33/2b/a94cc1a203eb2440fda09fa428a8d273d582b9239467cd8c03ac29d8823f/dixa_api_client-2.4.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c0c865e6a159234089f5b3a775beae8823cf216647615ba0ec97ed7e39dc649",
"md5": "c3c2e627f2fb7927936bc2ab81f4dfdf",
"sha256": "4002b73a7464f6ef9738396ab459269431bfe0fbd5006b7c79b03d852a7d908d"
},
"downloads": -1,
"filename": "dixa_api_client-2.4.9.tar.gz",
"has_sig": false,
"md5_digest": "c3c2e627f2fb7927936bc2ab81f4dfdf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19259,
"upload_time": "2025-08-21T13:15:04",
"upload_time_iso_8601": "2025-08-21T13:15:04.838101Z",
"url": "https://files.pythonhosted.org/packages/0c/0c/865e6a159234089f5b3a775beae8823cf216647615ba0ec97ed7e39dc649/dixa_api_client-2.4.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-21 13:15:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ChemicalLuck",
"github_project": "dixa-api",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dixa-api-client"
}