Metadata-Version: 2.1
Name: oz-defender
Version: 0.0.2
Summary: 
Home-page: https://github.com/franklin-systems/oz-defender
License: MIT
Keywords: openzeppelin,open zeppelin,oz,defender,ethereum,relayer,gasless,api
Author: Franklin
Author-email: contact@hellofranklin.co
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
Project-URL: Repository, https://github.com/franklin-systems/oz-defender
Description-Content-Type: text/markdown

# oz-defender
Package for interacting with Open Zeppelin's Defender API

## Installation
Using `pip`
```bash
pip install oz-defender
```

Using `poetry`
```bash
poetry add oz-defender
```

## Usage
blah blah

## Contributing
`oz-defender` is under active development so we welcome any and all contributions to improve the package!
### Issues
To make it as simple as possible for us to help you, please include the following in:
- OS
- python version
- `oz-defender` version

### Pull requests
**Note: Unless the change you're making is minor, please open an issue in GitHub to discuss a change before opening a PR**
1. Clone this repository
```bash
git clone https://github.com/franklin-systems/oz-defender
```
2. Install `pre-commit` and its hooks
```bash
pip install pre-commit
```
or if you're using macOS
```bash
brew install pre-commit
```
then
```bash
pre-commit install
```
3. Check out a new branch
```bash
git checkout my-new-feature-branch
```
4. Commit and create your PR with a detailed description and tag the GitHub issue that your work addresses 


