Metadata-Version: 2.1
Name: bittensor-config
Version: 0.0.0
Summary: BittensorConfig is a library for managing the configuration of the Bittensor Python API.
Home-page: https://github.com/opentensor/bittensor-config
Author: bittensor.com
Author-email: 
Maintainer: 
Maintainer-email: 
License: MIT
Keywords: bittensor,validator,ai,machine-learning,deep-learning,blockchain,pytorch,torch,neural-networks,cryptocurrency
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: munch (==2.5.0)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: six (==1.16.0)
Provides-Extra: test
Requires-Dist: pytest (==7.2.0) ; extra == 'test'

# BittensorConfig - v0.0.0

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.0
```
or via this repo (using [gh-cli](https://cli.github.com/)):  
```bash
gh repo clone opentensor/bittensor-config
cd bittensor-config
pip install -e .
```


