{ "info": { "author": "Gabriel Smadi", "author_email": "gabriel@labs.smadi.ci", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "# pylnd\n\n[![Build Status](https://travis-ci.org/smadici-labs/pylnd.svg?branch=master)](https://travis-ci.org/smadici-labs/pylnd)\n[![Documentation Status](https://readthedocs.org/projects/pylnd/badge/?version=latest)](https://pylnd.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/gh/smadici-labs/pylnd/branch/master/graph/badge.svg)](https://codecov.io/gh/smadici-labs/pylnd)\n\n\nPython client for Lightning Network Deamon [(LND)](https://github.com/lightningnetwork/lnd) with batteries included.\n\nPlanned support for both REST and gRPC.\n\nOnly supporting Python 3 since we should not be using Python 2.x anymore.\n\n## Getting started\n\n### Development\n\nMake a virtual environment,\n\n```bash\npython3 -m virtualenv -p python3 .venv\nsource .venv/bin/activate\n```\n\nThen install,\n\n`python setup.py develop`\n\nTo run tests execute,\n\n`pytest`\n\nwith code coverage,\n\n`pytest --cov=pylnd`\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smadici-labs/pylnd", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pylnd", "package_url": "https://pypi.org/project/pylnd/", "platform": "", "project_url": "https://pypi.org/project/pylnd/", "project_urls": { "Homepage": "https://github.com/smadici-labs/pylnd" }, "release_url": "https://pypi.org/project/pylnd/0.2.3/", "requires_dist": null, "requires_python": "", "summary": "Python client for Lightning Network Deamon", "version": "0.2.3" }, "last_serial": 5649729, "releases": { "0.2.3": [ { "comment_text": "", "digests": { "md5": "73e1fbb3681f3e22af9821ef2d75eca4", "sha256": "d164f060eae0a7244d5b7735aa32573824339e2924b6decb7e53bdf303ad40e4" }, "downloads": -1, "filename": "pylnd-0.2.3.tar.gz", "has_sig": false, "md5_digest": "73e1fbb3681f3e22af9821ef2d75eca4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3276, "upload_time": "2019-08-08T12:01:51", "url": "https://files.pythonhosted.org/packages/62/85/3081996286493ed2576ec763c8f8a8bbf6dc0d14e1e4c89c8ba6782e62e2/pylnd-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73e1fbb3681f3e22af9821ef2d75eca4", "sha256": "d164f060eae0a7244d5b7735aa32573824339e2924b6decb7e53bdf303ad40e4" }, "downloads": -1, "filename": "pylnd-0.2.3.tar.gz", "has_sig": false, "md5_digest": "73e1fbb3681f3e22af9821ef2d75eca4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3276, "upload_time": "2019-08-08T12:01:51", "url": "https://files.pythonhosted.org/packages/62/85/3081996286493ed2576ec763c8f8a8bbf6dc0d14e1e4c89c8ba6782e62e2/pylnd-0.2.3.tar.gz" } ] }