Introduction ============ 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 `_. Requirements ------------ - Python 3.7+ Installation ------------ The library is available on PyPI and can be installed using pip. .. code-block:: shell $ pip install snow Dependencies ------------ Snow depends on a small set of stable and permissively licensed libraries. - `aiohttp `_: Communication - `marshmallow `_: Schema system - `ultrajson `_: JSON encoder and decoder Table of Contents ----------------- .. toctree:: :maxdepth: 1 :hidden: self funding .. toctree:: :caption: Reference :maxdepth: 3 reference/application/index reference/resource/index reference/exceptions .. toctree:: :caption: Examples :maxdepth: 2 examples/full examples/app examples/actions/index