Metadata-Version: 2.1
Name: ape-gnosis
Version: 0.2.0
Summary: ape-gnosis: Gnosis Ecosystem Plugin for Ape
Home-page: https://github.com/jfarid27/ape-gnosis
Author: Jalil A. Farid
Author-email: jrab227@gmail.com
License: Apache-2.0
Keywords: ethereum
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
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-Python: >=3.7,<4
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: lint
Provides-Extra: release
Provides-Extra: dev
License-File: LICENSE

# Ape Gnosis

Adds Gnosis Chain support to Ape CLI.

## Dependencies

* [python3](https://www.python.org/downloads) version 3.7 or greater, python3-dev

## Installation

### via `ape install`

```bash
ape install plugin gnosis
```

### via `ape-config.yaml`

```yaml
plugins:
  - name: gnosis
```

### via `pip`

```bash
cd ape-gnosis
python -m pip install . --user
```

## Quick Usage

TODO: Describe library overview in code

## Development

This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Comments, questions, criticisms and pull requests are welcomed.

## License

This project is licensed under the [Apache 2.0](LICENSE).
