Metadata-Version: 2.2
Name: hyper_sdk
Version: 0.7.0
Summary: Hyper Solutions Python SDK
Project-URL: homepage, https://github.com/Hyper-Solutions/hyper-sdk-py
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi>=2024.2.2
Requires-Dist: charset-normalizer>=3.3.2
Requires-Dist: idna>=3.6
Requires-Dist: jsonpickle>=3.0.3
Requires-Dist: PyJWT>=2.8.0
Requires-Dist: requests>=2.31.0
Requires-Dist: urllib3>=2.2.1

# Hyper Solutions SDK for Python

## Installation

To use the Hyper Solutions SDK in your Python project, you need to install it using the following command:

```
pip install hyper-sdk
```

## Documentation

For detailed documentation on how to use the SDK, including examples and API reference, please visit our documentation website:

[https://docs.justhyped.dev/](https://docs.justhyped.dev/)

## Contributing

If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

## License

This SDK is licensed under the [MIT License](LICENSE).
