Skip to main content

Convert Evernote backup files (.enex) to plaintext.

Project description

enexlib

Test

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

Usage

pip install enexlib
import enexlib as nx

for title, note in nx.read_enex('<filename>.enex'):
	# do something

plain_text = nx.read_enex('<filename>.enex', text_only=True)
raw_content = nx.read_enex('<filename>.enex', raw_text=True)
all_combined = nx.read_enex('<filename>.enex', join_all=True)

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.3.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

enexlib-0.1.3-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file enexlib-0.1.3.tar.gz.

File metadata

  • Download URL: enexlib-0.1.3.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for enexlib-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7b9730fd7af486f0d8960d1b0538089d13572d02cfaff32840b6ccce097b644b
MD5 d6ea9b0ffa081b11562d45505ebf9ad9
BLAKE2b-256 33d80b6d93bfdeee2fd214c97e29967ff1137c99a8049295698d929f2351f0a8

See more details on using hashes here.

File details

Details for the file enexlib-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: enexlib-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for enexlib-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f341c68eeb24202fd42fcb43b86000d33f738818fd226180437a5f71ae86ab21
MD5 abbd852972407d8b9d2235368fc54d5c
BLAKE2b-256 7fe03d0e41a186bbc0cc6b182d6887deaabd0c1f888c2ae3b26ec6bf59563d45

See more details on using hashes here.

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