Metadata-Version: 2.1
Name: rs-result
Version: 0.0.1
Summary: A simple Python library that implements Rust-like `Result` and `Option` types.
Project-URL: Homepage, https://github.com/nic-obert/py-result
Project-URL: Bug Tracker, https://github.com/nic-obert/py-result/issues
Project-URL: Documentation, https://nic-obert.github.io/py-result/
Author-email: Nicholas Obert <nchlsuba@gmail.com>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# PyResult

A simple Python library that implements Rust-like `Result` and `Option` types.

## Installation

```bash
pip install rs-result
```

## Usage

## Documentation

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
