Metadata-Version: 1.1
Name: gojot
Version: 3.0.3
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
Description: =====
        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
        
        *gojot* is a modern command-line journal that is distributed and encrypted by default.
        
        
        Ok. But, really, *gojot* is just a fancy wrapper for ``git`` and ``gpg` that allows
        you to make time-stamped entries to encrypted documents while keeping
        the entire document synchronized in it a ``git`` repository. 
        
        
        Here's what it looks like in action (`check if its encrypted`_):
        
        .. image:: /docs/_static/demo2.gif
             :alt: Updates
        
        Install
        -------
        
        Make sure you have ``gpg`` and ``git`` installed, and then:
        
        ::
        
            $ pip install gojot
        
        
        .. _check if its encrypted: https://github.com/schollz/demo
        
        
        
        
        
        
        
        =======
        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
        
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
