Metadata-Version: 2.1
Name: silkaj
Version: 0.7.2
Summary: Command line client for Duniter
Home-page: https://git.duniter.org/clients/python/silkaj
Author: Moul
Author-email: moul@moul.re
License: GNU AGPLv3
Description: # Silkaj
        [![Version](https://img.shields.io/pypi/v/silkaj.svg)](https://pypi.python.org/pypi/silkaj) [![License](https://img.shields.io/pypi/l/silkaj.svg)](https://pypi.python.org/pypi/silkaj) [![Python versions](https://img.shields.io/pypi/pyversions/silkaj.svg)](https://pypi.python.org/pypi/silkaj)
        
        - CLI Duniter client written with Python 3.
        - [Website](https://silkaj.duniter.org)
        
        ## Install
        ```bash
        pip3 install silkaj --user
        ```
        
        - [Install with Pip](doc/install_pip.md)
        - [Install with pipenv](doc/install_pipenv.md)
        - [Install with the build](doc/install_build.md)
        - [Install with docker](doc/install_docker.md)
        - [Build an executable with Pyinstaller](doc/build_with_pyinstaller.md)
        
        ## Usage
        - Get help usage with `-h` or `--help` options, then run:
        ```bash
        silkaj <sub-command>
        ```
        
        - Will automatically request and post data on `duniter.org 443` main Ğ1 node.
        
        - Specify a custom node with `-p` option:
        ```bash
        silkaj -p <address>:<port> <sub-command>
        ```
        
        ## Features
        ### Currency information
        - Currency information
        - Display the current Proof of Work difficulty level to generate the next block
        - Check the current network
        - Explore the blockchain block by block
        
        ### Money management
        - Send transaction
        - Consult the wallet balance
        
        ### Money management
        - Check sent and received certifications and consult the membership status of any given identity in the Web of Trust
        - Check the present currency information stand
        - Send certification
        
        ### Authentication
        - Three authentication methods: Scrypt, file, and (E)WIF
        
        ## Wrappers
        - [Install as a drop-down for GNOME Shell with Argos](doc/argos.md)
        - [How-to: automate transactions and multi-output](doc/how-to_automate_transactions_and_multi-output.md)
        - [Transaction generator written in Shell](https://gitlab.com/jytou/tgen)
        - [Ğ1Cotis](https://git.duniter.org/matograine/g1-cotis)
        - [Ğ1SMS](https://git.duniter.org/clients/G1SMS/)
        - [Ğmixer](https://git.duniter.org/tuxmain/gmixer-py/)
        
        ### Dependencies
        Silkaj is based on Python dependencies:
        
        - [Click](https://click.palletsprojects.com/): Command Line Interface Creation Kit.
        - [DuniterPy](https://git.duniter.org/clients/python/duniterpy/): Python APIs library to implement duniter clients softwares.
        - [Tabulate](https://bitbucket.org/astanin/python-tabulate/overview): to display charts.
        - [PyNaCl](https://github.com/pyca/pynacl/): Cryptography (NaCl) library.
        
        ### Names
        I wanted to call that program:
        - bamiyan
        - margouillat
        - lsociety
        - cashmere
        
        I finally called it `Silkaj` as `Silk` in esperanto.
        
        ### Website
        - [Silkaj website sources](https://git.duniter.org/websites/silkaj_website/)
        
Keywords: g1 duniter cryptocurrency librecurrency RTM
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
