Metadata-Version: 2.4
Name: truthid-sdk
Version: 0.1.0
Summary: TruthID passwordless, decentralized authentication SDK for Python
Project-URL: Homepage, https://github.com/masterlxz/truthid/tree/main/sdk/python#readme
Project-URL: Repository, https://github.com/masterlxz/truthid
Project-URL: Issues, https://github.com/masterlxz/truthid/issues
Author: masterlxz
License-Expression: MIT
License-File: LICENSE
Keywords: auth,authentication,blockchain,decentralized,passwordless,web3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: web3>=6.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# truthid-sdk

TruthID passwordless, decentralized authentication SDK for Python.

Integrate passwordless, decentralized authentication into your app in minutes — no TruthID-operated server, no passwords, no third-party login.

```bash
pip install truthid-sdk
```

Full documentation, how it works, and usage examples: [github.com/masterlxz/truthid/tree/main/sdk](https://github.com/masterlxz/truthid/tree/main/sdk#readme)

## License

MIT — see [LICENSE](./LICENSE).
