Convert Evernote backup files (.enex) to plaintext.
Project description
enexlib
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b9730fd7af486f0d8960d1b0538089d13572d02cfaff32840b6ccce097b644b |
|
MD5 | d6ea9b0ffa081b11562d45505ebf9ad9 |
|
BLAKE2b-256 | 33d80b6d93bfdeee2fd214c97e29967ff1137c99a8049295698d929f2351f0a8 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f341c68eeb24202fd42fcb43b86000d33f738818fd226180437a5f71ae86ab21 |
|
MD5 | abbd852972407d8b9d2235368fc54d5c |
|
BLAKE2b-256 | 7fe03d0e41a186bbc0cc6b182d6887deaabd0c1f888c2ae3b26ec6bf59563d45 |