Metadata-Version: 2.4
Name: fluxwallet
Version: 1.0.0
Summary: A Wallet implementation for Flux
Author: David White
Author-email: David White <david@runonflux.io>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: httpx>=0.24.1
Requires-Dist: aiosqlite>=0.19.0
Requires-Dist: cryptography>=46.0.0
Requires-Dist: sqlalchemy>=2.0.19,<3
Requires-Dist: argon2-cffi>=25.1.0
Requires-Dist: coincurve>=21.0.0
Requires-Dist: python-socketio[asyncio-client]>=5.16.1
Requires-Dist: qrcode>=8.2
Requires-Dist: typer>=0.24.1
Requires-Python: >=3.13
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
