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)
Release files for enexlib 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| enexlib-0.1.3.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| enexlib-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / enexlib-0.1.3.tar.gz
| Download URL | enexlib-0.1.3.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7b9730fd7af486f0d8960d1b0538089d13572d02cfaff32840b6ccce097b644b
|
|
BLAKE2b-256 checksum How to use checksums |
33d80b6d93bfdeee2fd214c97e29967ff1137c99a8049295698d929f2351f0a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.12
|
Release files / enexlib-0.1.3-py3-none-any.whl
| Download URL | enexlib-0.1.3-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f341c68eeb24202fd42fcb43b86000d33f738818fd226180437a5f71ae86ab21
|
|
BLAKE2b-256 checksum How to use checksums |
7fe03d0e41a186bbc0cc6b182d6887deaabd0c1f888c2ae3b26ec6bf59563d45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.12
|