arc56-generated-codew_dce47d3b
Auto-generated typed Algorand smart-contract clients for codewithyuvi/VAttend-Blockchain, built from the ARC-56 specs listed below.
Generated by the Arc56Registry pipeline, using the algorandfoundation/algokit-client-generator-py ARC-56 client generator. Do not edit these files by hand — they are regenerated automatically whenever the source ARC-56 spec changes.
Install
pip install arc56-generated-codew_dce47d3b
Basic usage
Each contract in this package is a separate module (a hash of its source URL is
appended to its filename to keep multiple contracts in the same repository from
colliding), containing a typed <Name>Client for interacting with an already-deployed
instance of that contract, plus a <Name>Factory for deploying new instances.
from algokit_utils import AlgorandClient
from arc56_generated_codew_dce47d3b import AttendenceTracker_030235b2
algorand = AlgorandClient.mainnet()
client = AttendenceTracker_030235b2.AttendenceTrackerClient(
algorand=algorand,
app_id=123456789,
)
# call a contract method, e.g.:
# result = client.send.some_method(args=(...))
full vs minimal generator mode
Contracts in this package are generated with the client generator's full mode by
default, which emits both the typed Client and a deploy/create Factory class plus
deployment metadata (source code, bytecode, template variables). For the rare contract
whose full-mode output fails to generate or fails to byte-compile, this package falls
back to minimal mode (Client only, no Factory) for that contract instead of
failing outright. The contracts table below flags any contract generated this way;
every other contract includes a working Factory.
Contracts included in this package
| Module | Client class | Source ARC-56 spec |
|---|---|---|
AttendenceTracker_030235b2 |
AttendenceTrackerClient |
https://raw.githubusercontent.com/codewithyuvi/VAttend-Blockchain/HEAD/algorand-contract/VAttend/projects/VAttend/smart_contracts/artifacts/attendence_tracker/AttendenceTracker.arc56.json |
Versioning
This package uses 1.<increment>.<yyyyMMddHH>-style versioning: a new version is
published whenever any of the contracts above change, or whenever the client generator
itself is updated. See Arc56Registry for
the full generation pipeline and source ARC-56 registry.
Release files for arc56-generated-codew-dce47d3b 1.2.2026072010
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arc56_generated_codew_dce47d3b-1.2.2026072010.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arc56_generated_codew_dce47d3b-1.2.2026072010-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.6 kB
Release files / arc56_generated_codew_dce47d3b-1.2.2026072010.tar.gz
| Download URL | arc56_generated_codew_dce47d3b-1.2.2026072010.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
27ba7b4c6b39f61d08ee8d9d821c9a590dd7564d4e46e223797f0b29daeb34dd
|
|
BLAKE2b-256 checksum How to use checksums |
0c9ebd13a82e7a030257ad2cec97f2b7f97912abdd99fc3d8a73cf2a7dff9438
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / arc56_generated_codew_dce47d3b-1.2.2026072010-py3-none-any.whl
| Download URL | arc56_generated_codew_dce47d3b-1.2.2026072010-py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0558487e56918fed44256a6e8611638ff6a8a7e0ee8d47813598e10d7a82435c
|
|
BLAKE2b-256 checksum How to use checksums |
fdc0d3bcd9dc2a1f8e9a0df256591935be7e7b36122ce1e0114f406dad3f5206
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|