update documentation and bump version number
This commit is contained in:
@@ -2,8 +2,9 @@
|
|||||||
*A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH.*
|
*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://github.com/psf/black)
|
||||||
[](https://pypi.org/project/pyasic/)
|
[](https://pypi.org/project/pyasic/)
|
||||||
[](https://pypi.org/project/pyasic/)
|
[](https://pypi.org/project/pyasic/)
|
||||||
|
[](https://pyasic.readthedocs.io/en/latest/)
|
||||||
|
|
||||||
## Intro
|
## Intro
|
||||||
Welcome to pyasic! Pyasic uses an asynchronous method of communicating with asic miners on your network, which makes it super fast.
|
Welcome to pyasic! Pyasic uses an asynchronous method of communicating with asic miners on your network, which makes it super fast.
|
||||||
|
|||||||
@@ -1,8 +1,23 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyasic"
|
name = "pyasic"
|
||||||
version = "0.10.2"
|
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."
|
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>"]
|
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]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user