Metadata-Version: 2.1
Name: fluxwallet
Version: 0.1.7
Summary: A Wallet implementation for Flux
License: bsd 3-clause
Author: David White
Author-email: dr.white.nz@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: SQLAlchemy (>=2.0.19,<3.0.0)
Requires-Dist: aiosqlite (>=0.19.0,<0.20.0)
Requires-Dist: ecdsa (>=0.17,<0.18) ; sys_platform == "win32"
Requires-Dist: fastecdsa (>=2.2.1,<3.0.0) ; sys_platform != "win32"
Requires-Dist: httpx (>=0.24.1,<0.25.0)
Requires-Dist: numpy (>=1.21.0,<2.0.0)
Requires-Dist: pycryptodome (>=3.14.1,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Fluxwallet

A heavily modified bitcoinlib fork for use with Flux

https://github.com/1200wd/bitcoinlib

See companion project [lucidwallet](https://github.com/MorningLightMountain713/lucidwallet) for details on how to use

## UNDER DEVELOPMENT

## Features

* Full async support including db (via threads with aiosqlite)
* More transaction types
* Uses new SQLAlchemy 2.0
* Many speed optomisations

