Skip to main content

License Zenodo PythonV PyPi Ruff Pixi Static Badge Codecov

The reV Routing tool is a computational framework for modeling and optimizing transmission infrastructure requirements for electrical grid connections. By employing a spatially-aware least-cost-path methodology, it allows users to incorporate a wide range of factors including siting constraints, regional component costs, land composition costs, point-of-interconnection costs, and network upgrade costs. Additionally, the tool enables advanced follow-on analyses, such as land characterization for potential transmission line routes, to support informed decision-making. Although it’s designed to integrate seamlessly with the reV model, the reV Routing tool is versatile and can also be utilized independently for standalone analyses in transmission planning and resource assessment scenarios.

Installing reVRt

The quickest way to install reVRt for users and analysts is from PyPi:

pip install nlr-revrt

This is highly recommended as you will get the release build of the Rust code, which is significantly faster than the debug build that is installed when building from source.

If you would like to install and run reVRt from source, we recommend using pixi:

git clone git@github.com:NatLabRockies/reVRt.git; cd reVRt
pixi run reVRt

For detailed instructions, see the installation documentation.

Development

Please see the Development Guidelines if you wish to contribute code to this repository.

Download files

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

Source Distribution

nlr_revrt-0.9.1.tar.gz (224.5 kB view details)

Uploaded Source

Built Distributions

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

nlr_revrt-0.9.1-cp314-cp314t-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

nlr_revrt-0.9.1-cp314-cp314t-win32.whl (3.1 MB view details)

Uploaded CPython 3.14tWindows x86

nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_i686.whl (10.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_armv7l.whl (10.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

nlr_revrt-0.9.1-cp314-cp314t-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

nlr_revrt-0.9.1-cp314-cp314t-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

nlr_revrt-0.9.1-cp311-abi3-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11+Windows x86-64

nlr_revrt-0.9.1-cp311-abi3-win32.whl (3.1 MB view details)

Uploaded CPython 3.11+Windows x86

nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ x86-64

nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_i686.whl (10.8 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_armv7l.whl (10.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ x86-64

nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ i686

nlr_revrt-0.9.1-cp311-abi3-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

nlr_revrt-0.9.1-cp311-abi3-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

File details

Details for the file nlr_revrt-0.9.1.tar.gz.

File metadata

  • Download URL: nlr_revrt-0.9.1.tar.gz
  • Upload date:
  • Size: 224.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for nlr_revrt-0.9.1.tar.gz
Algorithm Hash digest
SHA256 1c2853c289ca137f644f18d445d07e9b02bb3c49ac4f76c63065d46095c74973
MD5 7a707631f6772a685b695e3f21af80ad
BLAKE2b-256 e0132bd8cde9258c0b7a90c791e3f2426d346dbdc7fe1105ccb553f03035b2b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1.tar.gz:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: nlr_revrt-0.9.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 46c36b1e1cec8a434f8e454362da922e0f06a046abb8c2055ddff3d1deebf625
MD5 59db81d966232b63e4f1eb30ae624bc6
BLAKE2b-256 d62ad22026fdf8c2163708effe8e7d93fe20965518d01e87a62f1a52e404fc00

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-win_amd64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: nlr_revrt-0.9.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 a73b625296c2fe190f1ae16b8d088e22f9670bde445cae4e8d24404588e739b4
MD5 2ccdb1fd212e8c419aa1f8683c4881a1
BLAKE2b-256 d0ab3b2fd0850ac83365fc5a760cb48a9900440bad2c6aa061c16b3a13a937c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-win32.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e39c87f21d11111a5836de89cdcc831029fd5d650e9c43fba4e01d451d87908
MD5 6938a9391ad0924dc10f0a3158b39bb0
BLAKE2b-256 6b9af98c935a771c34a3c7195ae5782c10ac6b0726c556d253d631d11a412103

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4bc0a443763a213132e283ef22b438d2baad5e2c85f68a4183b1bb1f8b014437
MD5 5051359cafbea407abe8028f8bad9418
BLAKE2b-256 f78d0a91cd707092026e9963f44c96a70d0b1a43f89813728236e37f7d594055

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 39ab9e922eb1227ee42791ce61d7b91d0003ed1394bbad6e83e4bb353975938c
MD5 b04dde604807ce4021cde5664197e5af
BLAKE2b-256 a38c7fe16375aacdfe454d7df24f9e4fd7c5695ba47c33ac89bb2858d27619c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bb35d71384d640124df80790710008f235556a68f1320030fcb0d6cd9aadc5a
MD5 184d839de678dbfe6c3a58a1d698b9af
BLAKE2b-256 e73cd47b0fcfce5dd95c0ac46f4b45facb3cdf6fb4791b01a1f67aaa7b0507ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6334ad697fdec73ea95e0e9025ed70f619bae5d4a1af16fd4006bbf250a0b39
MD5 ac0430763981528905f84c3ab3f68349
BLAKE2b-256 abed28ab0f25142c63bd9878ee3172b993de50118dade96c1383c41cc9767fd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1a8835ba7ce3c93e7d977ddddb1b16bdfb71bb8c7c8b4b21e0cc3f948bfd963
MD5 9634340dc5c6c8a968588d033b3751e6
BLAKE2b-256 7853cce72e2491728d00edfffb79ffdd3ef17831c51ce4376fefec6a200485df

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad3f91d90b3c1ad36113e442b109501df2f80482e728ff52231012c3c6cd3abf
MD5 596b512cd2e24a96a41d5465d324e8e4
BLAKE2b-256 f228bb212fcd7cd1839a7e48c3ebb0dd4172a2dfb12d1bf2e6618c27b3511952

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e7a3a4d9e8c24e9f8a7018b1bd6412f3a9c68071921ad27e49e8d12750e11935
MD5 487271eca195a17d376d7b989ed5b435
BLAKE2b-256 0e7b6bb30c610f47fd7e6ecb9c8380357270089c9d17b53eba3d452c04f7698e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: nlr_revrt-0.9.1-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 56f18491706a656e1436c05f573066b93c826eeb372f4715989c7eaca0a14f60
MD5 7f62f09eab4b13cf52ad672c2b54afe7
BLAKE2b-256 126c4c42050465c1834c02fd9f5577a050ed7eabec604cd1026db163a5256622

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-win_amd64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-win32.whl.

File metadata

  • Download URL: nlr_revrt-0.9.1-cp311-abi3-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 4c41a2fc244143af6aed902627cb1a29e862472bdb9314a88495b37647ddcc0f
MD5 7df04aef09b17d2aca10cfcbe17ac68e
BLAKE2b-256 14a49aaf15e24e8ae24f88bcb0c75399d8e5fe98aa6e0b1b6ebbeae749f23297

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-win32.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 544f39a83e244482a66032bd22fbd02d83f618b697009f99a214742c400769a3
MD5 38ff1317236e19bfe4bdd381422106b3
BLAKE2b-256 adc66817a9aac64b51e8bf9f7fa6cd960d61bca1e0504a70da17030c65a785b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_x86_64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8881ddf591b1cbc03e55e32826d087495986a61e0c751e4f62b1560435c87ce9
MD5 8835baab3b8d781c873e86ffccc82f71
BLAKE2b-256 1fa675a19724f54de061ce5b04f4207c579aa6f3ece5259eaf2191fa08118b7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_i686.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2f57a66464b9fb88733af99cb44e1a28dfd24c269095dd5e3d0d4ec30aeeb7d6
MD5 c83b63a328490c4ee6c35c8556fa0307
BLAKE2b-256 1c2d2a69a23bdbbb7dbf769b3ebc98042f35177216bbb9e5530d16df0e2ecc52

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_armv7l.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25759e2ef28b8a8fa751d3abc8638da757b0ba44d7afcc58e665dacb2023e78e
MD5 9f2eef35fba7f777fb6650cf83c6ceb0
BLAKE2b-256 afb8aacdcacd23a76a729031acf82dcd84c5ac7ccaa72ffacaf5e3f43e6d8d6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-musllinux_1_2_aarch64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e798345b40b93f0ed63a5c46cae8c3e7170a803c3c22e3e7d77dafb6f4f3ebcc
MD5 73e336b1b55b70778772d50f5e98486f
BLAKE2b-256 8e65909c9fb2a64bdc4c9258575e3a87f797a556c80fa7d9d5d28e0a6c1d9d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d064d315a2e5ecb8d6d2cb18e66f3b64aba9b48a3e10058f011771c644035298
MD5 471c8a53dbbd6d15dfa3803a8d5ccc51
BLAKE2b-256 fb26ccc488261db48141d77f07f6b5c6717d88564d5a15aad07bde34737dde5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afcc0a438475cd5c9c595ae28e9e183b055ec25f0399255fb7a59fa73da10f66
MD5 87fef0eea091774cba2f2373b87c39a4
BLAKE2b-256 465ad39e746b99cdace4e58c96f21abae959a6a3d2b52e3020997ce30a949190

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-macosx_11_0_arm64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nlr_revrt-0.9.1-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nlr_revrt-0.9.1-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 21eec544b7593f4a727a598d4443591a88fc6e72bbd872bb9de83f912f956430
MD5 a715e3bccd4049d74e05a8f0559f358e
BLAKE2b-256 953143940288cc9387c9e672ad8dc80d9a78d1cdf001e2a2eec0b6b75fafd4aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for nlr_revrt-0.9.1-cp311-abi3-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on NatLabRockies/reVRt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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