Metadata-Version: 2.1
Name: luckypost
Version: 0.9.2
Summary: Create and verify luckyposts
Home-page: https://github.com/mcilrain/luckypost
Author: Noah McIlraith
Author-email: noah.mcilraith@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mcilrain/luckypost/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Luckypost

A luckypost is a compact human-readable text-based data structure designed for
decentralized and trust-less authenticated public text-based discussion.

This is a Python library for creating, parsing and verifying luckyposts, it also
provides a basic command-line interface. 

This library is intended to be used by luckynet clients.


# Installation

You'll need a Python interpreter along with the pip package installer.

`python -m pip install luckypost`


# Usage

A command-line interface is provided to access the library's functionality, this
is intended for luckynet developers, not users (but users are welcome to use 
it if they want).

## Hello world
`python -m luckypost en.test authorname "<Hello world!"`

The user will then be prompted to enter their passphrase, alternatively it can
be specified on the command line with the `-p` argument.

