Metadata-Version: 2.0
Name: dayone-export
Version: 0.8.0
Summary: Export Day One journal using Jinja2 templates
Home-page: https://github.com/nathangrigg/dayone_export/
Author: Nathan Grigg
Author-email: nathan@nathangrigg.net
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Office/Business :: News/Diary
Classifier: Topic :: Sociology :: History
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing :: General
Requires-Dist: Jinja2 (>=2.6)
Requires-Dist: pytz
Requires-Dist: python-dateutil (>=2.1)
Requires-Dist: Markdown (>=2.2.0)


Command line script to transform your journal to html or some other format.

Basic usage::

    dayone_export [--output FILE] [opts] JOURNAL

For more information::

    dayone_export --help

Full documentation is available at http://day-one-export.readthedocs.org.


