Metadata-Version: 2.1
Name: nylas
Version: 4.8.1
Summary: Python bindings for Nylas, the next-generation email platform.
Home-page: https://github.com/nylas/nylas-python
Author: Nylas Team
Author-email: support@nylas.com
License: MIT
Keywords: inbox app appserver email nylas contacts calendar
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests[security] (>=2.4.2)
Requires-Dist: six (>=1.4.1)
Requires-Dist: bumpversion (>=0.5.0)
Requires-Dist: urlobject
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: responses (==0.10.5) ; extra == 'test'
Requires-Dist: twine ; extra == 'test'

# Nylas REST API Python bindings
[![Build Status](https://travis-ci.org/nylas/nylas-python.svg?branch=master)](https://travis-ci.org/nylas/nylas-python)
[![Code Coverage](https://codecov.io/gh/nylas/nylas-python/branch/master/graph/badge.svg)](https://codecov.io/gh/nylas/nylas-python)

Python bindings for the Nylas REST API. https://www.nylas.com/docs

The Nylas APIs power applications with email, calendar, and contacts CRUD and bi-directional sync from any inbox in the world.

Nylas is compatible with 100% of email service providers, so you only have to integrate once.
No more headaches building unique integrations against archaic and outdated IMAP and SMTP protocols.

