The result is based on ratio of number of commits and code additions from initial and final time ranges.
Initial time range – from 5 Jul, 2023 to 5 Oct, 2023
Final time range – from 5 Apr, 2024 to 5 Jul, 2024
Additions and deletions stats are not available for this repository due to GitHub API limitations.
It is basically a number of most active contributors responsible for 80% of contributions.
Bus factor tries to assess "What happens if a key member of the team is hit by a bus?". The more there are key members, the lower the risk.
The iotaledger/iota.py repository has a bus factor of 2.
High risk, a lot of knowledge concentrated in a few people
Bus factor was measured on 14 Aug 2024
The iota.py repository on GitHub is a Python client library for the IOTA Core. It is developed and maintained by the IOTA community. It is used to communicate with the IOTA network, create and manage transactions, and perform other actions.
The library is designed in a way that developers can use higher level methods to interact with IOTA or use low-level methods to have more custom functionality. Hence, it provides a good deal of flexibility to developers.
The repository provides comprehensive documentation on how to set up your Python environment and interact with IOTA network, how to create and send transactions, as well as more advanced topics such as using the API to query the ledger and understanding command responses.
Following is the example how to install this library:
pip install pyota[ccurl]
And here is an example of how to use it to connect to an IOTA node:
from iota import Iota
# Create a new instance of the Iota class.
api = Iota(
# URI of a locally running node.
'http://localhost:14265',
# Seed used for cryptographic functions.
b'SEED99999999999999999999999999999999999999999999999999999999999999999999999999999'
)
Please note: The PyOTA library and the IOTA protocols are both in a state of rapid development and breaking changes can often occur.
The repository welcomes contributors to improve the project, and you can contribute to it by creating pull requests or opening issues if you find any.
Contributor | Commits |
---|---|
578 | |
122 | |
21 | |
12 | |
10 |