{ "info": { "author": "Janne Pulkkinen", "author_email": "jannepulk@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Office/Business :: Financial" ], "description": "Siliqua\n=======\n\n[![image](https://img.shields.io/pypi/v/siliqua.svg)](https://pypi.org/project/siliqua/)\n[![Coverage Status](https://coveralls.io/repos/github/Matoking/siliqua/badge.svg?branch=master)](https://coveralls.io/github/Matoking/siliqua?branch=master)\n[![Build Status](https://travis-ci.com/Matoking/siliqua.png?branch=master)](https://travis-ci.com/Matoking/siliqua)\n[![image](https://readthedocs.org/projects/siliqua/badge/?version=latest)](https://siliqua.readthedocs.io/en/latest/?badge=latest)\n\nModular light wallet for the NANO cryptocurrency with a command-line interface.\n\n**This application is under early development and any features are subject to change at the moment. Use at your own risk.**\n\nFeatures\n========\n* Optional two-level encryption\n * Wallet secrets (private keys and seed) and the wallet itself can be encrypted separately\n* Watching-only accounts\n* Supports NANO seeds\n* Transaction timestamps and descriptions\n* Portable wallet files for easy backups with timestamps and details intact\n* NANO node and NanoVault server support\n* JSON output for easy integration with scripts\n\nInstallation\n============\n\nYou can install the reference command-line interface using pip:\n\n```\npip install siliqua\n```\n\nSiliqua requires a working build environment for the C extensions. For example, on Debian-based distros you can install the required Python header files and a C compiler using the following command:\n\n```\napt install build-essential python3-dev\n```\n\nvirtualenv is recommended instead of a system-wide installation. For example, to create a virtualenv and install Siliqua inside it:\n\n```\npython3 -mvenv venv\nsource venv/bin/activate\npip install siliqua\n```\n\nTo deactivate the virtualenv, run:\n\n```\ndeactivate\n```\n\nAfter installation, you can read the [Getting Started](https://siliqua.readthedocs.io/en/latest/user/getting_started.html) section of the documentation.\n\nDocumentation\n=============\n\nFor user and developer documentation, see online documentation at [Read the Docs](https://siliqua.readthedocs.io/en/latest/).\n\nYou can also build the documentation yourself by running `python setup.py build_sphinx`.\n\nDonations\n=========\n\n**xrb_35xiwe88pqxemiwffi5hrgwyujxg1su948zh8zhczdwwc75bqjb13fhddhke**", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Matoking/siliqua", "keywords": "", "license": "CC0", "maintainer": "", "maintainer_email": "", "name": "siliqua", "package_url": "https://pypi.org/project/siliqua/", "platform": "", "project_url": "https://pypi.org/project/siliqua/", "project_urls": { "Homepage": "https://github.com/Matoking/siliqua" }, "release_url": "https://pypi.org/project/siliqua/0.1/", "requires_dist": null, "requires_python": ">=3.6.0", "summary": "Modular light wallet for the NANO cryptocurrency", "version": "0.1", "yanked": false, "yanked_reason": null }, "last_serial": 6054445, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8a56cbbc56b73e4cf2d583428e757417", "sha256": "85c8719e6c2001e1d2f646101d2ff952f7eddb234e42cb0936e9ad2b36b4d836" }, "downloads": -1, "filename": "siliqua-0.1.tar.gz", "has_sig": false, "md5_digest": "8a56cbbc56b73e4cf2d583428e757417", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 82684, "upload_time": "2019-10-30T19:27:59", "upload_time_iso_8601": "2019-10-30T19:27:59.565899Z", "url": "https://files.pythonhosted.org/packages/7e/68/b981e6ad1b611f5307d570edfc24f6207e823450736b6d547e308b65dae3/siliqua-0.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a56cbbc56b73e4cf2d583428e757417", "sha256": "85c8719e6c2001e1d2f646101d2ff952f7eddb234e42cb0936e9ad2b36b4d836" }, "downloads": -1, "filename": "siliqua-0.1.tar.gz", "has_sig": false, "md5_digest": "8a56cbbc56b73e4cf2d583428e757417", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 82684, "upload_time": "2019-10-30T19:27:59", "upload_time_iso_8601": "2019-10-30T19:27:59.565899Z", "url": "https://files.pythonhosted.org/packages/7e/68/b981e6ad1b611f5307d570edfc24f6207e823450736b6d547e308b65dae3/siliqua-0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }