zvolvAuthAPI


NamezvolvAuthAPI JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryOfficial Zvolv Arithmetic Python SDK
upload_time2023-12-13 12:42:11
maintainer
docs_urlNone
authorYogesh Jadhav
requires_python>=3.0.1
licenseMIT
keywords zvolv zvolv-api web-api sdk rest-api-client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- <p align="center">
  <img src="https://github.com/box/sdks/blob/master/images/box-dev-logo.png" alt= “box-dev-logo” width="30%" height="50%">
</p> -->

# zvolv Python SDK

[![image](http://opensource.box.com/badges/active.svg)]
[![image](https://img.shields.io/pypi/v/boxsdk.svg)]
[![image](https://img.shields.io/pypi/dm/boxsdk.svg)]
[![image](https://coveralls.io/repos/github/box/box-python-sdk/badge.svg?branch=main)]


<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Installing](#installing)
- [Getting Started](#getting-started)
- [Versions](#versions)
  - [Supported Version](#supported-version)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Installing

``` console
pip install ZvolvArithmetic 
```

The current version of the SDK is 0.1.0. --- With this release support for
Python 3.8 and earlier (including 2.x). if you're
looking for the code or documentation for v0.1.0

# Getting Started

To get started with the SDK, get a Developer Token from the
Configuration page of your app.

The SDK provides an interactive `arithmetic   ` that makes it easy
to test out the SDK in a REPL. This client will automatically prompt for
a new Developer.

``` pycon
>>> from ZvolvArithmetic import arithmetic_opertion
>>> result = arithmetic_opertion.add_numbers(10,20)
>>> print(result)
>>> 20
>>> result = arithmetic_opertion.sub_numbers(10,20)
>>> print(result)
>>> -10

```
# Versions
We use a modified version of Semantic Versioning for all changes. See version strategy for details which is effective from 2 Nov 2023. 

## Project Statistics and Contributions
[![GitHub stars](https://img.shields.io/github/stars/username/repo.svg?style=social&label=Stars)](https://github.com/username/repo)

You can view statistics for this project on [Libraries.io](https://libraries.io/) or check out our [GitHub repository](https://github.com/your-username/your-repository) for more detailed insights. We welcome contributions, bug reports, and feature requests. Feel free to open issues or submit pull requests on GitHub!


## Supported Version

Only the current MAJOR version of SDK is supported. New features, functionality, bug fixes, and security updates will only be added to the current MAJOR version.

A current release is on the leading edge of our SDK development, and is intended for customers who are in active development and want the latest and greatest features.  Instead of stating a release date for a new feature, we set a fixed minor or patch release cadence of maximum 2-3 months (while we may release more often). At the same time, there is no schedule for major or breaking release. Instead, we will communicate one quarter in advance the upcoming breaking change to allow customers to plan for the upgrade. We always recommend that all users run the latest available minor release for whatever major version is in use. We highly recommend upgrading to the latest SDK major release at the earliest convenient time and before the EOL date.


# Copyright and License

    Copyright (c) 2018 The Python Packaging Authority

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "zvolvAuthAPI",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0.1",
    "maintainer_email": "",
    "keywords": "zvolv,zvolv-api,web-api,sdk,rest-api-client",
    "author": "Yogesh Jadhav",
    "author_email": "support@zvolv.com",
    "download_url": "https://files.pythonhosted.org/packages/2c/e2/5cbfd1cb751c26008ac688f6e77c277cec5f8942bcea57aa75c395802b63/zvolvAuthAPI-0.0.2.tar.gz",
    "platform": null,
    "description": "<!-- <p align=\"center\">\n  <img src=\"https://github.com/box/sdks/blob/master/images/box-dev-logo.png\" alt= \u201cbox-dev-logo\u201d width=\"30%\" height=\"50%\">\n</p> -->\n\n# zvolv Python SDK\n\n[![image](http://opensource.box.com/badges/active.svg)]\n[![image](https://img.shields.io/pypi/v/boxsdk.svg)]\n[![image](https://img.shields.io/pypi/dm/boxsdk.svg)]\n[![image](https://coveralls.io/repos/github/box/box-python-sdk/badge.svg?branch=main)]\n\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n\n- [Installing](#installing)\n- [Getting Started](#getting-started)\n- [Versions](#versions)\n  - [Supported Version](#supported-version)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n# Installing\n\n``` console\npip install ZvolvArithmetic \n```\n\nThe current version of the SDK is 0.1.0. --- With this release support for\nPython 3.8 and earlier (including 2.x). if you're\nlooking for the code or documentation for v0.1.0\n\n# Getting Started\n\nTo get started with the SDK, get a Developer Token from the\nConfiguration page of your app.\n\nThe SDK provides an interactive `arithmetic   ` that makes it easy\nto test out the SDK in a REPL. This client will automatically prompt for\na new Developer.\n\n``` pycon\n>>> from ZvolvArithmetic import arithmetic_opertion\n>>> result = arithmetic_opertion.add_numbers(10,20)\n>>> print(result)\n>>> 20\n>>> result = arithmetic_opertion.sub_numbers(10,20)\n>>> print(result)\n>>> -10\n\n```\n# Versions\nWe use a modified version of Semantic Versioning for all changes. See version strategy for details which is effective from 2 Nov 2023. \n\n## Project Statistics and Contributions\n[![GitHub stars](https://img.shields.io/github/stars/username/repo.svg?style=social&label=Stars)](https://github.com/username/repo)\n\nYou can view statistics for this project on [Libraries.io](https://libraries.io/) or check out our [GitHub repository](https://github.com/your-username/your-repository) for more detailed insights. We welcome contributions, bug reports, and feature requests. Feel free to open issues or submit pull requests on GitHub!\n\n\n## Supported Version\n\nOnly the current MAJOR version of SDK is supported. New features, functionality, bug fixes, and security updates will only be added to the current MAJOR version.\n\nA current release is on the leading edge of our SDK development, and is intended for customers who are in active development and want the latest and greatest features.  Instead of stating a release date for a new feature, we set a fixed minor or patch release cadence of maximum 2-3 months (while we may release more often). At the same time, there is no schedule for major or breaking release. Instead, we will communicate one quarter in advance the upcoming breaking change to allow customers to plan for the upgrade. We always recommend that all users run the latest available minor release for whatever major version is in use. We highly recommend upgrading to the latest SDK major release at the earliest convenient time and before the EOL date.\n\n\n# Copyright and License\n\n    Copyright (c) 2018 The Python Packaging Authority\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Official Zvolv Arithmetic Python SDK",
    "version": "0.0.2",
    "project_urls": {
        "Source": "https://github.com/yogeshjadhav22/python-sdk0.0.1"
    },
    "split_keywords": [
        "zvolv",
        "zvolv-api",
        "web-api",
        "sdk",
        "rest-api-client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "387d39dea654550ca1a3f962b1a5a6f960a46e07456882e247efb9feadee390a",
                "md5": "a1382e2d481f91f84cf02a32fafe13cd",
                "sha256": "b57d9dd886831f025f0fbd997bd86416048f1d26f97f5eac31d7c3d58621e496"
            },
            "downloads": -1,
            "filename": "zvolvAuthAPI-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a1382e2d481f91f84cf02a32fafe13cd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0.1",
            "size": 9752,
            "upload_time": "2023-12-13T12:42:08",
            "upload_time_iso_8601": "2023-12-13T12:42:08.984999Z",
            "url": "https://files.pythonhosted.org/packages/38/7d/39dea654550ca1a3f962b1a5a6f960a46e07456882e247efb9feadee390a/zvolvAuthAPI-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ce25cbfd1cb751c26008ac688f6e77c277cec5f8942bcea57aa75c395802b63",
                "md5": "ecc3028177307dc50a999d5973ad96ca",
                "sha256": "992a18096c7c8b92fb8f859fb660c66dacaa8f7f9e93c016772a7ebb46923874"
            },
            "downloads": -1,
            "filename": "zvolvAuthAPI-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ecc3028177307dc50a999d5973ad96ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0.1",
            "size": 8006,
            "upload_time": "2023-12-13T12:42:11",
            "upload_time_iso_8601": "2023-12-13T12:42:11.112977Z",
            "url": "https://files.pythonhosted.org/packages/2c/e2/5cbfd1cb751c26008ac688f6e77c277cec5f8942bcea57aa75c395802b63/zvolvAuthAPI-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 12:42:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yogeshjadhav22",
    "github_project": "python-sdk0.0.1",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "zvolvauthapi"
}
        
Elapsed time: 0.16279s