Metadata-Version: 2.1
Name: solo-python
Version: 0.1.1
Summary: Dummy package pulling in solo1.
Home-page: https://github.com/solokeys/solo1-cli
Author: SoloKeys
Author-email: hello@solokeys.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: solo1

Project renamed to `solo1-cli`.

- repository: <https://github.com/solokeys/solo1-cli>
- install: `pip install --upgrade solo1`
- CLI use: `solo1 <commands>`
- libray use: no change, use `import solo.client; solo.client.find_all()` etc.


