Metadata-Version: 2.1
Name: hyperdiary
Version: 0.3.1
Summary: A command line tool for my image processing needs.
Home-page: https://github.com/luphord/hyperdiary
Author: luphord
Author-email: luphord@protonmail.com
License: MIT license
Keywords: hyperdiary
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: PyYAML (>=5.1)
Requires-Dist: colorama (>=0.4.1)

============
hyperdiary
============

.. image:: https://img.shields.io/pypi/v/hyperdiary.svg
        :target: https://pypi.python.org/pypi/hyperdiary

.. image:: https://img.shields.io/travis/luphord/hyperdiary.svg
        :target: https://travis-ci.org/luphord/hyperdiary

A command line tool for writing diaries with hyperlinks.



=======
History
=======

0.3.1 (2019-07-03)
------------------

* open date ranges iterate until yesterday, not today
* fix loading hyperdiary.json without expected field

0.3.0 (2019-06-19)
------------------

* Expected date ranges for check subcommand can be specified
* subcommand for export to tiddlywiki
* Tests for various output formats

0.2.0 (2019-06-12)
------------------

* stats subcommand can be invoked for all entries
* Rename `tiddlywiki` subcommand to `tiddlers` for different future usage
* Integrate Travis CI for automated testing
* Add basic tests
* Refactor diary/entry passing to subcommands

0.1.2 (2019-06-11)
------------------

* Fix htmlfolder subcommand by packaging picnic.min.css
* Fix view subcommand by using correct relative import
* Avoid deprecation warning in stats subcommand by using yaml.SafeLoader

0.1.1 (2019-04-29)
------------------

* Fix setup

0.1.0 (2019-04-28)
------------------

* First release on PyPI
* Import from fossil


