https://github.com/opentensor/bittensor-config
BittensorConfig is a library for managing the configuration of the Bittensor Python API
https://github.com/opentensor/bittensor-config
Last synced: 23 days ago
JSON representation
BittensorConfig is a library for managing the configuration of the Bittensor Python API
- Host: GitHub
- URL: https://github.com/opentensor/bittensor-config
- Owner: opentensor
- License: mit
- Created: 2023-06-27T17:05:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T22:58:58.000Z (almost 3 years ago)
- Last Synced: 2026-01-03T17:34:14.908Z (6 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BittensorConfig - v0.0.1
BittensorConfig is a library for managing the configuration of the [Bittensor Python API](https://github.com/opentensor/bittensor).
# Installation
This package can be installed from [PyPi.org](https://pypi.org/project/bittensor-config/):
```bash
pip install bittensor-config==0.0.1
```
or via this repo (using [gh-cli](https://cli.github.com/)):
```bash
gh repo clone opentensor/bittensor-config
cd bittensor-config
pip install -e .
```