Skip to content

Commit

Permalink
Doc updates and version bump to 0.0.2 - ptcat, Vim support added
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Feb 12, 2023
1 parent a46d14c commit 52c8929
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -13,7 +13,7 @@ https://github.com/clach04/puren_tonbo/

## Background

Tombo alternative, Work-In-Progress (WIP)!
Plain text notes Tombo (chi) alternative, also supports AES-256 ZIP AE-1/AE-2 and VimCrypt encrypted files. Work-In-Progress (WIP)!

プレーン トンボ
Purēntonbo
Expand All @@ -30,14 +30,14 @@ Purēntonbo

None right now!

* Currently limited to local file system and stdin/out for files.
* Plain text files notes (potentially with no formatting or in Markdown, reStructuredText, etc.)
* Nested directories of notes
* Supports reading and writing from/to encrypted chi files that are compatible with:
* Tombo Blowfish `*.chi` (note not recommended for new storage)
* VimCrypt (1-3)
* AE-1/AE-2 AES-256 encrypted zip files created with WinZIP and WinRAR (does NOT support encrypted 7z files)
* under Python 3 can also read (but not write) the original ZipCrypto zip format
* Plain text files notes (potentially with no formatting or in Markdown, reStructuredText, etc.)
* Nested directories of notes
* Currently limited to local file system and stdin/out for files.


## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -28,7 +28,7 @@
long_description = None

#exec(open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'puren_tonbo', '_version.py')).read())
__version__ = '0.0.1'
__version__ = '0.0.2' # TODO embed in library


# TODO/FIXME dupe of requirements.txt - also chi_io missing here (as not on pypi)
Expand All @@ -41,7 +41,7 @@
version=__version__,
author='clach04',
url='https://github.com/clach04/puren_tonbo',
description='Tombo alternative, also supports AES-256 ZIP files. Work-In-Progress (WIP)!', # FIXME
description='Plain text notes Tombo (chi) alternative, also supports AES-256 ZIP AE-1/AE-2 and VimCrypt encrypted files. Work-In-Progress (WIP)!', # FIXME
long_description=long_description,
packages=['puren_tonbo'],
#scripts=['ptcipher.py'],
Expand Down

0 comments on commit 52c8929

Please sign in to comment.