SwiftAC
Project description
Swift Actor-Critic
Python bindings for the Swift Actor-Critic algorithm - a fast and robust reinforcement learning algorithm.
Installation
pip install swift-actor-critic
Usage
from swift_actor_critic import SwiftActorCritic
# Initialize the actor-critic
ac = SwiftActorCritic(
num_features=100,
num_actions=4,
lambda_=0.9,
alpha=0.01,
epsilon=1e-5,
meta_step_size=1e-3,
eta=0.1,
eta_actor=0.1,
decay=0.999,
action_prob_at_init=0.1,
seed=42
)
# Take a step with feature indices, reward, and discount factor
action = ac.step(
feature_indices=[1, 5, 10], # Active feature indices
reward=1.0,
gamma=0.99
)
print(f"Selected action: {action}")
Features
- Fast C++ implementation with Python bindings
- Efficient handling of sparse feature representations
- Adaptive step-size algorithm
- Support for eligibility traces (lambda parameter)
License
MIT License
Links
- GitHub: https://github.com/kjaved0/swift-actor-critic
- SwiftTD (related project): https://github.com/kjaved0/swifttd
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swiftac-0.1.8-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 117.7 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beccaa73c3251366aeed7f137b653c1ce26c92622b7d5606277b579da5ec1b05
|
|
| MD5 |
c12c963fed12de497a1d78b0a5d609b6
|
|
| BLAKE2b-256 |
f4a9101b549aaabf56ccdaa28da7cd52b6c173a590fa7706dc5871e43e4c7bd5
|
File details
Details for the file swiftac-0.1.8-cp313-cp313-win32.whl.
File metadata
- Download URL: swiftac-0.1.8-cp313-cp313-win32.whl
- Upload date:
- Size: 95.1 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27a717b76ec38ef2ea0e77fef0160f685c47b9f41d801766fc896563a5f3d594
|
|
| MD5 |
4cb4e37538f1e439c5c1e7c4afafe5e9
|
|
| BLAKE2b-256 |
732359da15aba18a9835c9bad358180f86f92b0aaf87a40909c0dd1069b84de8
|
File details
Details for the file swiftac-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 122.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a2f3bdb6c8d4dd9b7291d9ffcb119b191de5287a4c6be769ad5fb787a464dc2
|
|
| MD5 |
4db03c548ffc53fdf07c5bd013a7ed59
|
|
| BLAKE2b-256 |
f347481997b04a57b381c92f2c6670a6a425762d24acc4fa0a19b93b49ced7ba
|
File details
Details for the file swiftac-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 115.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
703d1e654bb9cf0b74447ced9bc2ae261968c7f58a5bc3f91a0805283b7801fe
|
|
| MD5 |
309b4629f14fdfd52d5881ce4e49fd9c
|
|
| BLAKE2b-256 |
130a71c56e4e10e5af7ba3cb62cfb49aee1d44cddf3e73db452f51096dc2918e
|
File details
Details for the file swiftac-0.1.8-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 85.0 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bac183769f9e44e242c883d27e6e2260c3f1496e7510446356107c4aefc33ec
|
|
| MD5 |
60f7747976133fb2fb8c815d0bb0ec20
|
|
| BLAKE2b-256 |
dea6d2ea03fb451e57bdf1361011370e13c4c5eb5a100f721f905aa7c41e5df4
|
File details
Details for the file swiftac-0.1.8-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 93.4 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dffd3dd7a997b6f263809541ca07046c6499db630f369a7c3d6a585d370f834
|
|
| MD5 |
61184b8aa8d1a039af7fc798a643f30c
|
|
| BLAKE2b-256 |
1f09e5c6aa7468cff0d9a275ddb7389a63385e91e3e51f4a0e50b3bf98f2d945
|
File details
Details for the file swiftac-0.1.8-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 117.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6fdf7be483cb7cda39cc21eef48eae16775e8d2151153339d4e174b8c907424
|
|
| MD5 |
7d730b43ce1142498bd40e33c272a67f
|
|
| BLAKE2b-256 |
83164db8414079cf9a448fad235f76906176334e2fbbe364d7f2020a9c0ff37e
|
File details
Details for the file swiftac-0.1.8-cp312-cp312-win32.whl.
File metadata
- Download URL: swiftac-0.1.8-cp312-cp312-win32.whl
- Upload date:
- Size: 95.2 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba3cec053b16727120056974d6bf1b8081c45619272a78e1c6156babcc5e8066
|
|
| MD5 |
a1ef9a9edb3c0ac918430ca481aeb7b2
|
|
| BLAKE2b-256 |
3e3e54d62fe98836d25d861f7c149a5ff38d7527f273e499ba21311c532494ba
|
File details
Details for the file swiftac-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 122.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
013dd4f5feb7a89e71d6c3b521fd11ecb76cafc73c37ff3e0c6013f8e0918ae3
|
|
| MD5 |
47fcadd89394bd86dcefcbb9f15d119f
|
|
| BLAKE2b-256 |
53f16b8310ebe4c4ce0954c8e28ca7a50f63c59226653f1aa28e094e33532447
|
File details
Details for the file swiftac-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 115.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0137cb3b562d5149846a78221aa19184003b4a7d9afa45216856ce94bae7351e
|
|
| MD5 |
2f9f80805fefdf4d89af1be8e78b222c
|
|
| BLAKE2b-256 |
19ea46e39d252c3341eaf99b0264f9b648d694d72eb6d9b42e0c44ca68168ee9
|
File details
Details for the file swiftac-0.1.8-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 84.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f06e05e1cc8eecff12c1bfa35661c2d14b94061799647851a481801be7e179a
|
|
| MD5 |
5016fafb0f8bd3cd4aaac70097323dce
|
|
| BLAKE2b-256 |
f4510ca0dc64009620a11b24ca9ee62976b9111d1ffcf102064d8a55d6e8fce2
|
File details
Details for the file swiftac-0.1.8-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 93.3 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6642a9c1e688bfdb6e1f54b13208af3a2450f2e138cb4fa9770b0f57aede4f33
|
|
| MD5 |
4d0f5a07829a7e89ed04040693550f49
|
|
| BLAKE2b-256 |
19f66eb927945ec345a43ba228fae0f3145c96369e371ac90357afbc48470dea
|
File details
Details for the file swiftac-0.1.8-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 116.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
879eea3f5518724861edbdfbd72be08047f32df8aa2847f28556deb2a1665cd4
|
|
| MD5 |
47fd985e07b6e25a185f7ea55d791a01
|
|
| BLAKE2b-256 |
488a561f6554e6c7471c01a644934d1ba701ae4b372761b6ee10e670a1cf6813
|
File details
Details for the file swiftac-0.1.8-cp311-cp311-win32.whl.
File metadata
- Download URL: swiftac-0.1.8-cp311-cp311-win32.whl
- Upload date:
- Size: 94.7 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b906e9272b5db5d0833579d644fe2faf25dcc84a741fbf581e1415b1a594aea0
|
|
| MD5 |
d3aed025922827144c70dd06a0276964
|
|
| BLAKE2b-256 |
02cdbccc58f29c70a62d31ededbb94cecf685e59f8bdf4d9b537db75dc8e1979
|
File details
Details for the file swiftac-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 122.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
559ab9a42f63eb502d8488d9e66e69fe74956a730944b31fb6be0437fdaa96fa
|
|
| MD5 |
a559f431cd5c5599c9b171294c781f36
|
|
| BLAKE2b-256 |
3c262501ba901835e4042a1c6038d88d8d513aea4324f0cde8d69bf25abe0d9a
|
File details
Details for the file swiftac-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 116.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58c87e1a0d5bfccdc2d1e94a382c15f3228b69c55ae296542f31e2c40ecdac7c
|
|
| MD5 |
0af8403215f09c51c72446f49aa098f1
|
|
| BLAKE2b-256 |
b5d8db5f0d9f74d0d618049eaee2799c65337a384c225661e4187bfd453b95c5
|
File details
Details for the file swiftac-0.1.8-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 84.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d2d808743a98310a50af3358ecfe2c9567f4f83f1cfadec7a691e687d5a775b
|
|
| MD5 |
7888a2ac2a9a289b1e6b36e3f946ecb6
|
|
| BLAKE2b-256 |
8d89870c6946feead9e24771878fd598e1310130ed045b8be8ede34f6228cea6
|
File details
Details for the file swiftac-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 92.4 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a679e1de5c6143fa8762b5eec043b469760dfa184aa4cc431177b7129c1ef05
|
|
| MD5 |
2652809193cff1ef49912a4c04420ef1
|
|
| BLAKE2b-256 |
608940ce8dff10e7c2b3c7858e36421673e65b9d142579d662d4e2147d4905d6
|
File details
Details for the file swiftac-0.1.8-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 116.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8f57af2d7d169705747d9e65fbe2fb65a86cc84ba0cc0ee6143ce5adb5fb137
|
|
| MD5 |
05aa58ea3f7ddfb8e6225e391d22e566
|
|
| BLAKE2b-256 |
6f9fda07ff3c4fbba47493014058ae33ebd6b9226409ad0387ba826263d5dd8b
|
File details
Details for the file swiftac-0.1.8-cp310-cp310-win32.whl.
File metadata
- Download URL: swiftac-0.1.8-cp310-cp310-win32.whl
- Upload date:
- Size: 93.5 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12835b7aab05ab67e7e0a59654fff70fbb8773f44c75ac60cf0022cb20656d83
|
|
| MD5 |
42e30b907158bd2a929e316a746e4949
|
|
| BLAKE2b-256 |
b9ef9bce05319381909546b1f2906b970167e102cff3456d6bcf9d1628148f44
|
File details
Details for the file swiftac-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 120.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b080a3784d8a51a6ad8df20348c4bd80aad2e7c22926f9e0217170c696bda368
|
|
| MD5 |
5ac56bc8ba84ef45b3ed777d6d070a8f
|
|
| BLAKE2b-256 |
84c124c8324a8ce42453292d53d170013d78cee5133a81688f2ea1e023c5cb67
|
File details
Details for the file swiftac-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 114.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3119991a9fc86eefc07e098e4e0134bce62628867f3ff0495dedbc17a15ba41
|
|
| MD5 |
ec4218c0dda5ac9019dd3c5b3cb961af
|
|
| BLAKE2b-256 |
6bccc1351268b453a656520eee4843612fdd894771f9cbb3f46b17b04a9b2b2b
|
File details
Details for the file swiftac-0.1.8-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 82.6 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef65f971daf85d7d5dce8145faa84e6b64328ea6e6f4a3654ee8e6d95fe3a36a
|
|
| MD5 |
1aab713bc73bd5de4dc73bf3ab1ee76a
|
|
| BLAKE2b-256 |
b93e36ae0b4d95c3cc07ac5855801e28cde7d73776913b94e060ded261bd93d3
|
File details
Details for the file swiftac-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 91.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6f03f6d2435c719afd0b3684314f727faecc5453e803cdb70c20dd58216ad49
|
|
| MD5 |
fd7375a29c5febd8c8129d15d60e802f
|
|
| BLAKE2b-256 |
f26431060d05146af13dedd1134d0c2b976f5acd66558a8618f29b8bc4c2d71a
|
File details
Details for the file swiftac-0.1.8-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 116.5 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6353ab33e8a0e9ecb372ec40ff767f313f857d7a38fa85134a42c9f26141860
|
|
| MD5 |
699b09f1aa5df688dd3b4ef6a2ade6f2
|
|
| BLAKE2b-256 |
2be11016ba9172120becbf3870749208abb97467e13cc0687b77b3cfa3ded086
|
File details
Details for the file swiftac-0.1.8-cp39-cp39-win32.whl.
File metadata
- Download URL: swiftac-0.1.8-cp39-cp39-win32.whl
- Upload date:
- Size: 93.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe572e8bc4e34fa2619d27d75a37ee4549e27a8dac46a700958426737e9749ae
|
|
| MD5 |
47b1ebbe594c56aef41a122b41b385fa
|
|
| BLAKE2b-256 |
543389209f6b946bae6390ecfe9c3e1522c06b18b8c24bf1f754936d9e97a059
|
File details
Details for the file swiftac-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 120.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
849f8bd3abe5779d57a17da8248312ddcc3ec0009858b8f647eec6fd560b6092
|
|
| MD5 |
7bfa2ec01997a283d3cea8f49a24e1d3
|
|
| BLAKE2b-256 |
addcf0360e9361fc3fae90105ca81690e4af71b5bb40231de6c94face7328c78
|
File details
Details for the file swiftac-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 114.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c81ee0898733a7075be51a8dadb3c5d19c42bce23f09e12a70ed03a2b46700a0
|
|
| MD5 |
b67ab7959d77829da560e1ad2620ba0d
|
|
| BLAKE2b-256 |
284775defa80535f076de8c22f2c1c1f03d1d1fe4bce5b6bd9fa3cd84b2fa420
|
File details
Details for the file swiftac-0.1.8-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 82.7 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2925dcfb248af7c30f30a71b71e7af72a457cefa9e8039b5e8303b47eff63b4a
|
|
| MD5 |
ecdf7c5e025ab8f7ead606952ff5f55d
|
|
| BLAKE2b-256 |
e70b4e71a2e497ce075c11143ce1ac6899145cdf7ee322d61087e453c4665a7a
|
File details
Details for the file swiftac-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 91.1 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a762f262e4044e5ccc490ff272b0bd10b103829813315f152e3d93777fd01af
|
|
| MD5 |
2ab54098e2ef4fb3279ee1796c383aa2
|
|
| BLAKE2b-256 |
c1efb567e9b30ad00819709b75f967e612acf09ad7a614dfc240cc8556b0c870
|
File details
Details for the file swiftac-0.1.8-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 115.8 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c3fd228325f60f703844332fe6573910329b0405e8a094acd8926a56f6043fd
|
|
| MD5 |
fba1a33c7d56c05071bd25224fdacf07
|
|
| BLAKE2b-256 |
2837d53e042d3cd81f69839aa71f0220ca85bd946c76d89343fc5431c7fa20cc
|
File details
Details for the file swiftac-0.1.8-cp38-cp38-win32.whl.
File metadata
- Download URL: swiftac-0.1.8-cp38-cp38-win32.whl
- Upload date:
- Size: 93.5 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
362780bd6cbb5dddf1c4c58477774491ab9bf3b0f7164ae74190ab6db8202d4a
|
|
| MD5 |
f83e0e018e33119387b3d59514c0bd28
|
|
| BLAKE2b-256 |
8a0505381f7601edad73a07c8fe5b10455227869d2ad457153bd9b5cb6a754ad
|
File details
Details for the file swiftac-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 120.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f77cf5b7379693b3d2cb1ef2a3a9b2246c29a149f8f4ef0549970fbb7697535
|
|
| MD5 |
e4791b59a4a4fd83e48364852bdae650
|
|
| BLAKE2b-256 |
fcbea1c81253f52e1a8ffa83ef98929e855e8fc01e0991af6f6948f67e7808fa
|
File details
Details for the file swiftac-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 114.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
215c02ae7cad93d8b7754c3331a056cbc592aafd34c4e0ae7c4b951a2b4329eb
|
|
| MD5 |
d193addfc9bfa23538ef074b290ffc38
|
|
| BLAKE2b-256 |
50758091106739edb7dd61ecadcef296f24d65ed7092c4f26160d8d9b6c718de
|
File details
Details for the file swiftac-0.1.8-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 82.5 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
275f3fc45ca00616a18634ee19c67689efa20f8a782f4b11b8ecd70b7b09db06
|
|
| MD5 |
c6bec6792e8e8ea469e8f1361f738b72
|
|
| BLAKE2b-256 |
1140b10baa5c5e6cd588cb0d76f4945d6e5e03396d2cd5f556648e4ad0365137
|
File details
Details for the file swiftac-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl.
File metadata
- Download URL: swiftac-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 90.9 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6be50d75699ee9d3a7d861049a2996fa39debc0f356d926d4f352f6cae0ebf1
|
|
| MD5 |
12d76ce95875a572320a446d672f7fd7
|
|
| BLAKE2b-256 |
4ea184b6ab5fe67c5f69a133ee725cabc2c2c22aedb378f5fe882745207a5eb7
|