Metadata-Version: 1.2
Name: snow
Version: 0.1.0
Summary: Python library for ServiceNow
Home-page: https://github.com/rbw/snow
Author: Robert Wikman
Author-email: rbw@vault13.org
License: UNKNOWN
Description: 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\>
        
Platform: UNKNOWN
Requires-Python: >=3.7,<4.0
