Skip to main content

Tools for converting Evernote content to SQLite

Project description

evernote-to-sqlite

PyPI Changelog Tests License

Tools for converting Evernote content to SQLite. See Building an Evernote to SQLite exporter for background on this project.

Installation

Install this tool using pip:

$ pip install evernote-to-sqlite

Usage

Currently the only available command is evernote-to-sqlite enex, which converts Evernote's ENEX export files into a SQLite database.

You can create an ENEX export in the Evernote desktop application by selecting some notes (or all of your notes) and using the File -> Export Notes... menu option.

This used to be able to export everything in one go, but it looks like more recent Evernote versions only allow exporting up to fifty notes at a time, or let you export an entire notebook by right-clicking on the notebook and selecting "Export notebook...".

You can convert that file to SQLite like so:

$ evernote-to-sqlite enex evernote.db MyNotes.enex

This will display a progress bar and create a SQLite database file called evernote.db.

Limitations

Unfortunately the ENEX export format does not include a unique identifier for each note. This means you cannot use this tool to re-import notes after they have been updated - you should consider this tool to be a one-time transformation of an ENEX file into an equivalent SQLite database.

ENEX exports also do not include details of which notebook a note belongs to.

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd evernote-to-sqlite
python -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and tests:

pip install -e '.[test]'

To run the tests:

pytest

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

evernote-to-sqlite-0.3.2.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

evernote_to_sqlite-0.3.2-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file evernote-to-sqlite-0.3.2.tar.gz.

File metadata

  • Download URL: evernote-to-sqlite-0.3.2.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for evernote-to-sqlite-0.3.2.tar.gz
Algorithm Hash digest
SHA256 6480bfe89fafcebddeee96597f8672958256b18a1ed24766ebcec7a9b783765a
MD5 62e61ae81124eb07fca57a7abc213d11
BLAKE2b-256 7d528c20054670d1d79ce7ff2ebfa4a1d7619ae82686b30a8903f2ed762ef618

See more details on using hashes here.

File details

Details for the file evernote_to_sqlite-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: evernote_to_sqlite-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for evernote_to_sqlite-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5de8f7ff660d31446f43ea1772e284fdf16dc414c6388875074fc939f0aad85d
MD5 7cee32d89daf50d5bbb48248b6f0f0ad
BLAKE2b-256 ad26903651a7589c1ddfbcc4cf0b299e4396cbbd99c021617a531a54729bc0ca

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