qanty


Nameqanty JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://www.qanty.com
SummaryQanty API Client
upload_time2024-09-01 02:29:52
maintainerNone
docs_urlNone
authorJuan F. Duque
requires_python>=3.10.0
licenseMIT
keywords qanty
VCS
bugtrack_url
requirements httpx pydantic python-dateutil
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Release](https://github.com/grupodyd/python-qanty/actions/workflows/python-publish.yml/badge.svg)](https://github.com/grupodyd/python-qanty/actions/workflows/python-publish.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![pypi](https://badge.fury.io/py/qanty.svg)](https://pypi.org/project/qanty/)
[![PyPI](https://img.shields.io/pypi/pyversions/qanty.svg)](https://pypi.python.org/pypi/qanty)
# qanty
Python package for integration of Qanty in other applications

### Supported Python Versions

This library supports the following Python implementations:

- Python 3.10
- Python 3.11
- Python 3.12

## Installation

Install from PyPi using [pip](https://pip.pypa.io/en/latest/), a
package manager for Python.

```shell
pip3 install qanty
```

### Test your installation

Try listing your company branches. Save the following code sample to your computer with a text editor. Be sure to update the `auth_token`, and `company_id` variables.

```python
import qanty

# Your Auth Token
client = qanty.Client(auth_token="your_auth_token", company_id="your_company_id")

branches = client.get_branches()
for branch in branches:
    print(f"Branch ID: '{branch.id}', name: '{branch.name}'")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.qanty.com",
    "name": "qanty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": "qanty",
    "author": "Juan F. Duque",
    "author_email": "jfelipe@grupodyd.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/cf/ae11366feec0a45ab988273e61135dbc60781e147d4be17316944b664700/qanty-0.1.2.tar.gz",
    "platform": null,
    "description": "[![Release](https://github.com/grupodyd/python-qanty/actions/workflows/python-publish.yml/badge.svg)](https://github.com/grupodyd/python-qanty/actions/workflows/python-publish.yml)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n[![pypi](https://badge.fury.io/py/qanty.svg)](https://pypi.org/project/qanty/)\n[![PyPI](https://img.shields.io/pypi/pyversions/qanty.svg)](https://pypi.python.org/pypi/qanty)\n# qanty\nPython package for integration of Qanty in other applications\n\n### Supported Python Versions\n\nThis library supports the following Python implementations:\n\n- Python 3.10\n- Python 3.11\n- Python 3.12\n\n## Installation\n\nInstall from PyPi using [pip](https://pip.pypa.io/en/latest/), a\npackage manager for Python.\n\n```shell\npip3 install qanty\n```\n\n### Test your installation\n\nTry listing your company branches. Save the following code sample to your computer with a text editor. Be sure to update the `auth_token`, and `company_id` variables.\n\n```python\nimport qanty\n\n# Your Auth Token\nclient = qanty.Client(auth_token=\"your_auth_token\", company_id=\"your_company_id\")\n\nbranches = client.get_branches()\nfor branch in branches:\n    print(f\"Branch ID: '{branch.id}', name: '{branch.name}'\")\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Qanty API Client",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://www.qanty.com",
        "Source": "https://github.com/grupodyd/python-qanty",
        "Tracker": "https://github.com/grupodyd/python-qanty/issues"
    },
    "split_keywords": [
        "qanty"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "744b446bb750de26549af25bd7d1fcd7d774c276bccf2a6d87bf89d83bab4360",
                "md5": "ac3b4cc0eeb276d408513fac105b6cfc",
                "sha256": "616369cedc18ccab1db708dc48aa8a37b42262fec34e40f623aee2cd49bb3af0"
            },
            "downloads": -1,
            "filename": "qanty-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ac3b4cc0eeb276d408513fac105b6cfc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 7718,
            "upload_time": "2024-09-01T02:29:50",
            "upload_time_iso_8601": "2024-09-01T02:29:50.701497Z",
            "url": "https://files.pythonhosted.org/packages/74/4b/446bb750de26549af25bd7d1fcd7d774c276bccf2a6d87bf89d83bab4360/qanty-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1cfae11366feec0a45ab988273e61135dbc60781e147d4be17316944b664700",
                "md5": "4431b1e124c771f0986545a8081f92ce",
                "sha256": "c80338baafbe95abcb73f2d8d8d6c63f98bdd94da77cd23510c26fe1981f3b65"
            },
            "downloads": -1,
            "filename": "qanty-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4431b1e124c771f0986545a8081f92ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 9530,
            "upload_time": "2024-09-01T02:29:52",
            "upload_time_iso_8601": "2024-09-01T02:29:52.118083Z",
            "url": "https://files.pythonhosted.org/packages/e1/cf/ae11366feec0a45ab988273e61135dbc60781e147d4be17316944b664700/qanty-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-01 02:29:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grupodyd",
    "github_project": "python-qanty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "httpx",
            "specs": [
                [
                    ">=",
                    "0.26.0"
                ],
                [
                    "<",
                    "1"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ],
                [
                    "<",
                    "3"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    ">=",
                    "2.8.2"
                ]
            ]
        }
    ],
    "lcname": "qanty"
}
        
Elapsed time: 0.78960s