Metadata-Version: 2.0
Name: gojot
Version: 3.0.2
Summary: A command-line journal that is distributed and encrypted, making it easy to jot notes.
Home-page: https://github.com/schollz/gojot
Author: Zack Scholl
Author-email: zack.scholl@gmail.com
License: MIT license
Keywords: gojot
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: hashids
Requires-Dist: humanize
Requires-Dist: pick
Requires-Dist: ruamel.yaml
Requires-Dist: termcolor
Requires-Dist: tqdm

=====
gojot
=====


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

.. image:: https://img.shields.io/travis/schollz/gojot.svg
        :target: https://travis-ci.org/schollz/gojot

.. image:: https://readthedocs.org/projects/gojot/badge/?version=latest
        :target: https://gojot.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/schollz/gojot/shield.svg
     :target: https://pyup.io/repos/github/schollz/gojot/
     :alt: Updates


A command-line journal that is distributed and encrypted, making it easy to jot notes.


* Free software: MIT license
* Documentation: https://gojot.readthedocs.io.

Install
-------

```
sudo apt-get install gpg git
echo 'no-tty' >> ~/.gnupg/gpg.conf
```

Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



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


2.1.0 (2016-10-16)
------------------

* Final git-based symmetric-key based gojot released


1.2.0 (2016-08-18)
------------------

* Final non-git-based symmetric-key based sdees released


0.1.0 (2017-05-30)
------------------

* Non-git based sdees released


