## Background
Command line tool and SDK for interacting with the Tellor Protocol.
The package `telliot-core` version `0.3.0` forked from:<br />
https://github.com/tellor-io/telliot-core
## Initial Setup
### Prerequisites
The following tools are expected to be installed on your system to run this project:
- Python 3.9.x
- Pip 23.3.x
- Git
### Setup
```bash
python3.9 -m venv tenv
source tenv/bin/activate
pip3.9 install .
```
NPM ganache dependency required:
```bash
npm install ganache --global
```
### Test
Install development requirements:
```bash
pip3.9 install -r requirements-dev.txt
```
Run automated testing in all environments:
```bash
tox
```
Run `py39` testing:
```bash
tox -e py39
```
Run `style` testing:
```bash
tox -e style
```
Run `typing` typing:
```bash
tox -e typing
```
### Publish
1. Create the `$HOME/.pypirc` file:
```
[pypi]
username = __token__
password = pypi-AgEIcHlw... (your PyPI token)
```
2. Build distribution:
```bash
python3.9 -m build
```
3. Deploy distribution to PyPI repository:
```bash
twine upload dist/*
```
## Usage
### Configuration
1. Create the default configuration files:
```bash
telliot-core config init
```
The default configuration files are created in the folder `~/telliot/` or `$HOME/telliot/`.
2. View your current configuration:
```bash
telliot-core config show
```
## Contributing
Bug reports and pull requests are welcome on GitHub at:<br />
https://github.com/BCTSAG/tellor
Raw data
{
"_id": null,
"home_page": "",
"name": "bctsag-telliotcore",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "oracle,etherium,blockchain",
"author": "Blockchain Trust Solutions AG",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/51/9e/a850175896734c3b13f9c2933d124073f90581b1d52635174e3f885b7f90/bctsag_telliotcore-1.0.1.tar.gz",
"platform": null,
"description": "## Background\n\nCommand line tool and SDK for interacting with the Tellor Protocol.\n\nThe package `telliot-core` version `0.3.0` forked from:<br />\nhttps://github.com/tellor-io/telliot-core\n\n## Initial Setup\n\n### Prerequisites\nThe following tools are expected to be installed on your system to run this project:\n\n- Python 3.9.x\n- Pip 23.3.x\n- Git\n\n### Setup\n\n```bash\npython3.9 -m venv tenv\nsource tenv/bin/activate\npip3.9 install .\n```\n\nNPM ganache dependency required:\n```bash\nnpm install ganache --global\n```\n\n### Test\n\nInstall development requirements:\n```bash\npip3.9 install -r requirements-dev.txt\n```\n\nRun automated testing in all environments:\n```bash\ntox\n```\n\nRun `py39` testing:\n```bash\ntox -e py39\n```\n\nRun `style` testing:\n```bash\ntox -e style\n```\n\nRun `typing` typing:\n```bash\ntox -e typing\n```\n\n### Publish\n\n1. Create the `$HOME/.pypirc` file:\n```\n[pypi]\n username = __token__\n password = pypi-AgEIcHlw... (your PyPI token)\n```\n\n2. Build distribution:\n```bash\npython3.9 -m build\n```\n\n3. Deploy distribution to PyPI repository:\n```bash\ntwine upload dist/*\n```\n\n## Usage\n\n### Configuration\n\n1. Create the default configuration files:\n```bash\ntelliot-core config init\n```\n\nThe default configuration files are created in the folder `~/telliot/` or `$HOME/telliot/`.\n\n2. View your current configuration:\n```bash\ntelliot-core config show\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at:<br />\nhttps://github.com/BCTSAG/tellor\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Telliot is a Python framework for interacting with the decentralized TellorX network.",
"version": "1.0.1",
"project_urls": null,
"split_keywords": [
"oracle",
"etherium",
"blockchain"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d8d0f515a96ebbb9027e31406a1d37a36254dc5000e11189a2102cf9aa9141a6",
"md5": "1bb713372f69d344f14c183cb63699ce",
"sha256": "f4f1ce6c530a97a859f3ce4014a7d54c51b141a31f3963e7b620f103784458ed"
},
"downloads": -1,
"filename": "bctsag_telliotcore-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1bb713372f69d344f14c183cb63699ce",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 67205,
"upload_time": "2023-12-01T16:49:54",
"upload_time_iso_8601": "2023-12-01T16:49:54.680403Z",
"url": "https://files.pythonhosted.org/packages/d8/d0/f515a96ebbb9027e31406a1d37a36254dc5000e11189a2102cf9aa9141a6/bctsag_telliotcore-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "519ea850175896734c3b13f9c2933d124073f90581b1d52635174e3f885b7f90",
"md5": "e2e8d3a51d2294dd8b8745d5b7739c46",
"sha256": "0f9ffaea51663b8904a261017c925eb280976834547e75eb7fb9a58d87d42da2"
},
"downloads": -1,
"filename": "bctsag_telliotcore-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "e2e8d3a51d2294dd8b8745d5b7739c46",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 64222,
"upload_time": "2023-12-01T16:49:56",
"upload_time_iso_8601": "2023-12-01T16:49:56.785489Z",
"url": "https://files.pythonhosted.org/packages/51/9e/a850175896734c3b13f9c2933d124073f90581b1d52635174e3f885b7f90/bctsag_telliotcore-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-01 16:49:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "bctsag-telliotcore"
}