Metadata-Version: 2.1
Name: telliot_feeds
Version: 0.2.1
Summary: Tools for interacting with Tellor Protocol smart contracts.
Home-page: https://github.com/tellor-io/telliot-feeds
Author: Tellor Development Community
Author-email: info@tellor.io
License: MIT
Keywords: oracle,ethereum,blockchain
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: System :: Networking
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp==3.8.3
Requires-Dist: aiosignal==1.2.0
Requires-Dist: async-timeout==4.0.2
Requires-Dist: attrs==22.1.0
Requires-Dist: base58==2.1.1
Requires-Dist: bitarray==2.6.0
Requires-Dist: certifi==2022.9.24
Requires-Dist: chained-accounts==0.0.1
Requires-Dist: charset-normalizer==2.1.1
Requires-Dist: clamfig==0.1.3
Requires-Dist: click==8.1.3
Requires-Dist: cytoolz==0.12.0
Requires-Dist: eth-abi==2.2.0
Requires-Dist: eth-account==0.5.9
Requires-Dist: eth-hash==0.5.0
Requires-Dist: eth-keyfile==0.5.1
Requires-Dist: eth-keys==0.3.4
Requires-Dist: eth-retry==0.1.13
Requires-Dist: eth-rlp==0.2.1
Requires-Dist: eth-typing==2.3.0
Requires-Dist: eth-utils==1.9.5
Requires-Dist: frozenlist==1.3.1
Requires-Dist: hexbytes==0.3.0
Requires-Dist: idna==3.4
Requires-Dist: ipfshttpclient==0.8.0a2
Requires-Dist: jsonschema==3.2.0
Requires-Dist: lru-dict==1.3.0
Requires-Dist: multiaddr==0.0.9
Requires-Dist: multicall==0.7.0
Requires-Dist: multidict==6.0.2
Requires-Dist: netaddr==0.8.0
Requires-Dist: parsimonious==0.8.1
Requires-Dist: protobuf==3.20.3
Requires-Dist: pycryptodome==3.15.0
Requires-Dist: pyrsistent==0.19.2
Requires-Dist: python-dateutil==2.8.1
Requires-Dist: python-dotenv==0.21.0
Requires-Dist: pytz==2024.1
Requires-Dist: PyYAML==6.0
Requires-Dist: requests==2.28.1
Requires-Dist: rlp==2.0.1
Requires-Dist: simple-term-menu==1.5.2
Requires-Dist: six==1.16.0
Requires-Dist: telliot-core==0.3.8
Requires-Dist: toolz==0.12.0
Requires-Dist: typing_extensions==4.4.0
Requires-Dist: urllib3==1.26.12
Requires-Dist: varint==1.0.2
Requires-Dist: web3==5.28.0
Requires-Dist: websockets==9.1
Requires-Dist: yarl==1.8.1

# Telliot Feeds

This package contains reporting tools and datafeeds for Tellor oracles.

## [Documentation](https://tellor-io.github.io/telliot-feeds/)

## [Installation and Configuration](https://tellor-io.github.io/telliot-feeds/getting-started/)

## [Usage](https://tellor-io.github.io/telliot-feeds/usage/)

## Example

Report using the CLI:
```
telliot report -a myacct
```
