35 lines
1.3 KiB
TOML
35 lines
1.3 KiB
TOML
[tool.poetry]
|
|
name = "pyasic"
|
|
version = "0.11.0"
|
|
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
|
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
|
repository = "https://github.com/UpstreamData/pyasic"
|
|
documentation = "https://pyasic.readthedocs.io/en/latest/"
|
|
long_description = "
|
|
# pyasic
|
|
*A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH.*
|
|
|
|
[](https://github.com/psf/black)
|
|
[](https://pypi.org/project/pyasic/)
|
|
[](https://pypi.org/project/pyasic/)
|
|
[](https://pyasic.readthedocs.io/en/latest/)
|
|
|
|
You can install pyasic directly from pip with the command `pip install pyasic`
|
|
|
|
[Documentation](https://pyasic.readthedocs.io/en/latest/)
|
|
"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
asyncssh = "^2.11.0"
|
|
httpx = "^0.23.0"
|
|
passlib = "^1.7.4"
|
|
pyaml = "^21.10.1"
|
|
toml = "^0.10.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|