Skip to main content

No project description provided

Project description

IK PYTHON

This is a python api for the rust implementation of inverse kinematics using PyO3 maturin

There is a GitHub workflow in ../.github/workflows to automatically build this when any changes are made in this folder or to the Rust implementation
If the commit or pull request is tagged for release, it will also publish to PyPI, so long as the PYPI_API_TOKEN secret is set in the GitHub project.
This workflow will not currently run as the test cases fail, but to run it anyway, comment out all instances of needs: test in the ik_python.yml workflow file

To build/develop

This requires PyO3 maturin to be installed. This package can be installed with pip install ik-geo, or from the this directory with pip install .

If you plan on developing, you can do it within the python virtual environment, or outside. When inside, you can use the command maturin develop and it will automatically install in your environment. Outisde of the virtual environment, you can use the following command to build and install with pip: source .env/bin/activate && maturin build --out dist && deactivate && pip install dist/* --force-reinstall

To use

The API documentation is at ik_geo.pyi, and there will be typechecking with mypy installed.

Look at examples/sample.py for sample usage

Notes

The GitHub workflow for building this currently fails because the test cases don't pass

This is due to imperfect 1d search in the Rust implementation that this is building off of.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ik_geo-0.1.0.tar.gz (38.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ik_geo-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (561.2 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

ik_geo-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (561.4 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

ik_geo-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (561.9 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

ik_geo-0.1.0-cp312-none-win_amd64.whl (466.1 kB view details)

Uploaded CPython 3.12Windows x86-64

ik_geo-0.1.0-cp312-none-win32.whl (403.4 kB view details)

Uploaded CPython 3.12Windows x86

ik_geo-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (599.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (560.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

ik_geo-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (511.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ik_geo-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (569.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ik_geo-0.1.0-cp311-none-win_amd64.whl (467.5 kB view details)

Uploaded CPython 3.11Windows x86-64

ik_geo-0.1.0-cp311-none-win32.whl (405.0 kB view details)

Uploaded CPython 3.11Windows x86

ik_geo-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (561.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

ik_geo-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (511.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ik_geo-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (569.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ik_geo-0.1.0-cp310-none-win_amd64.whl (467.2 kB view details)

Uploaded CPython 3.10Windows x86-64

ik_geo-0.1.0-cp310-none-win32.whl (405.0 kB view details)

Uploaded CPython 3.10Windows x86

ik_geo-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (561.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

ik_geo-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (511.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ik_geo-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl (569.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

ik_geo-0.1.0-cp39-none-win_amd64.whl (467.4 kB view details)

Uploaded CPython 3.9Windows x86-64

ik_geo-0.1.0-cp39-none-win32.whl (405.3 kB view details)

Uploaded CPython 3.9Windows x86

ik_geo-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (562.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

ik_geo-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (512.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ik_geo-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl (569.9 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

ik_geo-0.1.0-cp38-none-win_amd64.whl (467.4 kB view details)

Uploaded CPython 3.8Windows x86-64

ik_geo-0.1.0-cp38-none-win32.whl (405.0 kB view details)

Uploaded CPython 3.8Windows x86

ik_geo-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ik_geo-0.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (561.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

File details

Details for the file ik_geo-0.1.0.tar.gz.

File metadata

  • Download URL: ik_geo-0.1.0.tar.gz
  • Upload date:
  • Size: 38.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0.tar.gz
Algorithm Hash digest
SHA256 722f9ae2ac189445ee8c53776b79d88cfdab91afc2c3b394721873a564c2a9a6
MD5 6415f543618693fd90dfbdba3e6b9ef0
BLAKE2b-256 68c8e38810f03445dba0f35193378f58043f488706960d5a4f217ef4dd3d7f36

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32c3a2e05629596c7994c9ff35baa7d9a5003edf2f263e668b112c8600206916
MD5 d5284e1b520874aeab7852cf53f8e434
BLAKE2b-256 dfdbcaa111b9d762620f3b961e6893e094789a7d1a3d687ba3f43c840cf6d5c4

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d9c63a793816bf1c011be1e4bc35a5e1121cba7bd0607f489ebc29e5d7840364
MD5 96ae18d4eacccb8ee73d680bc5618a90
BLAKE2b-256 3262f26e288d2379e44bbba5f4d1e43d2cdc7a3bfe4d17fc9462e9224a71fd70

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5c3c9b7ece88e545d8b4817aad553dd144af6fc492ad35411d23bfa51755215
MD5 d5fe4700d9376230340a65ec05287031
BLAKE2b-256 8f3621355f612cd5f6071bdf3b7073aed69340b00740798013265fc9b86c9599

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 661c350b61a541616ed69855eba56846a794a948cd3fdd3e5e328c7b1bb62dfc
MD5 f5d7fbe1603909b3f48e29f324bfa142
BLAKE2b-256 9643c43ceb54246f69be30fd77bc11fb5c640b8fa502c0ef324122672c4d31d3

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08113bedd40bb3019333aa3f235ecf1e756e403172fcbde49f4856ee9c10b9d2
MD5 6c507ec40634a3054024289e425039a8
BLAKE2b-256 e87baa9fbb29fea1dff59bb816e8363f831515c770d5aa3cd61d28355326a81b

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4419c5146364d4ef6b4ab1802190a5e0414fbebd868625836e75b4418e80590d
MD5 dec5820d35bc5ffe53197e40c70cc42c
BLAKE2b-256 57fe9beb2fd2247f1e75a7a7131992ff8737607ad9bdba90945d1330c7609446

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 466.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 08065de623c22fd597fd7534bfb5881f6ca829b0cd48444edc359efe137997bf
MD5 24176e9782f666bca8fddf0f2d58c731
BLAKE2b-256 cd7614f55f6401c4963271927daf9fc11990e6b41735eec72a0df1ea720d05cf

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp312-none-win32.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp312-none-win32.whl
  • Upload date:
  • Size: 403.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 e5bca43282b4fa5244d753811e363b32be52d51c2e7f2da3258285e65a924fe6
MD5 2c4d7888ed8f097f53bd52fcd007467e
BLAKE2b-256 95b38ddaf65439c53727f443310c5408824617b3cb50949307bed6de986ce93e

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a44681e8b2312c2daecb9081cdf4aaaf43591e318ddab37468ea8a4c8bf9e716
MD5 a7d72ef1cfa2cb5c3980a74eee2c4b12
BLAKE2b-256 7ab2c4d16f75a27a2ad34612c2901e9c4b30642608700688078182ed58cc7ced

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ff2cf5da25655b5738e40292da33a2d3b36b249080ed584412af3c4389d8842d
MD5 59cc599b587b03aebd8d21c201d75776
BLAKE2b-256 b737940715fe5171302bcaee376cb9c74dd8c5c27cedfa41d2aa047b6e321715

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01293cacef5dbd9b6a6b931e6fb153bf23f7a341b0455c7383a507656a797aef
MD5 4087eaa786fe70f2bd6a4070710c5b10
BLAKE2b-256 0f4ff4cbd24815aed3f2cbe3264341c7bbee148d178cdb26b9e3c847af68126f

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6b131d02e54e911d4da129eabcc55aa37ad1bbe22014fa74d44488adc31cd611
MD5 3d3cf1a00e83c5b6c029141ab1f0b700
BLAKE2b-256 d057b15b9329a55a9873c2eb53a0af49d9e22d680db382e2b224f6475bc5e739

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 467.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 dffb7bb6a0aee9c62f246ec0fc17ded2ec0d0cb028bf871a6579c237a5ec7672
MD5 dac453227c306d96cbbf4d6a7a545a78
BLAKE2b-256 86f0a859b2f939201ab9f915f5323c1bd880fc73f1dcc5785dcbc875919f8959

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp311-none-win32.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp311-none-win32.whl
  • Upload date:
  • Size: 405.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 80fcfe8834dcca6281a6e5b064716ca0555a51752a22d0d68ded65a3ef4880bf
MD5 77e0ebe0c9b1efa8ff9144997094e879
BLAKE2b-256 54b18b06b5ce2ff05aca70396d0a55b1385d694997fb812e4a26b0d972e90d90

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c7365212ee0d099688f0aed3728255a4ab25f08d3e9daba631cc192b2fb19e2
MD5 2d0136bc7d6c86f3def985e03d2fcd7c
BLAKE2b-256 b402d2db4ce9e0f807d6fc3bbccb410609dae9e15fe18dfbb85a12a6786c4a86

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 24465b949a5ece760f1985917e5b98cee7a311cb79f48f63a42b688f9a783336
MD5 c682092897d2e8100da4f7905bed8e79
BLAKE2b-256 b4707681e2662db69f93e4d4ab97e58be39ca6dd2abfae6c0acaf6c69affd022

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a4ea07dd3b7e2b2f1ecfb697195a31e593a5b28993f55a54cfff8e882f2c386
MD5 a15069eba7a15b2df3b09e4addb9e60f
BLAKE2b-256 73bd9155d8030eb7e0aee5f5f6ec93a6e0d95e96d13b27208f242b13b2b940df

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e61bead1bbcf8ad1f20fb3dd1244b80f36509b9df94fac6743518577ee8ab307
MD5 62ce1c44271f9129f84747a9d3746bd8
BLAKE2b-256 c79390234593444a55afc2ab8f4593e7f135198ffa71c9a31991fd4372aa787c

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 467.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 0303742e5d8c7a6ca1a6efa38979c3e9c305899bced166b984961d4a7e9f195e
MD5 4f5476206cc34fc8ac26d9d01920a043
BLAKE2b-256 a5e01c5cfeb37b2923a1b8abdec25430a5743a89b6843c48e8a383646e8c79fe

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp310-none-win32.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp310-none-win32.whl
  • Upload date:
  • Size: 405.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 c0589f481eaa240a8817e95b963fb6db78cf40384b86c8d375bf00735b7b495e
MD5 da46c0de0df5aac6082ba4b386aafe6e
BLAKE2b-256 dabcca9c84cab316e787f4f6e65de6f0e54fb0131b998bf1e23c095995d0236b

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07456d980a3ab90ca132f2b211ae052c88e708671bcca38e03dd6c481962bfc8
MD5 9067bdc119a8e651bd18c6b7ccc0b43b
BLAKE2b-256 ec72c607432338eda7260518f0ec86ed187702544061798fa549323becc173d7

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d4ae9c14e1925b723e3189becfc1ac4e45087b82f9b2b4086c87335586ffb6f3
MD5 a92b05512c7e2716d0e77e66b11342d4
BLAKE2b-256 7f63cb880c0158ff1bacd3beab9f4ee6455a808930ab574ae0bc0d9bd812d196

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37dee75c34479935435bb6f1e1357a17f5f7dac6a2a077d7df897bb112ddbd1c
MD5 c4c334f0fe35254865d0d87add0a8119
BLAKE2b-256 8b9c1193a395ecdd149a8b912c83a7f8281974d06e8c494b4e6f7620bc9f7b86

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3d2a036cb035791ac9dd9fd272d6b7f7d94907d723a787423d2d02e2e7e179e0
MD5 d6ce87f193011bd61659e1d636400d3c
BLAKE2b-256 4f5fa0fa1f1670ba584b5fb92f522ac274ad5d1a29a693b81c91ac3cd8936a20

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 467.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 4b61e4ac69bc5aef06fdc7421739f8b6ceda5696bb71d4db04e55ef27a282bb4
MD5 5c9989d9d9f9a1d20db69d9f0d7bbc40
BLAKE2b-256 9167d20fbcd4b3b8c803833feda4759a20f49935d2e051f87af77406eca3f887

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp39-none-win32.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp39-none-win32.whl
  • Upload date:
  • Size: 405.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a4ffa22235d17ff4fe544efe58b58451847909271386cd82d52074fac78f2998
MD5 a9a2ee21eb15918ff8d9bf7eb4d89cf3
BLAKE2b-256 32dd9848f2231e6ab8113aa7db4efb5988d14777a43e22a4b405739c3ebd1fa8

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27a83e9405252ef6e687f275e6af2a6e186be47e704554dde7a41b4dececf08d
MD5 69124f2d887678adb8b8310909c07eb6
BLAKE2b-256 d63a199424468122db04a6c20a2643f0d61c28a8adf6d211e84a832d1b573ee4

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 63648ffead903412aa397701d190c0c5fc06ad351c031bff6e568393893580f3
MD5 f235fbc56c252ff37912f27361ff73e5
BLAKE2b-256 fb2649a42ddf2657e2585d3a4f2362ac96b3d62ee0b9bfb95be77c9931c8f77d

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c33f76b6cb7207bb7e29b7ed22ff981ef8d6ae2b8f2683a23ec08d553b7574b6
MD5 31257c72fbb2d896aafa0dfd19da203a
BLAKE2b-256 4b4a6c16cf8b51eaaf1ffbcb2e57c6d117038ce02c4d7abda1325814568b5d56

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 963546b0d3d62a33be0eeed6a47b3b284ed8526d2b2b77ca7be7196c52d57ba5
MD5 97996349bd6c6282e04752ac6158e1ed
BLAKE2b-256 f653c847eed99797e70f1ca5fb0d768c8026da97c8089d1a2283708009025be5

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 467.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b36b72b870912498cf44d6c467910fe980086c30eebeb69d51f6bbadfcf14da1
MD5 1224595fa4c12994c28d7ecb49fbf1d7
BLAKE2b-256 d4202856ec6f13ab58af45e81292a97d8061428a6a6910a90e6126d0275c559d

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp38-none-win32.whl.

File metadata

  • Download URL: ik_geo-0.1.0-cp38-none-win32.whl
  • Upload date:
  • Size: 405.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for ik_geo-0.1.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 082b44126f4e939372eebbf40fb0b37ed77bda37b91ccfad87111372c7097505
MD5 3f999fee2e30d0ffd613f1439e1b2a3b
BLAKE2b-256 b7eb7a11628a0a435d821ec59faccfe763c512e6653a6f3318d3070fdf8395da

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13163e2cebd985f6755ba91d0a3f8dc8387eddef429fcae1ab6006f183da24a2
MD5 86fa1f9ff0a6e56bd6ea0997dc434c7b
BLAKE2b-256 e88f8dc59d201cd99daf47cfffe1ce9203088b58ea337266991fd571e3f58c35

See more details on using hashes here.

File details

Details for the file ik_geo-0.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ik_geo-0.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3a3d95c1a16f6f9b404711e3e0592dc92c8b916ef20b51dff1dc37c31ff369dd
MD5 c7a5165fe566c7dbd7c511c9d5a3ad90
BLAKE2b-256 6b972b1eda5afa080da0891d5dd00ebeb461e8cb605483ae31bf63f1e80deac0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page