Metadata-Version: 2.1
Name: ZvArithmetic1
Version: 0.1.0
Summary: Official Zv Arithmetic Python SDK
Home-page: https://github.com/zv/python-zv-sdk
Download-URL: https://github.com/zvapi/python-zv-sdk/archive/refs/heads/main.zip
Author: Yogesh Jadhav
Author-email: support@zv.com
License: MIT
Keywords: zv,zv-api,web-api,sdk,rest-api-client
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.0.1
Description-Content-Type: text/markdown
License-File: LICENSE

<!-- <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 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. 

## 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.
