Metadata-Version: 2.1
Name: snow
Version: 0.1.0
Summary: Python library for ServiceNow
Home-page: https://github.com/rbw/snow
License: MIT
Author: Robert Wikman
Author-email: rbw@vault13.org
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: aiohttp (>=3.6.2,<4.0.0)
Requires-Dist: marshmallow (>=3.2.2,<4.0.0)
Requires-Dist: ujson (>=1.35,<2.0)
Description-Content-Type: text/markdown

Snow: Python library for ServiceNow
---

[![image](https://img.shields.io/github/license/rbw/snow?style=flat-square)](https://raw.githubusercontent.com/rbw/snow/master/LICENSE)
[![image](https://img.shields.io/pypi/v/snowstorm?style=flat-square)](https://pypi.org/project/snowstorm)
[![image](https://img.shields.io/travis/rbw/snow?style=flat-square)](https://travis-ci.org/rbw/snow)
[![image](https://img.shields.io/pypi/pyversions/snow?style=flat-square)](https://pypi.org/project/snowstorm)


Snow is a simple and lightweight yet powerful and extensible library for interacting with ServiceNow. It works
with modern versions of Python and utilizes [asyncio](https://docs.python.org/3/library/asyncio.html).

Documentation
---

The Snow API reference, examples and more is available in the [documentation](https://python-snow.readthedocs.io/en/latest).

Development status
---

Pre-alpha

Author
------

Robert Wikman \<rbw@vault13.org\>

