qanty


Nameqanty JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://www.qanty.com
SummaryQanty API Client
upload_time2023-12-30 20:58:15
maintainer
docs_urlNone
authorJuan F. Duque
requires_python>=3.8.0
licenseMIT
keywords qanty
VCS
bugtrack_url
requirements No requirements were recorded.
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.8
- Python 3.9
- Python 3.10
- Python 3.11

## 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
from qanty import Qanty

# Your Auth Token
client = Qanty(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": "",
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": "",
    "keywords": "qanty",
    "author": "Juan F. Duque",
    "author_email": "jfelipe@grupodyd.com",
    "download_url": "https://files.pythonhosted.org/packages/81/24/c5fcb828e2c784709a6aea5fc34dcbe1fa6e5697695a6ca434b598e91157/qanty-0.0.8.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.8\n- Python 3.9\n- Python 3.10\n- Python 3.11\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\nfrom qanty import Qanty\n\n# Your Auth Token\nclient = Qanty(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.0.8",
    "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": "efff1c0335e389e1b0ed572bd62a250d387932c646248c4b482baf24f1548878",
                "md5": "39e3f52baa4b9a066b9a4efb356e6abc",
                "sha256": "4a4c4a3950838e13b544d827b930c155a3c63d8f74fb496d21064e60c944d1e8"
            },
            "downloads": -1,
            "filename": "qanty-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "39e3f52baa4b9a066b9a4efb356e6abc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 7199,
            "upload_time": "2023-12-30T20:58:14",
            "upload_time_iso_8601": "2023-12-30T20:58:14.292377Z",
            "url": "https://files.pythonhosted.org/packages/ef/ff/1c0335e389e1b0ed572bd62a250d387932c646248c4b482baf24f1548878/qanty-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8124c5fcb828e2c784709a6aea5fc34dcbe1fa6e5697695a6ca434b598e91157",
                "md5": "3ddbe9e2a899f52344c212579f113ce0",
                "sha256": "48c73ec249e82bd0eb1b5b6cf8452babacdf5b21c868b3ee9b3883c4ee7137ba"
            },
            "downloads": -1,
            "filename": "qanty-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "3ddbe9e2a899f52344c212579f113ce0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 9003,
            "upload_time": "2023-12-30T20:58:15",
            "upload_time_iso_8601": "2023-12-30T20:58:15.245117Z",
            "url": "https://files.pythonhosted.org/packages/81/24/c5fcb828e2c784709a6aea5fc34dcbe1fa6e5697695a6ca434b598e91157/qanty-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-30 20:58:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grupodyd",
    "github_project": "python-qanty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "qanty"
}
        
Elapsed time: 0.35094s