Generate images of the sky w/ accurate stars for star sensor simulation
Project description
starfinder
starfinder is a Rust & Python package that provides functionality to read, process, and render star data from the Tycho-2 catalog. It's built with Rust for performance and exposes a Python API for ease of use.
Setup
-
Download the Tycho-2 catalog:
- Visit https://archive.eso.org/ASTROM/TYC-2/data/
- Download
catalog.datand place it indata/tycho2/
-
Ensure your project structure looks like this:
.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── data
│ └── tycho2
│ ├── catalog.dat
│ ├── index.dat
│ ├── suppl_1.dat
│ └── suppl_2.dat
├── poetry.lock
├── pyproject.toml
└── src
Running the Renderer
Using Cargo (Rust)
To run the renderer with default settings:
cargo run
To run with custom arguments:
cargo run -- --roll 0.0 --fov-w 75.0 --fov-h 50.0
Command-line Arguments
| Flag | Description | Default | Notes |
|---|---|---|---|
| --source, -s | Source file path | data/tycho2/catalog.dat |
|
| --center-ra | FOV center point right ascension | 180.0 | In degrees |
| --center-dec | FOV center point declination | 0.0 | In degrees |
| --fov-w | Width of FOV | 60.0 | In degrees |
| --fov-h | Height of FOV | 45.0 | In degrees |
| --roll | Camera sensor roll | 0.0 | In degrees |
| --max-magnitude | Maximum visual magnitude | 12.0 | Lower is brighter |
| --lambda-nm | Targeted wavelength | 540.0 | In nanometers |
| --pixel-size-m | Simulated sensor pixel size | 3e-6 | In meters |
| --width | Output image width | 800 | In pixels |
| --height | Output image height | 600 | In pixels |
| --output, -o | Output filename | star_map.png |
Python Installation and Usage
Installation
Ensure you have Python 3.8 or later, then:
bash
pip install starfinder
Or if you want to install the package in development mode:
```bash
pipx install maturin
maturin develop
Basic Usage
from starfinder import StarCatalogArgs, process_star_catalog_py
args = StarCatalogArgs(
source="data/tycho2/catalog.dat",
center_ra=180.0,
center_dec=0.0,
fov_w=60.0,
fov_h=45.0,
roll=0.0,
max_magnitude=6.0,
lambda_nm=540.0,
pixel_size_m=3e-6,
width=800,
height=600,
output="star_map.png"
)
process_star_catalog_py(args)
API Reference
StarCatalogArgs
Parameters:
source(str): Path to the Tycho-2 catalog filecenter_ra(float): Right Ascension of FOV center (degrees)center_dec(float): Declination of FOV center (degrees)fov_w(float): FOV width (degrees)fov_h(float): FOV height (degrees)roll(float): Camera roll (degrees)max_magnitude(float): Maximum visual magnitudelambda_nm(float): Targeted wavelength (nanometers)pixel_size_m(float): Sensor pixel size (meters)width(int): Output image width (pixels)height(int): Output image height (pixels)output(str): Output image filename
process_star_catalog_py(args: StarCatalogArgs) -> None
Processes the star catalog based on the provided arguments.
Contributing
Contributions to starfinder are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the GPLv3 License - see the LICENSE file for details.
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 Distribution
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 starfinder-1.1.0.tar.gz.
File metadata
- Download URL: starfinder-1.1.0.tar.gz
- Upload date:
- Size: 80.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d979a644166720da38396d69a1036036b0beb8894ee80d59d9b51c22c612843
|
|
| MD5 |
f18e1d1d9f40c7923e7f029e19c83118
|
|
| BLAKE2b-256 |
618aa94b1b6dd4823d49f32fdcd6d6af079470507d0aab95d1d2bf189fe0d578
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9a6d19978ac67f0080f00493b7384abe4ff92e1ccd7df13c7831bf9d06e4779
|
|
| MD5 |
1687ddec5b0ba40e0dc6df452760813f
|
|
| BLAKE2b-256 |
c958e14392127a6f59e1379bc2e98d5835ecdb8b7e24b5b58dec7ab7adeeb89a
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7c00cb1226feef46cceccf4cc99fab02ad91ccbac1c2b85c950c1554a751089
|
|
| MD5 |
43646c63cbf8923c99d046ae4d7418b1
|
|
| BLAKE2b-256 |
669057348ef58a4e7dbd2b834de3d4e2b728be6f8df70060ef795373c54dea92
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
606ca6e3d4ca53e4cb578700acc38cd9c4f0f911c3a5fa0b864b6d8c8e6bd75c
|
|
| MD5 |
0554ae33f2610fead42b5f028aaf4a63
|
|
| BLAKE2b-256 |
f153c357eccaea08de8e50ba32d177b82b3aa465af6dadfcff59744296388aa9
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4637be285906be99a909e73ee68f53fde097ae38dcdc1a3d909856ca30e87f9
|
|
| MD5 |
acc9a480a3c2fd369423b506f5943a31
|
|
| BLAKE2b-256 |
c05e850efcdf7b8765fde14fa20b448b59ac1f005308583a8c96f4b541088a89
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2865c064901f3694e82de0935c246b1161fcc8aa17c1827cddd6c113f821f156
|
|
| MD5 |
2ec25c6e5a60b729e7fed64618802844
|
|
| BLAKE2b-256 |
a4feaf99bb1d04ac24570ae8027cd533f857158d29082150f580ad8f8d173527
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79923f9a45c99144f9cdb9bceef97e4528bfb407cef330c34b5c06439ba0e0a7
|
|
| MD5 |
434798b133919fa7591d787169db53b1
|
|
| BLAKE2b-256 |
b477d613cd04b78ff1731ff2151babd8ee3afcc8c175ecfb96fd65e770a09d36
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6119436a4282749d954081bf122cdd9088669d6903b01297405602a9bf91602c
|
|
| MD5 |
aabf0d4133770f5096ac1074e077b559
|
|
| BLAKE2b-256 |
359bc6a6d466b0614c9ca286cb068b5b6bdc01009cb39e6ad009b788205a3e09
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f33e33c68dba2717812e0b35604eea49dfddcc2750e12eb05c64a76ea9f55e7
|
|
| MD5 |
8a877164a377eddc7b07fa2bd39d899e
|
|
| BLAKE2b-256 |
7e5be4fac1c3fa4f0a15ca0104f3ed16bb6525e92e0967266b90603e87219b21
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e7bd948ea53c263982951e75417e1e78240f8112eaa7e6b84bb4f39dc0d9924
|
|
| MD5 |
c9154ead8c7f057ec89552cd74e4b6b1
|
|
| BLAKE2b-256 |
79db0a5b55f600fbe7fdde77e4238ce98d97c01dec5c2aab84e615b3182f3d6a
|
File details
Details for the file starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d2041c28289a94f15b5245bdbd76e2c2af4eafaf1861a00c4d381759e2773c4
|
|
| MD5 |
cde47fecbff51e22cd0a2f756160ab48
|
|
| BLAKE2b-256 |
a4595804c620d163012ba947ffb7dccc5efa297b15229c6e8c25519e6738ac30
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e65691b6707b0e75ae11b2b09b83f1370614181a89c70360c6e947460e5e9ed
|
|
| MD5 |
114ee18e06dd24cf6b9f22f4fb37f010
|
|
| BLAKE2b-256 |
ef578d0bba85a481e868fb8b26359aaf76a7bc3ad7d3f880adf7cda842753e8e
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b562c4d488b78bdddae6258b4e45c304298aebf76488eadfac0bccdc9812d090
|
|
| MD5 |
87ffced7982057fc2d7e205a4f667405
|
|
| BLAKE2b-256 |
5c289b50e3b0eaf1d5bed7d8ccbba1f7efee481aa32e58f228241b8fa3ab769f
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46d8fa5cd3cef27c1b044d237b18da159b79a38ea974440bd56585ab087f6a85
|
|
| MD5 |
9e56ce4a8cd0d424823667bed6841f09
|
|
| BLAKE2b-256 |
d4e6f29a0234f3cf21e2f11740ffcbde7a4911d366728cfa95061c01224a3a82
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5bea453e32ef484c6d2881b88387d1cfb8fb9a2cece2532772777bd0d896229
|
|
| MD5 |
a7711b79bf827f5353bcfbd391558d80
|
|
| BLAKE2b-256 |
80654102f395f3772582923729fac6aba30306b8affc3304e80138cac9f44d09
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8875a5181649ef149dcd243beb7772bcab478ca785aa77010d353271e403a01c
|
|
| MD5 |
d5f5396162637d03d27cf12329a1e6c9
|
|
| BLAKE2b-256 |
46abdcdfab98825ec297863208930b9bc5469542c7b3a8aa61e4755d95dc7ddb
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51ac2750b24715475db051624fb16cc35fa189fbdd3bf84c5f4ef4b314f1ae86
|
|
| MD5 |
cf1b8db4fafa00007fba30e0e6dd9ccf
|
|
| BLAKE2b-256 |
083d772f4467a39c5045cd96bf642aaa12d24f28c3166534dd3b4c12b5669b11
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02a5de1ad6eea118a04f9d1eb876fd0314cf8e6e8babcc16cadc954098523f88
|
|
| MD5 |
f70015e2f8fd237cd436a5313a620cf7
|
|
| BLAKE2b-256 |
6678d10b71ac498cc32bb70d743513cb7f46a1515cef89664b5576cf3903b9db
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47ed7d21697fcab18b42dce2cfb2dc817fe780d3f87612fad033ec6f36e2f46f
|
|
| MD5 |
61b03f9045134cbddeddd571b5eeeb2c
|
|
| BLAKE2b-256 |
ea8a1c395a1a996b08cbd6e712b3d173e7b877c4981631c85a7f17f55a603735
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f46dd72b0511922ab0e80ed37232f88db114ef0f4f33b1bd3680d03e07c0c7aa
|
|
| MD5 |
6768ff806804e5a92d9d220fe7470aad
|
|
| BLAKE2b-256 |
75862569d6b9d865839a38ef5cd5dbf069ed5281884913a8eb4d7c671d62ea5e
|
File details
Details for the file starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d12a9a0354632c83c6b26550f0230b5b45598602cd826e19220f7278bf842de8
|
|
| MD5 |
16ddea5b1b805e6654d49cfd6fdae7cc
|
|
| BLAKE2b-256 |
cc644add7a2a41072ff9cae859c13a770e3802689457ba28a21ecad4e60feef6
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52604276fa35612cf9d048374ef85f2ed125a8157f998dfe4e1aca1adee5e578
|
|
| MD5 |
6120864904c1a932034a2171cd7f730c
|
|
| BLAKE2b-256 |
b6478a4c4f607cedbf84e505bf4af560410470e5bd5878291e572e1c087f937d
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8e118c8a309bc76fe9f0a4b27b96bf57076be036b162003735f460ed00f6fe7
|
|
| MD5 |
f7d54a6c4d193ddb3c998f576991f8d1
|
|
| BLAKE2b-256 |
42e694853978e225f74353f7db9ac9f8850de51b52eceec3832be6c4532ab878
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76afbfe805d5d6bc5a80482a0abbf981e76dd90254236c660b65528b2e192a1a
|
|
| MD5 |
a5d631fd3c7bf6065ec5599fbb8ab1e8
|
|
| BLAKE2b-256 |
95a9225f8a449d0f845c731a4c7e98d190f620b566410634f22b5c56e1186de5
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d0d96716de565c23671fc5e678a661e78bd239cf57c752c2b0f6633bfc79e41
|
|
| MD5 |
c74d399137046b5e944a0cc27dcaa99d
|
|
| BLAKE2b-256 |
c6b394a45019fb3e853229850b0889a65f7b7161f79076c30db1fa63094af3b4
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bda106bc2f89e30f23c275414539c98a797ba2bd6df050d1d74f2dda0412ac6
|
|
| MD5 |
e8f40a96f25fc6ac3d525dffaf34aec9
|
|
| BLAKE2b-256 |
35b6772227aa7ffa7b8662d0a937d5ccc7df8e256d0bb9a2bda152b177aae3ad
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94060e9332532f74514e491006e4272f296d3ef2737bef02bd9196a070d731c6
|
|
| MD5 |
0053c983a119d2be1e0ec7e5cc91aa04
|
|
| BLAKE2b-256 |
53f141c7f4c2f65df5e48cb8db6d253f4e1c71b620a232201b5256aaa88b8a89
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0009e8fdf4087fccb9eb454bb76644fbf6258ac5b0c86173bc0aa4baf822603e
|
|
| MD5 |
ea979ff95265396d10c6160d0b35ea28
|
|
| BLAKE2b-256 |
c26abf6d079c4597bd0bad42554505f9a634ed329fa7b6d9180100855426603d
|
File details
Details for the file starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0150c33984ef012b70a07733b2aa339650082d50a5c3ec8b9c9c2967d01df442
|
|
| MD5 |
80426d925d7883d8a3983f730f78055d
|
|
| BLAKE2b-256 |
29d81acab8e7726ef8f599d0c0fa126323cc9606ec3654ef9922ab876fe3191d
|
File details
Details for the file starfinder-1.1.0-cp312-none-win_amd64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64af329412005094fd575faf1b4a481af60e23972daeaf42f0e2231aa710781e
|
|
| MD5 |
860c80142c07f5d9e14165bf758737f6
|
|
| BLAKE2b-256 |
aad32ee39b998a6daa9c85c82d8bc3380e42c3a34960bfda4cabcc4fe3d3cb81
|
File details
Details for the file starfinder-1.1.0-cp312-none-win32.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-none-win32.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f094bbf68076d7b62a4f11505f2bd6d680f8bd8b5bd08b6380ad71c48f42ecc3
|
|
| MD5 |
f7dc679613d8899a2cbed13883732041
|
|
| BLAKE2b-256 |
693c649211b850ab6468368621390b5909c9cac56335b48badf8e509537202d3
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e13583781c1d7d4981e4c206c163fcfeac0ee3588ca5d2bbc0ec10255a52681
|
|
| MD5 |
4b057179420696a93f38df2445b11578
|
|
| BLAKE2b-256 |
088042ed98710c5ebba3157c66fcb1a17f0fe371157b45edb9a4be3717b8efe6
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1ff791199807e52dbeef7ad1254824f38e902db7feffff6b740e614aa11bdf4
|
|
| MD5 |
65a9b8286c4d54b7ded776daf871526b
|
|
| BLAKE2b-256 |
6d7aa801180766a57366424667d3890ea788ac2141bd03d883e8912507292894
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5be42543e1e6176b9a89b9b5d04a306f0eeebbb491181ed25a0d5a7380b4c0c
|
|
| MD5 |
6565ffe802e4416eecba80907412ad10
|
|
| BLAKE2b-256 |
943a13b3e20e3d7d9198d518bf2de44f63a6871711811cbcc0ff0d7982bd5754
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68e638db792b5529922be559b802edd89a7f9a2d3cbe258ef24fc4865593d9a7
|
|
| MD5 |
dc8f844cb12b4b8752d946b0652a9f44
|
|
| BLAKE2b-256 |
b008a8b98d04b3bfd87ff0c2fd72ead2701010ff4b5f95b97d57e285612f9baa
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0252e7b18cdfc953afb83127d287f18f11e620e2c9399903d65ea203401fc337
|
|
| MD5 |
2f8a2aa4340dc5e55ab75f7e3a601410
|
|
| BLAKE2b-256 |
8ab14f23c704750393bbd171afb2f56c0e18d4dbffc751c402164264c1c5b1c3
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65b934ac64d9d375d9a5b68a4fa9cad222367af3c70e79ab5affd843755a641a
|
|
| MD5 |
1435883f5dd193283c32a0345981369f
|
|
| BLAKE2b-256 |
612b70c04b0e19320b554feb939fa70ec1f58d8c9cf68c4f08815258433f04e6
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64e603c32a6753b68386585d87ad3c06c31cc928df30130d7768a5e79b141f6c
|
|
| MD5 |
2ac06aa9f3864220014527a5ba6555c5
|
|
| BLAKE2b-256 |
61d110f0878a604f7d668286d90a023de92945334e0911ddab4fa4e778c89a19
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a87bdbae0544ee4bc878218c81ff8e99ff775339601b5a6826290e42c64600ee
|
|
| MD5 |
68c40612ac8bcfa9de50b3444acac42c
|
|
| BLAKE2b-256 |
a129b8d1513b9bb6d901a4359745d1e00b5c389cd749d81680441a991bc14c1f
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3209e143e6ef62662efad31bd4d10603f2465d4cd9e97193f6cf3575efcde7d3
|
|
| MD5 |
ba50ecd253be7b4c98760ceaaab5a4bd
|
|
| BLAKE2b-256 |
b8e79f4802ef7b3d0a72da9c6c206772038c43e684eb4defceeae6e813767c6d
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
390ed06e9415e5721032c12a3c8995be1788e539111de2fb8639e9eaee6a75b8
|
|
| MD5 |
b7e2ed8930c38f735b1e9696411662b8
|
|
| BLAKE2b-256 |
8951ce22ecd1ee5f66af32dfb6ff854fffc138afe7095b13f639d70fe1677f00
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebbdba12dc29ed1734821042c9340999ad7e62ed4ce0231cfcc3b1ec9f578847
|
|
| MD5 |
09f1917cbeeafc0d54ab760f125fb21a
|
|
| BLAKE2b-256 |
65c14e1ff09ed089ba3e7e14208426b96ae2f4e6b153c3667280d0fe7bbd5661
|
File details
Details for the file starfinder-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a539e98133845ab569e1fc31e5e12dde4112020c2a2ecda8098e91a7f51f28d
|
|
| MD5 |
51f08b6dbc467278bb3dfa54c806f2b9
|
|
| BLAKE2b-256 |
6658921bbda449b1765ba9845b221b71dbfbe813b27f43c26a30f6799b6089bd
|
File details
Details for the file starfinder-1.1.0-cp311-none-win_amd64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f81449666f8c53236717a12db206be1ba090a3395eb5fc617742023786fbba47
|
|
| MD5 |
3474741430b27aabc922a3ac1989923e
|
|
| BLAKE2b-256 |
f902909e08cdc0676cc064e0709a49fe271af4aea06ddd5651b532c7528af2bd
|
File details
Details for the file starfinder-1.1.0-cp311-none-win32.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-none-win32.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004ea4d8a8b4baab170d25f84bb46f62d475c34d4a69b97608481dd8a5b7d62d
|
|
| MD5 |
cf313445f2eb17b284cd5713be7f2353
|
|
| BLAKE2b-256 |
15369cdc6f0ff449717894c043905ed1120b6043127c88eed868893f2e02b395
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3691c4b6d8fb4e05da84ded287cbd4c7e036624b0a950a7d30a378de38a04494
|
|
| MD5 |
078971299fa983f7c09c3bb359a55f8a
|
|
| BLAKE2b-256 |
3d70f691a9c90db3545b2299b7d75ca78fa69d90c97a6a91e5c2e57e9944f82b
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ed530c15d75c75f3f25a788afdb8a50888940dbe4ba7adebb7acf42c712854e
|
|
| MD5 |
9f70b24e8ba33c17f4570833258e5e73
|
|
| BLAKE2b-256 |
4e16a44b18adfdba05549e0d0f8961a3dffab323fa591f3dc433e46fe84087da
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ee4f2c291d6cf5f8e6763f37c7b2ef8fba1aa16067df1403e24ead70cad3bcd
|
|
| MD5 |
a7838b1465680379a293c4e21421c055
|
|
| BLAKE2b-256 |
bd9e168632d0eab0d82cac15bc963edb57f08a275f274aa15e83a9d00fc3af79
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ece0b3e04ce776566e63f68440bc9a9140a35b29bc36feadd25b7dcbfa6d32
|
|
| MD5 |
088ff479a2c508fe58c1685c7f0ef27a
|
|
| BLAKE2b-256 |
02f008224dde7b72f00ec988cfa8ae3ec16711b349d784df5ef5458f83ef987b
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfebab5536992eac770de4e5c3364b728a76eddd59d9b797b2e981db8424b7e0
|
|
| MD5 |
8bb6aba63e812d61198bf8126383d0fa
|
|
| BLAKE2b-256 |
03611ed7a041995a0a36742e6bc4d390bdeccd7e4271d80b6aa32713f42517fc
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7897a19f9c4fe50903710534b6691a6c918746cc84376cc67da4954919cab709
|
|
| MD5 |
e2e0019a4c4b36571805428fb5696a77
|
|
| BLAKE2b-256 |
eed6a92bb265079d2ec35d4d64c4380183882b1f4e9e4dd4d4f15c10c8dc3e1b
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce5af642d4b86b65c25e5d43b06e21a80a0186a67b99a04f2e406f292485913e
|
|
| MD5 |
aaf835207585288190fb97ec5147fe94
|
|
| BLAKE2b-256 |
c47409de9534acb35b0ccc78e56029961ea2f66873f3c14f3365e70b33bcb5db
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54a3dd1d754dd2369d8129cb5d50c0393af7c5bd7f56eb4d4f9e75e988bfe0c7
|
|
| MD5 |
7c91a14c7d7822e4629203afe70f5c68
|
|
| BLAKE2b-256 |
e856a234a9ad64211d35ea383ab836f9611485e091eb5d6a81e4c88600fedec5
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9bb2157e2d60b420a81f82b2e23875104290a06f77d9d32ac3efc2d6f0c5c5f
|
|
| MD5 |
79842396e0186b3df340b2b3d9782056
|
|
| BLAKE2b-256 |
fccbb7ab0351f673c4f2682e4136a5f823bb4eae00647aefae4dc1ccd4c8bb08
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f946e9fa70dcf4035d57286a63e04b539bda2d2652ca99a6db44153b4b1b14b8
|
|
| MD5 |
f71395d8a845c93d1c9efaea6514a58b
|
|
| BLAKE2b-256 |
8ded6cca6adab7db0a63ee82ba6123e73a17190123c5baeceff13b9d5c3824a7
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c26d81eeadbf6544505c0de9c8398ad90cbdacbe403f663529b62b841218f8b1
|
|
| MD5 |
fc66f3effbe8668a537e93cea7a2b351
|
|
| BLAKE2b-256 |
2dfc68dfd3056d3ca51ea7c321df7feb812a3f9be2b7794be1e359b79bdcd790
|
File details
Details for the file starfinder-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ddcda23316a1017814f904a7f3ed8a5ea6e8cbacc96756c7642fda68027b236
|
|
| MD5 |
9a2014c0ba8ac2bbb1a35d43dcbd26d4
|
|
| BLAKE2b-256 |
3f27f0215f1530aee3ca910be57cf5e17595a95d87e88734671dcf87082f44d8
|
File details
Details for the file starfinder-1.1.0-cp310-none-win_amd64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85c3c9265564b9d4ac66f2b81b3418b66e6973d50c6bf6c5aee8795ad0eb707b
|
|
| MD5 |
9925fe5026caac5aa570ca72449f4e40
|
|
| BLAKE2b-256 |
5f1f7d3b33fa69819fe7c7a1ed641738d5acaa706ab93afff753752d01608a2b
|
File details
Details for the file starfinder-1.1.0-cp310-none-win32.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-none-win32.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d07ce2f82c70c420b4e0d68953f3d501e2a1b40b7f051eb97b3f9958731c2127
|
|
| MD5 |
f6c2505eb06079666532a294d5513fd1
|
|
| BLAKE2b-256 |
bd9dcd51249d5d80c7a11cdf3a5bbe4540221dfa8e8ec74bd275d55b5c74d102
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5e372aad2e41d390817d9912b2a7261cabc5ffe131927f8154a97c7bb0fb99f
|
|
| MD5 |
5719b6e138271701344f5ab40b70a0a8
|
|
| BLAKE2b-256 |
0e560c58bf0b8d18e6dd465e940133362a378c56e3049693e2ab2f850df02491
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96b3ac9f79d5b8068b2042bd314568d4279d989260832904ff02194c0ec4811d
|
|
| MD5 |
c89a351d4cc2e53fb8a22d11486070e8
|
|
| BLAKE2b-256 |
c7414f774c73d74d3e3270c388737b0a4ff166a6cb8be54d14738fe7ab81777f
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d78c78adac5dd814f0229f6ab4db3c6f91ff36e15563f47753474be106b20ca
|
|
| MD5 |
a753618244e32e501294ba599cad00cc
|
|
| BLAKE2b-256 |
c2f04b89e4224108a0dfbedb8a2de97f736b6e124958686f279a04d651521d95
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2ec0747aa2086a1936a90bf7ecf50923436171f682b701a0e6e77505080e695
|
|
| MD5 |
e9a014ed72c65d8a75e6d0d828fff8f5
|
|
| BLAKE2b-256 |
88eacdc0c264bd10a8aeba219b95fd798b8324d8ecfb9050771c9108b34b7822
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08afa73cb6f3f9050b871286dc398085ba574edb75c5a465dc38cd0b826d4409
|
|
| MD5 |
73bd08ca5dae43df0dc3261e57670798
|
|
| BLAKE2b-256 |
705cc076a2bb027a446ca01e03bf812e025b417535d3cb4d5823e38b6df10caf
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0a3f4507bc27a077991c5dd42272a649648af0671a291e08440d96cc8e4218e
|
|
| MD5 |
11b5ea096c21d682cca20d542f10eea2
|
|
| BLAKE2b-256 |
61723c5c9f4c16903d1799e516b8c767db4dd7b525139e56d96c5e78d3f2dac0
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15fd211d5b543df2e35129ee5f88a6d54f938bea9584a2eafe203db274afe818
|
|
| MD5 |
4d4744a1e2dc9793af25bd0a6daa523c
|
|
| BLAKE2b-256 |
4161546335819fc002f1b57a580348a78f71752c545a22206f409278bf3fe6f7
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4c0e49c5b6296ba8fc7a64f6fc7af0c205882a2a1d55c9bbe9ef4b4bd41387b
|
|
| MD5 |
daebdc3e5f095ba368af73f17dd3e373
|
|
| BLAKE2b-256 |
5277c4c80e0b2787900b9e8cbb3a64c5b5b437f8c00642d338182138f5cdf6c8
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d19c00e76e9a839b7efe5b6e0fc7c4d00492c3a10bf2e668d95aa310a370574
|
|
| MD5 |
7df46b16fb66df96808727416786fdca
|
|
| BLAKE2b-256 |
ef7aef1b0588a6c154b1a11ebab7c99d5f00ca0c62c60c09b136b6d41fff27a1
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5810f32f58ae32568595bc64a885f19f766906cbf2ab912dc7b6c87c4bb8f40
|
|
| MD5 |
4d33d06c48ff3da4c50794409780a1e2
|
|
| BLAKE2b-256 |
19c1898da3f4d3c1fe4259c4a9b3b5c7a2ac85f381ec86fdf2fc9afa76a85405
|
File details
Details for the file starfinder-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b6ffb028dedf7eaf435a30278a0f4b2c37f2faabcd6e7beb037dddc7ec017c1
|
|
| MD5 |
6e8307bdcbaa0b4444f0989dae11a541
|
|
| BLAKE2b-256 |
48deaa94ebdb5e5892fd7c46a45293ae71f1e082c5c98e5381a9663a3aba2cf6
|
File details
Details for the file starfinder-1.1.0-cp39-none-win_amd64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
495b34ed127fac81cd6b48206a5b53cbc1dad77697aff1125fa44b559ad0e382
|
|
| MD5 |
c31877bcc82bd8cbdab7e1b0cd3bee27
|
|
| BLAKE2b-256 |
60a6b41880f7928d998097b90b4ecb7f81226f779d4cc1746c1885f6619d387c
|
File details
Details for the file starfinder-1.1.0-cp39-none-win32.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-none-win32.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a91c50bb754eda5feaa50334a82e1ef3a0be0690cb3c444d48f796624925002
|
|
| MD5 |
5f6c9d975e75bc683cb63097dfa7c5cd
|
|
| BLAKE2b-256 |
6a73a3d0c18df05164a253b920b7a233269332d70537dea0bb9393f0d9e19816
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db4e932751a14b5f1b4172ecf28aedc518903290ee4d5dbe69cc53940c54291a
|
|
| MD5 |
f19ea021b7fbadab88a8501bce05c999
|
|
| BLAKE2b-256 |
92ff2f69f388b192d27b1eea15d0377f8896ae38b82dbee4e65955355fa9b7e2
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08b1641f8e6e99c31068fdd0c8a5ae5b8eaf608cace977d9807951b7059f465a
|
|
| MD5 |
019f30218739d7778b8caa04f49023b5
|
|
| BLAKE2b-256 |
abef6b1c61e92bb00724f789e581f2c29f0d35f48790e49b73068aff1fbe0ec8
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d47f7554d35fd85f9992ce02d2915d3b8805624d1e1d97fb6f6df2f3b05c5a21
|
|
| MD5 |
1a0e0227333b031faa5721ee7658335a
|
|
| BLAKE2b-256 |
bded83218bdbdef29aa0815f7521fb05a4646abc1e7b259d9eb833bb04d59b55
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13df3cf1c419c9473401d4e1548e661a0d1ee4dbf7886c981f000560b7c1f4d3
|
|
| MD5 |
2ffac1325937378b8fe71fd4214c2d7e
|
|
| BLAKE2b-256 |
31c18de728273013d3c60be4a33f640054fb6d8a9f72929bd05d74eb56d8a0bb
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
615b1194c2601b7869bdc4731ba5f7522560d4cc66718c197966295238293d07
|
|
| MD5 |
2b7f58d70d24c1dce8faeade410d77b0
|
|
| BLAKE2b-256 |
331aba8d4f9f614cbbe3df338c335be7d79de7aa142f4b9800b2b351b41b8d18
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25d93b94e3a465d4bbd72f5bdf5207d44646a0f2c0c9b9b52f3b875d03f5c1b0
|
|
| MD5 |
bc8c62801e92e065c788fda04c38d22f
|
|
| BLAKE2b-256 |
b6ef16444cadd6287a5a39c3d61a0bac972c2bcd823af0846b39a60ef22950a8
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ce58b7aa916b06560e35ded51f5fa8bf4b3580822db05806cea7b5cf886d6b1
|
|
| MD5 |
f81bb9230557c2aa4aa574eff76389c9
|
|
| BLAKE2b-256 |
ff5df916e202f48be743117ec53eb8455b4c657806ea913ce1cd4a90ce1cd2c2
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1846e01357fb510203bfad3021f9e10c3b11aa781d9ec4ef3e67f572bc8fb559
|
|
| MD5 |
9fb53d4598b0d3a33f26eea35fe64ae3
|
|
| BLAKE2b-256 |
f68853c23c8dfcf2e1d5abd2e7da0c1ae1b6931f39dc6ecc6454e1ca79524d04
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad73bd7c45ba05ae2ab5400aa4de0f574783efe12ff88b495668ddeefeb4c725
|
|
| MD5 |
b0a6805355cea273012cbbb737a6f2d1
|
|
| BLAKE2b-256 |
735c951b16e53b98696c62d31b0541a8c605c5c0deca4b7e413e25fe115d1bfa
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1305ea0ba82cf9237a995f2ce7d7ec32b2564b88d8d0b2cfbefc28b6d39442d3
|
|
| MD5 |
f683098336a0ad07e2d3598d9ecd261a
|
|
| BLAKE2b-256 |
23030ffca2f0a166dc48e7af8e4ee5bf902136abae99bbaddda4f862ca2d664d
|
File details
Details for the file starfinder-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f719272c3b9b7ba1f8a3f72cba7d2a31669f7b9d05741e3db54fc7f1687f03
|
|
| MD5 |
937ddc4a93a1152ae7db2d1e631dc7f1
|
|
| BLAKE2b-256 |
5210cce80bc3f0ad8c0d1a20175ab036ff319356a5013501cda2f420bf817f60
|
File details
Details for the file starfinder-1.1.0-cp38-none-win_amd64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4dbb8094b5a18862a5d3fac4323cfc1181ea6b059ac8e3482cf8b6c0c9cccd4
|
|
| MD5 |
64bfa4eaa8c0ede06e8fa228b66e996e
|
|
| BLAKE2b-256 |
7a16be31820df100e44c63fcf842a4b378e327be82bf9d9e5a0387673d89101c
|
File details
Details for the file starfinder-1.1.0-cp38-none-win32.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-none-win32.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9f18a1fc0720d19941ab449d418d666d4cd41fddb106e301b1cdea957f0a5a9
|
|
| MD5 |
e985dcb77a555a8d5647a4ea46edc13f
|
|
| BLAKE2b-256 |
86b5c2c628ea8b6f09fbd0c7fee29eb89f9857ad02ebc95141d2aa2badec494b
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004447c202bd66553e4aa1a331d7cbf38ac40b005c63c74309f38842153714ec
|
|
| MD5 |
2a02ddf19bcf6da912112d10d66d6d1b
|
|
| BLAKE2b-256 |
1ac2ab147fd34d9c0115dcd75c7d5b486f8f9ed2b87435f9fc3f2f78aff8570b
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
530818c4bc8b1babd3fe00824a7ad2e66e8b4db3ecedd05760cf378ae2c88488
|
|
| MD5 |
e3905dbf9c601e9296f4ac0a4a40b3a5
|
|
| BLAKE2b-256 |
aa678b421c7ecbf7422c0ad077dbbf63aadc691f02222c3f73528ada8b67cb82
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b7f14a229baa44dfb7924b2911abd450641797a596bd35377212bfbfe862325
|
|
| MD5 |
1cd0d5e54ad12ce29a2fb740cf11e31a
|
|
| BLAKE2b-256 |
8916c957a1ded74c687b580485af8ec605e8082121bcfe3d90150c22f2fe8c83
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb6f9b3e0fe0461e759909515fa82e46e9af826c9e0f18292e09ffc2347513c7
|
|
| MD5 |
61001da200db8d9c757f3d89309b6196
|
|
| BLAKE2b-256 |
d78126ca2fd9aa8687e8dba45fea8301f021cd9aa743c78c0cc0aed13e5e1e33
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19258e392a8eea6682f8e5e7c4fcd7dd8829f715c16b1aa832d6568293f12b9e
|
|
| MD5 |
cdae8ad86c3c5911ad4bcf75a828e0e4
|
|
| BLAKE2b-256 |
3e74292219c4bbc618f1accee81ac34784b65dc9c8a6facc5c77a6314a89bc7c
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d13bdc2bdbc422363d2a78fa6e4bdbcfa873fda7753f02f15e18beb4b024cb79
|
|
| MD5 |
c3f6e2c3ec5a750e78c9a75fd9765092
|
|
| BLAKE2b-256 |
15cd5d40c19ce39bd790762a75607c19ba811c1ea2867162369f0d6d756e7b4a
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db81ecdfe449c162efce9c0de47a554661672add3d9c6a0d802f2e897fce5ba6
|
|
| MD5 |
ffbc8050cbbec9941d3ffac6e130f41a
|
|
| BLAKE2b-256 |
225c8c9ca301c8224f4ca8cbb45c40bd0c993c9338ab22b167d5c081ed7d7ced
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce61dd48e7293a9934177f3973b2666cf74b3213bfb73218564e9e1602bde3f5
|
|
| MD5 |
9fc1eb419eb80e7fc70ddcbc72777bd7
|
|
| BLAKE2b-256 |
61b9875fe4cf185d53fba75cfe45a25fbb3c5441e362c67cad03223b6d2f4b52
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4145e4c339f9b1774f6ac596919a190d9fb81db8476179a802ca6b2dfd6cac32
|
|
| MD5 |
95b6adab202e1d7596a260fae870c0e9
|
|
| BLAKE2b-256 |
77325aa5488ec3f74f313800f0954e9c273ee2af02063ba7a4bc744cd7f47494
|
File details
Details for the file starfinder-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: starfinder-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e596e6379358e201491087ba16bac4fb9a12ffe2775c9f164521afc8ea91a882
|
|
| MD5 |
4fd519840eb1623841cab3c8524b2dbe
|
|
| BLAKE2b-256 |
a94993971c0513f3cb01367e7a5c94b19fc37be8091dc5c44c2131ff3e6c29de
|