Metadata-Version: 2.1
Name: simplelogincmd
Version: 0.5.0
Summary: SimpleLogin command-line application
License: MIT
Author: truthless-dev
Author-email: truthless.deviant248@simplelogin.fr
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: jsonschema (>=4.22.0,<5.0.0)
Requires-Dist: requests (>=2.32.2,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.30,<3.0.0)
Requires-Dist: sqlalchemy-utils (>=0.41.2,<0.42.0)
Description-Content-Type: text/markdown

# SimpleLogin-CLI

A command-line tool for using [SimpleLogin][1]

## Documentation

Documentation of application usage as well as of the code is available
[here][2].

## Work in Progress

This is a work in progress. Not all SimpleLogin functionality is yet
available, but every effort is made to ensure at least that the main
branch is stable. Contributions in the form of [issues][3] and [PRs][4]
are both welcome! Contributing documentation coming soon.

[1]: https://simplelogin.io/
[2]: https://simplelogincmd.readthedocs.io/
[3]: https://github.com/truthless-dev/simplelogincmd/issues
[4]: https://github.com/truthless-dev/simplelogincmd/pulls

