.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
setup.cfg
tox.ini
.github/workflows/docs.yml
.github/workflows/py38.yml
.github/workflows/py39.yml
.github/workflows/release.yml
.github/workflows/style.yml
.github/workflows/typing.yml
docs/contributing.md
docs/documentation.md
docs/getting-started.md
docs/index.md
docs/assets/favicon-32x32.png
docs/assets/tellor_swoosh.png
scripts/report_usd_vwap.py
src/telliot_feed_examples/__init__.py
src/telliot_feed_examples/__main__.py
src/telliot_feed_examples/cli.py
src/telliot_feed_examples.egg-info/PKG-INFO
src/telliot_feed_examples.egg-info/SOURCES.txt
src/telliot_feed_examples.egg-info/dependency_links.txt
src/telliot_feed_examples.egg-info/entry_points.txt
src/telliot_feed_examples.egg-info/requires.txt
src/telliot_feed_examples.egg-info/top_level.txt
src/telliot_feed_examples/config/__init__.py
src/telliot_feed_examples/config/ampl.py
src/telliot_feed_examples/feeds/__init__.py
src/telliot_feed_examples/feeds/ampl_usd_vwap_feed.py
src/telliot_feed_examples/feeds/btc_usd_feed.py
src/telliot_feed_examples/feeds/eth_jpy_feed.py
src/telliot_feed_examples/feeds/eth_usd_feed.py
src/telliot_feed_examples/feeds/trb_usd_feed.py
src/telliot_feed_examples/feeds/uspce_feed.py
src/telliot_feed_examples/reporters/__init__.py
src/telliot_feed_examples/reporters/ampl_usd_vwap.py
src/telliot_feed_examples/reporters/interval.py
src/telliot_feed_examples/reporters/report_legacy_price.py
src/telliot_feed_examples/sources/__init__.py
src/telliot_feed_examples/sources/ampl_usd_vwap.py
src/telliot_feed_examples/sources/binance.py
src/telliot_feed_examples/sources/bitfinex.py
src/telliot_feed_examples/sources/bitflyer.py
src/telliot_feed_examples/sources/bittrex.py
src/telliot_feed_examples/sources/coinbase.py
src/telliot_feed_examples/sources/coingecko.py
src/telliot_feed_examples/sources/gemini.py
src/telliot_feed_examples/sources/kraken.py
src/telliot_feed_examples/sources/price_aggregator.py
src/telliot_feed_examples/sources/uspce.py
src/telliot_feed_examples/utils/__init__.py
src/telliot_feed_examples/utils/profitcalc.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/feeds/__init__.py
tests/feeds/test_ampl_usd_vwap_feed.py
tests/feeds/test_btc_usd_feed.py
tests/feeds/test_eth_jpy_feed.py
tests/feeds/test_eth_usd_feed.py
tests/feeds/test_trb_usd_feed.py
tests/feeds/test_uspce_feed.py
tests/reporters/__init__.py
tests/reporters/test_ampl_usd_vwap_reporter.py
tests/reporters/test_interval_reporter.py
tests/reporters/test_uspce_reporter.py
tests/sources/__init__.py
tests/sources/test_ampl_usd_vwap_source.py
tests/sources/test_general_price_sources.py
tests/sources/test_uspce_source.py
tests/utils/__init__.py
tests/utils/test_profit_calc.py