Skip to main content

Extract Evernote backup files (.enex) to plain text.

Project description

enexlib

A python3 module for converting Evernote backup files (.enex) to plaintext.

Usage

pip install enexlib
from enexlib import read_enex

read_enex('<filename>.enex') # returns (<note title>, <note content>)

read_enex has 3 optional flags (all false by default) that modify its behavior:

  • text_only — Attempts to remove all special characters.

  • raw_text — Returns the raw content of the .enex file instead of parsing it. Overrides text_only.

  • join_all — Combines all content into a single large note.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enexlib-0.1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

enexlib-0.1.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page