Metadata-Version: 2.1
Name: ape-apeman
Version: 1.0.0
Summary: Top-level package for ape-apeman.
Keywords: ape apeman eth-ape
Author-email: Matt Krueger <mkrueger@rstms.net>
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: ape-alchemy==0.6.0
Requires-Dist: ape-etherscan==0.6.0
Requires-Dist: click==8.1.3
Requires-Dist: eth-ape==0.6.5
Requires-Dist: python-box
Requires-Dist: pyrate-limiter
Requires-Dist: black ; extra == "dev"
Requires-Dist: bump2version ; extra == "dev"
Requires-Dist: coverage ; extra == "dev"
Requires-Dist: isort ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: flake8-length ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-datadir ; extra == "dev"
Requires-Dist: pdbpp ; extra == "dev"
Requires-Dist: m2r2 ; extra == "docs"
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx-click ; extra == "docs"
Requires-Dist: sphinx-rtd-theme ; extra == "docs"
Project-URL: Home, https://github.com/rstms/ape_apeman
Provides-Extra: dev
Provides-Extra: docs

ape-apeman
==========

An opinionated alternative api for the most excellent eth-ape project.

- 12-factor compliant
- embeddable in a service
- independent of user interaction


![Image](https://img.shields.io/github/license/rstms/ape-apeman)

![Image](https://img.shields.io/pypi/v/ape-apeman.svg)

![Image](https://circleci.com/gh/rstms/ape-apeman/tree/master.svg?style=shield)

![Image](https://readthedocs.org/projects/ape-apeman/badge/?version=latest)

manager module facilitating use of eth-ape functions


* Free software: MIT license
* Documentation: https://ape-apeman.readthedocs.io.



Credits
-------

This is a merely a wrapper around [ApeWorX eth-ape](https://github.com/ApeWorX/ape)

This package was created with Cookiecutter and `rstms/cookiecutter-python-cli`, a fork of the `audreyr/cookiecutter-pypackage` project template.

[audreyr/cookiecutter](https://github.com/audreyr/cookiecutter)
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
[rstms/cookiecutter-python-cli](https://github.com/rstms/cookiecutter-python-cli)
```
Usage: apeman [OPTIONS] COMMAND [ARGS]...

Options:
  --version               Show the version and exit.
  -e, --ecosystem TEXT    [env var: APE_ECOSYSTEM; required]
  -n, --network TEXT      [env var: APE_NETWORK; required]
  -p, --provider TEXT     [env var: APE_PROVIDER; required]
  -d, --debug             debug mode
  -j, --json / -r, --raw  select output format
  -c, --compact           output compact json
  -h, --humanize          human-friendly (but lossy) output
  --help                  Show this message and exit.

Commands:
  balance  output account balance
  eth      expose web3.eth methods
  txn      output transaction receipt
```

