Metadata-Version: 2.1
Name: snowpy3
Version: 2022.8.10.2
Summary: Python 3 Library to interact with and manage a ServiceNow instance via JSONv2
Home-page: https://www.tangonine.com
Author: TANGONINE
Author-email: rcb@tangonine.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: redis (>=4.3,<5.0)
Requires-Dist: requests (>=2.20,<3.0)
Project-URL: Documentation, https://github.com/tango9/snowpy3/wiki
Project-URL: Repository, https://github.com/tango9/snowpy3
Description-Content-Type: text/markdown

```
███████╗███╗   ██╗ ██████╗ ██╗    ██╗██████╗ ██╗   ██╗██████╗ 
██╔════╝████╗  ██║██╔═══██╗██║    ██║██╔══██╗╚██╗ ██╔╝╚════██╗
███████╗██╔██╗ ██║██║   ██║██║ █╗ ██║██████╔╝ ╚████╔╝  █████╔╝
╚════██║██║╚██╗██║██║   ██║██║███╗██║██╔═══╝   ╚██╔╝   ╚═══██╗
███████║██║ ╚████║╚██████╔╝╚███╔███╔╝██║        ██║   ██████╔╝
╚══════╝╚═╝  ╚═══╝ ╚═════╝  ╚══╝╚══╝ ╚═╝        ╚═╝   ╚═════╝

      Python 3 Library for ServiceNow JSONv2 Rest API


*---------------------------------------------------------[ NOTE ]-*
* Based on servicenow 2.1.0 <https://pypi.org/project/servicenow/> *
* Wrttien by Francisco Freire <francisco.freire@locaweb.com.br>    *
*------------------------------------------------------------------*
```

## Installing

```
pip install snowpy3
```
Current version of SNOWPY3 works with NOW (New York version)

## Dependencies

- python-requests
- python-redis



## NOTES
   Works with the latest version of SNOW (Aug 5, 2022 checks)

