ZvArithmetic5


NameZvArithmetic5 JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/zvolvapi/python-zvolv-sdk
SummaryOfficial Zv Arithmetic Python SDK
upload_time2023-11-08 06:59:21
maintainer
docs_urlNone
authorYogesh Jadhav
requires_python>=3.0.1
licenseMIT
keywords zv zv-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> -->

# Zv 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 opertion` 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 2023 , Inc. All rights reserved.

    Licensed under the Apache License, Version 0.1.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at ---

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zvolvapi/python-zvolv-sdk",
    "name": "ZvArithmetic5",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0.1",
    "maintainer_email": "",
    "keywords": "zv,zv-api,web-api,sdk,rest-api-client",
    "author": "Yogesh Jadhav",
    "author_email": "support@zv.com",
    "download_url": "https://files.pythonhosted.org/packages/05/4b/0ac0e72efc44693f256e12c88aa7973f1cb2136d7a275ea6ef2ad522eae5/ZvArithmetic5-0.1.0.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# Zv 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 opertion` 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 2023 , Inc. All rights reserved.\n\n    Licensed under the Apache License, Version 0.1.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at ---\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Official Zv Arithmetic Python SDK",
    "version": "0.1.0",
    "project_urls": {
        "Download": "https://github.com/zvapi/python-zv-sdk/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/zvolvapi/python-zvolv-sdk",
        "Source": "https://github.com/zvolv/python-zvolv-sdk"
    },
    "split_keywords": [
        "zv",
        "zv-api",
        "web-api",
        "sdk",
        "rest-api-client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bec983473bf19dd57a313089eec89b77e5d46355cc2ce7dee538fd239b01830",
                "md5": "06659d6679b752d0e9cc0816966a95ea",
                "sha256": "17009fb6ec563d0449a1175d4f07f00fe03d04f001cc151342dbc804ce57985b"
            },
            "downloads": -1,
            "filename": "ZvArithmetic5-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06659d6679b752d0e9cc0816966a95ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0.1",
            "size": 4217,
            "upload_time": "2023-11-08T06:59:19",
            "upload_time_iso_8601": "2023-11-08T06:59:19.738271Z",
            "url": "https://files.pythonhosted.org/packages/8b/ec/983473bf19dd57a313089eec89b77e5d46355cc2ce7dee538fd239b01830/ZvArithmetic5-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "054b0ac0e72efc44693f256e12c88aa7973f1cb2136d7a275ea6ef2ad522eae5",
                "md5": "a24f98734309f1ce2ae787a79acc378e",
                "sha256": "7500a1eacd2901bfa4a2f7bfe78f6686be4eb137d5d41948141de64807198d7b"
            },
            "downloads": -1,
            "filename": "ZvArithmetic5-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a24f98734309f1ce2ae787a79acc378e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0.1",
            "size": 3719,
            "upload_time": "2023-11-08T06:59:21",
            "upload_time_iso_8601": "2023-11-08T06:59:21.895448Z",
            "url": "https://files.pythonhosted.org/packages/05/4b/0ac0e72efc44693f256e12c88aa7973f1cb2136d7a275ea6ef2ad522eae5/ZvArithmetic5-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 06:59:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zvolvapi",
    "github_project": "python-zvolv-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "zvarithmetic5"
}
        
Elapsed time: 0.13312s