Skip to main content

Computes extremal rays with filtering

Project description

Description

This package is a small, fast implementation of an algorithm for finding extremal rays of a polyhedral cone, with filtering. It is intended for finding normal surfaces in triangulated 3-manifolds, and therefore does not implement various features that might be useful for general extremal ray problems.

The setup is this. Define the support of a vector v in R^n to be the set of indices i such that v_i is non-zero. We are given an integer matrix M, typically with many more columns than rows, and a list of “illegal supports”. The support of a vector is illegal if its support contains one of the illegal supports on the list.

We want to find all the extremal rays of the cone (Null space of M) intersect (positive orthant), which are generated by vectors with legal support. (The restriction to vector with legal support is what is meant by “filtering”.) In the 3-manifold application the matrix describes the normal surface equations in quad form, and the illegal supports include all pairs of distinct quads in the same 3-simplex. (They could also include various types of “obvious compressions”.)

The algorithm is due to Dave Letscher, and incorporates ideas of Komei Fukuda’s. One constructs a sequence P_n of polyhedra as follows.

P_0 is the standard n-simplex.

Given P_{n-1}, construct P_n as follows. Take the hyperplane H_n defined by the nth row of the matrix M. Divide the vertices of P_{n-1} into three classes: positive, negative and neutral, according to whether they lie on the positive side, the negative side, or are contained in, H_n. For each pair consisting of a positive vertex v and a negative vertex w we intersect H with the segment joining v to w. The intersection point u will give rise to a vertex of P_n if it satisfies two conditions:

  1. the support of u is legal; and

  2. the submatrix of M_u of M has nullity 1, where M_u consists of elements of which are contained in the first n rows and in the columns which are indexed by the support of u.

If u satisfies these conditions then its smallest integral multiple is a vertex of P_n. The neutral vertices of P_{n-1} are also vertices of P_n.

If M has k rows, then the vertices of P_k generate the set of extremal rays of the cone which have legal supports.

Installation Instructions

This package can be built either as a standalone C module, which you can link with your own C code, or as a Python module. The Python module is needed by t3m.

To build the C module type make in the distribution directory. The code will run much faster. The object file FXrays.o and a number of test programs will be built.

To build the Python module, if you have superuser privileges on your UNIX system, type:

python setup.py install

This will install FXrays in the site-packages directory of your Python installation.

If you are not a superuser and wish to install the FXrays Python module into your user site-packages, type:

python setup.py build --user

NOTE: On Windows, FXrays does not build correctly with mingw64. There are segfaults caused by linking with msvcrt instead of msvcr90. However, building a 64-bit FXrays with the default msvc compiler (in the Microsoft Visual C++ for Python 2.7 package) works.

Bugs and Comments

To report bugs or provide comments please visit the FXrays issue page.

License

Copyright (C) 2000-present by Marc Culler and others.

This program is released under the GNU General Public License version 2 or (at your option) any later version as published by the Free Software Foundation. See

https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

for the complete license text.

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

FXrays-1.3.6.tar.gz (59.2 kB view details)

Uploaded Source

Built Distributions

FXrays-1.3.6-cp313-cp313-win_amd64.whl (77.2 kB view details)

Uploaded CPython 3.13Windows x86-64

FXrays-1.3.6-cp313-cp313-win32.whl (74.6 kB view details)

Uploaded CPython 3.13Windows x86

FXrays-1.3.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

FXrays-1.3.6-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

FXrays-1.3.6-cp313-cp313-macosx_11_0_arm64.whl (78.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

FXrays-1.3.6-cp313-cp313-macosx_10_13_x86_64.whl (80.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

FXrays-1.3.6-cp313-cp313-macosx_10_13_universal2.whl (106.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

FXrays-1.3.6-cp312-cp312-win_amd64.whl (77.7 kB view details)

Uploaded CPython 3.12Windows x86-64

FXrays-1.3.6-cp312-cp312-win32.whl (74.9 kB view details)

Uploaded CPython 3.12Windows x86

FXrays-1.3.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (97.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

FXrays-1.3.6-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

FXrays-1.3.6-cp312-cp312-macosx_11_0_arm64.whl (79.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

FXrays-1.3.6-cp312-cp312-macosx_10_13_x86_64.whl (81.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

FXrays-1.3.6-cp312-cp312-macosx_10_13_universal2.whl (106.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

FXrays-1.3.6-cp311-cp311-win_amd64.whl (77.4 kB view details)

Uploaded CPython 3.11Windows x86-64

FXrays-1.3.6-cp311-cp311-win32.whl (74.5 kB view details)

Uploaded CPython 3.11Windows x86

FXrays-1.3.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (97.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

FXrays-1.3.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.5 kB view details)

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

FXrays-1.3.6-cp311-cp311-macosx_11_0_arm64.whl (79.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

FXrays-1.3.6-cp311-cp311-macosx_10_9_x86_64.whl (80.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

FXrays-1.3.6-cp311-cp311-macosx_10_9_universal2.whl (105.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

FXrays-1.3.6-cp310-cp310-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.10Windows x86-64

FXrays-1.3.6-cp310-cp310-win32.whl (74.8 kB view details)

Uploaded CPython 3.10Windows x86

FXrays-1.3.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (97.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

FXrays-1.3.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

FXrays-1.3.6-cp310-cp310-macosx_11_0_arm64.whl (79.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

FXrays-1.3.6-cp310-cp310-macosx_10_9_x86_64.whl (80.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

FXrays-1.3.6-cp310-cp310-macosx_10_9_universal2.whl (106.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

FXrays-1.3.6-cp39-cp39-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.9Windows x86-64

FXrays-1.3.6-cp39-cp39-win32.whl (74.8 kB view details)

Uploaded CPython 3.9Windows x86

FXrays-1.3.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (97.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

FXrays-1.3.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

FXrays-1.3.6-cp39-cp39-macosx_11_0_arm64.whl (79.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

FXrays-1.3.6-cp39-cp39-macosx_10_9_x86_64.whl (80.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

FXrays-1.3.6-cp39-cp39-macosx_10_9_universal2.whl (106.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

FXrays-1.3.6-cp38-cp38-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.8Windows x86-64

FXrays-1.3.6-cp38-cp38-win32.whl (74.8 kB view details)

Uploaded CPython 3.8Windows x86

FXrays-1.3.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (97.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

FXrays-1.3.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

FXrays-1.3.6-cp38-cp38-macosx_11_0_arm64.whl (79.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

FXrays-1.3.6-cp38-cp38-macosx_10_9_x86_64.whl (80.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

FXrays-1.3.6-cp38-cp38-macosx_10_9_universal2.whl (106.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file FXrays-1.3.6.tar.gz.

File metadata

  • Download URL: FXrays-1.3.6.tar.gz
  • Upload date:
  • Size: 59.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6.tar.gz
Algorithm Hash digest
SHA256 7a93545a77b53ff4098d2c9768cc5422b54ac8c31797db96160ba48894db1c68
MD5 dff6ae01b62fb557476639bc3bd2dc08
BLAKE2b-256 44798e40207f7029996e67af3e29c0aba789337812b063b8b1c9766860546473

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 77.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 37e1d344b7336be0fd633b24a1961bc6af9e93e7eaa271a44b25ca9e8e1bc674
MD5 c3cb83251b6243685efd88e9609de93d
BLAKE2b-256 1a1089ef162083e9ce3c01549a1bfe943a70a6740191f3b22f3d586ca0a1bc71

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp313-cp313-win32.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 74.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b533632e8bc6bee04d5c6b79f1e4096747283e4af37dd0e09fc2133ba06540a1
MD5 a08b262f9d28dd874f49c21bc29056e7
BLAKE2b-256 6fda04c337458abec8118068d0ad43846a02d164ed3748b5b21db3d2805f16f0

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be329375d2e554ce35e9650a245e9bc18d4ee5c4f9c6177a08ee6a132c93f952
MD5 2df90fd3453d26b3ba4fe7fb7eb46171
BLAKE2b-256 22f7bf88f06e113eb2eb35c3139ba3aee6e49637eaf05a31a22b91732542c810

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbcbccedfcf2873523b57f2bf3d58070fc346370de899107e2ee667ec00b2c45
MD5 2d504db1b2ce66488c86c7d0c34846cb
BLAKE2b-256 971973117173775bab49faa79e70cf2cd7ddd76bc803dbe916c37b7bc0c0264c

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6527270377b7031899c73798ee0c556d12181e52a80b78aaeab92052a2d19378
MD5 6e124a75d7c708fdd415d1190d0486c1
BLAKE2b-256 a862db0a471ba92f1fd939e5b0e906349028a09ca24c3adf6a007ea39aa8aaae

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2f98c6785def65137081bf0a4ce6c5694b81cba079a161bb1d3af8651191e5c3
MD5 777cc0ec0a40c2879a1c4f626ea0e884
BLAKE2b-256 1d143173b06b719899ee6d9c3b6a25f9498a85240871d5f1655baf311b8525d9

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 595c77869b815793c312a99586b235abd8026664819e47f8721c81614c117981
MD5 691599d6ab8cc9e3dd8e3362783c1322
BLAKE2b-256 6ac5988e90404dd1f0b63c0884f99da87eb13a7b29b4b4c245985f7132e495a0

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 77.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 039d70dfad4a4ec009119f2790fbee72ffb167f3702f6eb95bde5b175f464964
MD5 c9f4a0911c8577546fc07281a60a1715
BLAKE2b-256 eb706dc0e7c728ec9ab717f97f2d7fa5175861b81d48931c318d07e7be327d6d

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 74.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1d8c5ece38f517401df2aba6e6226733f9cdcf73c33bda98ec454361e58bd4da
MD5 29b2aad12605bad8baf22b00c1a6b67d
BLAKE2b-256 1fc5b8cf20f1b0ecb5a3278fcc16244b316f18214e3c6c096bc316383b3dbbff

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e87deba64f7e3fd57ede0c21d2f9b2bf937c88887689dd69b7750fbc8652274d
MD5 f1ae36d827c39fabee9566c719898bfa
BLAKE2b-256 120fbc5e987de0944f89fb7266a1cbf0d96b594332f04ab8f6a9495ca3bd8f81

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db2bec26b4024c469f482f1465883f289fe12bfa0035620972731fa6ddf87c59
MD5 5b8b7d6f736dfc5c1b0f5dd8485a2511
BLAKE2b-256 455268c9a4764d5a646b7954dd5119b8a860d23d6b83bff1b6704978cfe0af36

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad1f3d7424a220a6e32bccb08b66bc98e2b8f00db4c4c84533f715396c42fd94
MD5 215998b935c8f2d0b1295e87d1c91931
BLAKE2b-256 a83f1db7c9275720b7ff167d1be4e7d1bed86a14ae082e61e1db420ff05275f6

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 90e3fc4cdecabc9760b5cbe091cbffe60f5311a02a49b14f70064f90ae29bd3a
MD5 37c61ca354c1b760e6b4405ee8ccbfb0
BLAKE2b-256 0b8ab6e71bc718b807e7a3f425f67e996e2e126d4b0ccb6bf28ff489810d21a5

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c248de4fd58cf5c4e6def2c8896a6ad82bd1a2125307580bb6a195bd5438066d
MD5 51a2289f27524faaa10337ce7643efec
BLAKE2b-256 dad344fec8170273bb48a8dc86a53e5722ad585a92f805c32eac62e9b18aaab4

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 77.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7d366a49006db8178e7651561d05a80a24d7b848e7768faa50a84fc63177a2e5
MD5 0d90ad3daddccb8f8b2652369dddb214
BLAKE2b-256 6661c6034629977a157b139f88e5f1ab2e6ceedd5a498c1de2ae75eccbee9e6f

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 74.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3badbde13e774a7ffb342709c454192cfe7e2884b50614fc9702d69246b482e4
MD5 d0ff43694e0fa56ac08e20be2f6dbc8d
BLAKE2b-256 408d4f0a7763e8e6b2041e7fbc7c116d2e67cefc6322a01428bc172f27654aa3

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2892cd4fa549b43a8e71494dff0238da38224bc391433bd9b1bce15a9de7c7e
MD5 ca0558110abaa56bf50a354116afbb90
BLAKE2b-256 400f074924cf38e0b49496b89ef7a7fca34c23d6d5730402ad50fff2a5fa563f

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7a5646b06a9da2941e1db17328a05367a95d0e392d48e93c197bf0191347922
MD5 d2b1a49f81b38b2e0a1602eb83c433d6
BLAKE2b-256 e8a6ca5deb9001408472bf1ac4bdc6f947bba0a28f2116fddf29431e9c60fcdd

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05c7f8e1fbedd22062a3cee015889846cec30bdd71d3e80edec2bceb7e1bb201
MD5 7f1387f5b4b31ecfc81cb846cd2a318b
BLAKE2b-256 d489f39ddb2a6bb760bb1d577d8eb7d6f37357f76df6b0569130038b5ab431ce

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b008f0442162c0ee130a9542eef06d38b926b3c0029b2fa2f98967383df6996
MD5 5fd08796bc33385be602159303dc5981
BLAKE2b-256 fbe225ed7f0830b68766252246729bf2889dead642413145eb6df54a4531a29a

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 75342e3331721e47da8daabe95497ab8d5c8f403e3a38b10acad8cef11d0d225
MD5 b57d2e24e879bdb2481933494ceb43b1
BLAKE2b-256 62048b61c7d6f9f8aededa74ad404df35051f13e90879867b72f46d30798cfa0

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 77.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a46fd583cac74455fe4aa396ba4c990a8a96223679a66c286ce8d42e726ccc6d
MD5 d64fdedfa17df22ba0f169d68cad6408
BLAKE2b-256 96bdb4c6258d2ab93a6d9ed4bf150e1828ad261e847220f664f68317dd305138

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 74.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0d874f13c9e6413c087714b08e391570eb4305d74a919701a85119bc4c3d2072
MD5 0f6ca990d3ddc77763420929672017f1
BLAKE2b-256 5320639ddeb2f6f3680bbc36c920e7f791def90e07b54aeb457b77d661025e31

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b918bcb22edb4d45471955ae766c9fcfdf50a34ed93d556e14d1f0aa4f23c979
MD5 dcd28f08848513b17f693dc008aaba1a
BLAKE2b-256 12528d1f3a1275eda134049e6e8a4d92f3dd048e9c2c422ce86e77010cf53898

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 515b518cabceccb4dd1d347f2a7b7edc9102923cdbc702b341b30067dc13398b
MD5 1706746e9406bd223ffb46d0b3ba25aa
BLAKE2b-256 b84bf0f3cde00abeb7fb9ca7852b4cd044acb07719c0b73a55011db3e43f2dd3

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4cc21667ddaa6176b70cefedeb0646753a68cbc86ac8c157c2dc100998e13ad2
MD5 919d4b17b6d6d001afadabb9e8827f90
BLAKE2b-256 f622bba85a1ebdd0472de72515d790d8c547b13fec1ea51688ad5015c80892db

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f1f480d1338ee2530f00041c96529d081b6b6c6cfbb5bf2f1f7f41cb7a9311de
MD5 ae2d490a9ca7c8ecf9847aef89dd24b3
BLAKE2b-256 d617952b17cb2001f176c782b52f080cf6faa075746a6d9c519c15392909cdce

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c563049991d3347753b9daf98303fcc87272c9b76a422777643ef6a8d1039705
MD5 f77b174ffb888c7e2faf5ce536df73ec
BLAKE2b-256 b7fe53edd44c388e36d205ea60dcfcf94bd4286080c6920f048fa42925d6358c

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 77.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5edc76e64fbbfe13aad9f31ca4d8f9d18c3852668127afc38aec862dbff4ef89
MD5 6e3e5db85c8e1032956d8c370bdc50bb
BLAKE2b-256 86c2b75d20318d06327111ca798791b87fd0432610bfc89283c8986c82fa3b18

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 74.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f756d4343a8793f254abac3752c9a869a181a5914c55027e1ea51db11ea3714e
MD5 d94eea4cb8078db324f13bf3c4005588
BLAKE2b-256 00eb94813c52f9d5a05b7a700592956dfc9137b7b836df45b8d0c3d68209c437

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a44d92ea984b33b8ea8ff713ecb134f3f1833d2f6b5a0ee13351b3bfb48ff8d3
MD5 ea74864ffb002b7e1470bf1347f22110
BLAKE2b-256 4e1e25ef76ca9e46d9e3a94c7c62b5ff044944e9faab5848feeaf15544bfba6a

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdef2b77863e2412b9024c585035390899b0cdfe70c9a9c7d20c9a74de8447c9
MD5 9fb5d97cc03460bbbe2989a0c3dabebc
BLAKE2b-256 7de08d1ee63b9a2a2a94665857741e808287f58be42cecd3d80fdeb9791191a9

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20f8cc701f0b74475410e2ccefba2b21e3a8ec0c4a831dcc652967b1b7387aba
MD5 a88e6b83188752d5d59a4f1afb4fbfb3
BLAKE2b-256 ea7a7dc4370473ed93839c6d8fc6bdf934a51a74707825bfa6c756d1f74549c4

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 431167d76def7826df920386c7db5998ac596798db49b737402f3b2b48e2585b
MD5 ecb71d41925aa353c2eb87a0311ba599
BLAKE2b-256 b9babc14c1c14690b459c062f72663c8b8c477f3c022e7144de04e5c09751140

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a321596d78495b5c394583ca57ce9ac2389ff44b3726d5609ae1a237ba4b608f
MD5 d6b154bf185c173858450120aae06190
BLAKE2b-256 90c4d5795653e161d3de5768f7ae5eb08917023f5e75accb00104d35a6cfe5ed

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 77.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4170ed225ea177041f26d079bc576e0ac23ca2af983aa4780838472815b241eb
MD5 fb06675c1fdcf713cb3426f2ff4316c3
BLAKE2b-256 b5ac1985732f185ac8ff7dadc4f8402fed680f8e7f45106279abbacc39ff9f46

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: FXrays-1.3.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 74.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for FXrays-1.3.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 11344bff7954257e380b6d090a5c798cde25f384c9eaf699dacc29fbb8078320
MD5 d9d650d0f38094b66a9e3c0714844cd5
BLAKE2b-256 1e47789081825e8ad53ece13ca26115013f8beec3304bc7cc81bb1ef4c57a1d3

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b66b66ae1f78de12528b22410d010cc6940229943b3a06c8c6e5b81c595bce3f
MD5 56f999586fd406d670d39c50f47876af
BLAKE2b-256 21dfe89ef9e3db9c8f8f24b4289c808e0abe9e10d70a82001dfa3aa2a00617bd

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9161e4acc28d8792c534a821364e157f0c313c82a45c7c207d9ebb1460f2d138
MD5 d16aeb0177e0b43d727d105b776e8e5e
BLAKE2b-256 0029eb9f3fdef20bed05e9c387f101ac346aa26fcd94c079a95726108e47ce45

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 833c67cfba4c925321b9442772ac386b1d097ca93732a2861a8bd29fdf31caf0
MD5 a98882c15888ab490d309c47dea257e9
BLAKE2b-256 ad7076ffd7d0c249a2498722dfbcf3224f57730848df0577ea01b3d8b8713824

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af0df7a0d881905a1c6f246f937a438a7e67b346d71987daacb64e6d5a39485d
MD5 db12233f49c5547463e8ba2475df0320
BLAKE2b-256 df64d3493a1adb0409ed83174af72e70c240c0778bc6e80ba1df1ec0798185bf

See more details on using hashes here.

File details

Details for the file FXrays-1.3.6-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for FXrays-1.3.6-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8ccdbd8ff0c91d4f72a5e88fcc8e067469508a1d1a8e99a6b708eaf0d51e71ef
MD5 e422dffe15607bd3e958807475adbe2e
BLAKE2b-256 558d3bdaa9e60859935bc56205358bcb30e8bfbb9c5d1160b93933306aff1d52

See more details on using hashes here.

Supported by

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