Metadata-Version: 2.4
Name: evernote-plus
Version: 1.28.1.dev2
Summary: Evernote SDK for Python
License: BSD
License-File: LICENSE
License-File: LICENSE-APACHE-2.0.txt
License-File: NOTICE
Author: Evernote Corporation
Author-email: api@evernote.com
Maintainer: vzhd1701
Maintainer-email: vzhd1701@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: thrift (>=0.21.0)
Project-URL: Homepage, http://dev.evernote.com
Project-URL: Repository, https://github.com/vzhd1701/evernote-plus
Description-Content-Type: text/markdown

# Evernote SDK for Python

[![PyPI version](https://img.shields.io/pypi/v/evernote-plus?label=version)](https://pypi.python.org/pypi/evernote-plus)
[![Python Version](https://img.shields.io/pypi/pyversions/evernote-plus.svg)](https://pypi.org/project/evernote-plus/)

Evernote API version 1.28

This SDK is intended for use with Python 3.X

This fork adds a few missing endpoints to the API and rebuilds it from the [updated thrift IDL files](https://github.com/vzhd1701/evernote-thrift) using latest version of thrift compiler.

