Unique vertices finder
Project description
uff
U
ff, once upon a time, I've created a mesh with a lot of duplicating vertices and needed to F
ind unique vertices F
ast.
Install guide
c++ (minimal):
git clone git@github.com:tataratat/uff.git
cd uff
mkdir build
cd build
cmake -DBUILD_EXAMPLES=OFF -DBUILD_FORTRAN_MODULE=OFF -DCMAKE_BUILD_PREFIX=<path-to-install-dir> ..
(make)
make install
This makes function uff
available from fortran side. For example:
call uff(...)
However, if you prefer to have a separate fortran module, set -DBUILD_FORTRAN_MODULE=ON
. This allows:
use uff, only ufffortran
call ufffortran(...)
python:
option1: pip
pip install uffpy
It works the best with gcc
and clang
. To make sure, you can set:
export CC=gcc # or clang
The newest version should always be available with:
pip install git+https://github.com/tataratat/uff.git@dev
option2: DIY
git clone git@github.com:tataratat/uff.git
cd uff
pip install -r requirements.txt
python3 setup.py install # or `pip install .`
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
File details
Details for the file uffpy-0.0.1.tar.gz
.
File metadata
- Download URL: uffpy-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1347ad562b6d057fcd19e3ef5f652cf3b10ada8fbc8830d648cd534f756619fb |
|
MD5 | 6e41503a4f9b349043eaa58a62dd03f5 |
|
BLAKE2b-256 | 2978e7a58f66542a2c533d00cb30f6d2c0018bf350483835414cd5fe1ba96730 |
File details
Details for the file uffpy-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 98.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c287b292d0c64e47d180e9aab74f027accdc7bbfe69274b3e658213a7d4aaa8 |
|
MD5 | 4fb18adb4acc3b18747068987fff3836 |
|
BLAKE2b-256 | f16c105ef6367de71531f8908f40025ae8c12ab596765e85c71e419ffdb0b4eb |
File details
Details for the file uffpy-0.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 104.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60bf118e03db183eada9314d75cbf5447c018b32d0e8e6caaae49574dfe6c200 |
|
MD5 | 28a5cd0e78c7031fe9557db62114248f |
|
BLAKE2b-256 | cc81a980ab1937a8d29e8919e1a66e229ebedfb11e4cec34d3a0de3c31928c54 |
File details
Details for the file uffpy-0.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 67.6 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 619470b3d07fb727822c85a68e91462b03da9300a01ce4a3e6e031e59d9dd17c |
|
MD5 | 6e3978fc694ad254a44e6c4c309de51a |
|
BLAKE2b-256 | 6efc267325759499eb505007122177dc647b9e0f25bbce6fac0f3403e9d51143 |
File details
Details for the file uffpy-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 98.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6375c79cef977e7bb5b1dbee409c93ad7af073d553f67451ed2fcc1834c8573 |
|
MD5 | 4274d56a2f8a4668111967bfc3ae49b9 |
|
BLAKE2b-256 | 7120e4d43d6ab72cc7eca30d75319be3190b27e6e5ab9d26376c797031a98959 |
File details
Details for the file uffpy-0.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 104.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a9e8de1073fee9c3e00292fd9346b51f8cf5710495067bbc73568f9fb8922ef |
|
MD5 | b7b4534df5f74311b98a6e8f1e7965c8 |
|
BLAKE2b-256 | 6bdc67a2a5b24b16cef103b5585c8be8331ef6c0c30a1d8d9a077b19292a09d6 |
File details
Details for the file uffpy-0.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 67.7 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a279c5f0b7aa88c25035f538a911c1fe0ab0a4258c3714e858885ed83ef9b562 |
|
MD5 | c8ff96323dc89d38950d66c5477f73ae |
|
BLAKE2b-256 | 273493cfe9ddabc9e35a48a7c7f7b4475e78a2bf56f6dc7da61497b2f95acc0a |
File details
Details for the file uffpy-0.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 99.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3d2ff05d905c86c398971055eadc326c3e3be947c02ffb540017136d0a2e2ad |
|
MD5 | ceb47edd57a48671f4803f74cc2038c1 |
|
BLAKE2b-256 | 853fbf56476f527c1eab3e2e2c9254b2032f80f3af17f82fbb18009e244109b0 |
File details
Details for the file uffpy-0.0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 105.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0114fb53e37bab72ad9504c579bdfb8ad6400e4402f5f9734ef3d6e9e50230a9 |
|
MD5 | 9e8d38422cf6ecb661cb778a964fe8b1 |
|
BLAKE2b-256 | c69074c83aa73de55b6b63a097c05485da70258a890a03a69fbd64ac2fa8ef22 |
File details
Details for the file uffpy-0.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 67.7 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f57e2470f4ce49542d70f8faa85a2dc1942c2c5df4f088825df6dbf9b726a631 |
|
MD5 | 5f09d76e093f81f14c2c676c5d84bdc0 |
|
BLAKE2b-256 | 407e34bd6623c417f6ee375701ef1382764d485be97fdcc146f1000edcfae1e9 |
File details
Details for the file uffpy-0.0.1-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 63.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0da2b6392b2ea6b8c982c0a39941a3eec299d6d659ba40bd07e678faa2130263 |
|
MD5 | ac8fef76e3a9ba0607561d8c9e5995b1 |
|
BLAKE2b-256 | e0077133b8d018b989d3d569ddf5aaa6a6e2e6df5bcfa78aac4bd4c70fc5ffd3 |
File details
Details for the file uffpy-0.0.1-cp311-cp311-win32.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-win32.whl
- Upload date:
- Size: 55.6 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08b1e7a7f2a3f88c6c39472c06ea389760219a56c67bb6aabadad47c67bcc667 |
|
MD5 | b3847141ab0cca7ea74a62d9629ce95f |
|
BLAKE2b-256 | 4c2974a730f29aaae5e3143fe1e755f39465fc0b3a488180a8aa9d8f3c97b526 |
File details
Details for the file uffpy-0.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 617.7 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bf94b2bd2d9be670fc20a7c9e9c68c8f8a21a5188114b023af53c66c2bcd192 |
|
MD5 | f320ac495d52e4224045fa86c461a73a |
|
BLAKE2b-256 | 05c4e740fb9df66c4e7f8078bce0898813386d9c83e298b4bb992d62d9c7e467 |
File details
Details for the file uffpy-0.0.1-cp311-cp311-musllinux_1_1_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-musllinux_1_1_i686.whl
- Upload date:
- Size: 675.2 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 512bfbacd3164d217c2fb7d3d62c1ba907d0ea5c2c4196f9757e862edf4122e7 |
|
MD5 | 96c5db337461bff31647f35d24beaee7 |
|
BLAKE2b-256 | bd4b074c81578170bf5bce52bd624e206ef77fae6cd8e3aa559560503fe00f99 |
File details
Details for the file uffpy-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8221d6484d7116c02165089e56b2a05fd9544f4039e3054f17c887732985f30 |
|
MD5 | d7f4be17ef32321d91b7bdf253187652 |
|
BLAKE2b-256 | e5b86afc7b64fac85884ac8b4e21ceb7bf8c6f4a6ca32f7e8e529521d6364701 |
File details
Details for the file uffpy-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 105.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcd845e054229bbe2224e4927026ae63f28d99c3800ab935c7126f88f396075e |
|
MD5 | 8301a5c55f750eefc3b551cc4d98e633 |
|
BLAKE2b-256 | ec2b6abe3ba6ed7d0149f18553b0b300a03eae8eb9ab5f3b7650954df1b16601 |
File details
Details for the file uffpy-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 63.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c34e8f98aee83b1f8e879751a33620bc13dfa7ccdfbab7135f61847a3ef76c24 |
|
MD5 | 5940a82cccfd31a3d25bdc827ba6b8e7 |
|
BLAKE2b-256 | 5ca2bed48bc98b2efb3ae5535ae09c0ac5baf5977d266c92978d59efb0d818df |
File details
Details for the file uffpy-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 67.0 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 130d3005ff7ada6cd8b83d4821eedc9d5a131956320ff3d2eaa8dc2512b4e0f5 |
|
MD5 | ec74807abd19112b93687aa1fbc8c458 |
|
BLAKE2b-256 | a81ba9ccbab15cbdd270e0b9926f825e2f8cd666ebd62fa784fc557764dd93cd |
File details
Details for the file uffpy-0.0.1-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 63.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff58e5c61c19da14ef7bb6d2d948a410eef18ea20f89522a7972e28e4d1f69ac |
|
MD5 | ececa0690edfe903ae52bf57dbf4ec29 |
|
BLAKE2b-256 | 6beebe151ae427a70c19ffc093cd0a730506fdf4114fe948124cd688a9f2635c |
File details
Details for the file uffpy-0.0.1-cp310-cp310-win32.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-win32.whl
- Upload date:
- Size: 55.5 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cb7f1847f5f4e510759f88af6598b47440c59e5b12d2ce7fbd174177f2ff647 |
|
MD5 | ba027f392bffb8d8a1c45b9774abb462 |
|
BLAKE2b-256 | 9daa4afc9856e11aba9e3b533550133f8840927a48cca4a595edd49f25fef593 |
File details
Details for the file uffpy-0.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 617.7 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a2579cc2c0baefb910af9758302a1903b0200cdfe1842162383fd43b5f9126f |
|
MD5 | fbd644e05cba5d7c64701894b44c7a78 |
|
BLAKE2b-256 | c4965c170930f22ca0a1203c606d4797ce6b5469d76b291f3aea8f0504fe6898 |
File details
Details for the file uffpy-0.0.1-cp310-cp310-musllinux_1_1_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-musllinux_1_1_i686.whl
- Upload date:
- Size: 675.2 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b309b29dfb5a4a3ac6e908a187cdfc871dff406ee337b3edacd101658061379f |
|
MD5 | 95613f9b9d6ca06d9fb9efbb2dd21bbb |
|
BLAKE2b-256 | eba0830dc58b7beb4d4f24bae41373672cfda4df5e1fa2cf04f39bc08c860833 |
File details
Details for the file uffpy-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2796f824fcd5fa7516ffe6bc347afbeb2c8ea61af42ad5ae3fa2558523b53e9f |
|
MD5 | 6a4b6895684f0a77e91ff23a1695abae |
|
BLAKE2b-256 | 4f2558a10460d8020a2f9b00a9aee5a3dd524e9e7d3421ba8a74253e8806bbc5 |
File details
Details for the file uffpy-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 105.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd41ac4b97413b3825faafd6888259923b3b6e8c38feaa3ec82bd173502d7cce |
|
MD5 | 28021dbb16d1d9471a0ea04021fc7fe3 |
|
BLAKE2b-256 | 15f1e4128454003db665b33bb434f3cbef30c08cc2bb8d9a0a954c7b279a74d4 |
File details
Details for the file uffpy-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 63.4 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdc9e4ad93e0351ad4d4c8a52b2fcb67ebeee97f8a118ddf29f12424e4be138a |
|
MD5 | 083f4827a2e8cb1d4589cdb0d57d7c45 |
|
BLAKE2b-256 | a7a2428aca54cd95a4b10ead22ea2f29cff605d9815031a5460f873ccaf280ed |
File details
Details for the file uffpy-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 67.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8867f5116eb6126a7d79eae0b161a325ed31c6da4852008e4df7c5ba09ca1b0 |
|
MD5 | 0cccbebe4d2b1d3af098611dafea7d79 |
|
BLAKE2b-256 | d074ff980097b6c8d8dd2642bcab0659ad9d17e8596538bd6a76610fad00ec27 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 63.8 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65f9d20040db08c410a4e05e40a9df3a42eb56cc89ad40846aba7f8139e3ab59 |
|
MD5 | 2456f2678395742caf761debf14034da |
|
BLAKE2b-256 | 4e2e4468009d80abafb6460480f49e3f446cc9aedb0e6302589f4b6098d93df0 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-win32.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-win32.whl
- Upload date:
- Size: 55.7 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48ee4180e8589ab2798046917e4c2fda6a9378847ee27967afb41bb456aa202 |
|
MD5 | 200d4c1a92d8c8b8ae1ede9ddf7ecf58 |
|
BLAKE2b-256 | a90806848f29ed2b98965b8d578c86f89711e0b8bd8f5f4969e2268aae3b9618 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 618.0 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52e94ba0dc4641a5e1a48ca252fbacc0aac21b36ba1d7f6b129bab07ab83c9e5 |
|
MD5 | ab900c5d446551fe961f8824e43bd4ad |
|
BLAKE2b-256 | e14c47953ff972688256c84e95965f54822229178519c99c5801039f9bac4431 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-musllinux_1_1_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-musllinux_1_1_i686.whl
- Upload date:
- Size: 675.5 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55b732b998c0d90e6c522999900ee354cfb4049b54bd9281c796b414013d6dd4 |
|
MD5 | b46d86223d24c57f1e3d8901c09af679 |
|
BLAKE2b-256 | 3618d76f4a9e86f80f23da289343d13adced4da57a1ff46d8eb1e9d078803366 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 600738d978438f0abc3c65b15afb96a60893428e11f26af7a4e4801210557e4b |
|
MD5 | 5973b2e0a2b97ba4589ea316c1047232 |
|
BLAKE2b-256 | 5d00ad01f09541d4eac1a439f18eef9ca42d9845861017e95e0400f059e9db80 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 106.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20bf7006efc8e5394b8016aa12c5bc2459b0ba4588590567a9fd1f856f7ed040 |
|
MD5 | 42da5dc55cad48cbe691b024e3cb4d19 |
|
BLAKE2b-256 | ac5f61f6d77cf033043f785d5bcd25e6ed8bc0010d0519bbf9ebf465ce1fe3d3 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 63.5 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce34101ff5735fe96d5701662ebf3406b43886bfdb6b8b3cd5fc5cba19eccd23 |
|
MD5 | 77537177cea91d77db1d4a6cb6f9805a |
|
BLAKE2b-256 | c8d06761def457e436432edea372994d96a121d59301922918e3565a379e8362 |
File details
Details for the file uffpy-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 67.2 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0874d456c2cf41234edb70a632b55736f411580aca78f4b54a0771d3ddb34e0e |
|
MD5 | 31865fd27c638a44d86b09b3505398f0 |
|
BLAKE2b-256 | dc4f12798199f6797f1a23dab08560418c027de0b1127a8a055cf8223304bbfd |
File details
Details for the file uffpy-0.0.1-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 63.6 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da09ecaa3195abed64e4596ac6b3a7135b0e1469e3260ed778326e2c56ea6028 |
|
MD5 | 5183a54c97a616e55a5910749c8e6cf4 |
|
BLAKE2b-256 | 156b01b751b986b227a843f4be86e3950e9e39c086db1a9bb452f12bd4c67df2 |
File details
Details for the file uffpy-0.0.1-cp38-cp38-win32.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-win32.whl
- Upload date:
- Size: 55.6 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 169ff018b96dcf3f8671f65d6c0972e442ba2f9ad74befd771f568026afeebf6 |
|
MD5 | a8018aaad9e36d2c26025f3b9adaf8ed |
|
BLAKE2b-256 | 7a1ee389404a8bc091202b85dc05d72039aecd0adbe9f82c4df5b6b7cf3d4232 |
File details
Details for the file uffpy-0.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 617.6 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f3e6b86c3a17511ad81962aeb2ce5b78f4a2b6326d3caf5230fbb0d078a8ce5 |
|
MD5 | d12d6e3c4b5477105d14efb2f6d5fd33 |
|
BLAKE2b-256 | df887a2683e6b55c1dbad3a274bedf130dc939ba8f7e130e643cd6b47560a04d |
File details
Details for the file uffpy-0.0.1-cp38-cp38-musllinux_1_1_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-musllinux_1_1_i686.whl
- Upload date:
- Size: 675.1 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19159adf6a513417e16a5c44cdd4a06a2021b5746926814a7958c6350aeaa7ab |
|
MD5 | 1f3345505e5b658349c8df6ebe7869b0 |
|
BLAKE2b-256 | f104a7723cc51e36e2b95c9cffe46ba9ffe818a6c45497d002d6b5cc0a960356 |
File details
Details for the file uffpy-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9d45bd3761aad5aabd3d16ae70972b88f9aedf937512e10248d369264e23ede |
|
MD5 | e629d17bd1f3465ed499fbc9ef4cf6a9 |
|
BLAKE2b-256 | f2796c5c74dc5984a38a5b06c54f3c4a8b8c245589f71ecaea33f88fd9a798f2 |
File details
Details for the file uffpy-0.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 105.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41fe709f289d983dfc704c58ab8a10260946437fa66ec80946ac84a70aa8431d |
|
MD5 | 89ac956c5019e4983471e91703b74f68 |
|
BLAKE2b-256 | cf1a5fae4846a7634620b4b1d8d097e8f8dc750157d4e8e52699ccd990103e33 |
File details
Details for the file uffpy-0.0.1-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 63.3 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0113ff052b1af43b17e6558729c370d3f8a7173b058dbeefd69342fabbb1b6d8 |
|
MD5 | b03381eb1b20bca07665480b05c917da |
|
BLAKE2b-256 | e250299c95deda8fa412eb22484b8afb75a1bf0e42f49f2b89a465fd7ea91867 |
File details
Details for the file uffpy-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 67.0 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c7ea9fbeb46465afd7d465d6ce344cd244de996f6d8c3f3555882d08c98a88d |
|
MD5 | d397f170528a7d9b5db3061bf1723051 |
|
BLAKE2b-256 | 05fdfa21dbaf0ff137b15a8e8a4da4826e86829a18f40056b9bcfd82ca965eb2 |
File details
Details for the file uffpy-0.0.1-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 64.0 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b1375ab10f1c2fef34a1da2abbb3b014650ec10632d0029d3bdd51fe5fd3d87 |
|
MD5 | e60a1375a3eba40dcd391ec9e43b6168 |
|
BLAKE2b-256 | 9611ba0ca53746fa719b5e0e2b4565d0f668391637d8be50dfe5bf57d7876705 |
File details
Details for the file uffpy-0.0.1-cp37-cp37m-win32.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp37-cp37m-win32.whl
- Upload date:
- Size: 56.2 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e88b1bd60c5ffea631df00efa8c6aa52a98189233db9bcd7e687d3eb3638113 |
|
MD5 | 84bb53c8570aa5158845baa829f49738 |
|
BLAKE2b-256 | 14cbf961cff0a0f7ccc66c62f33413c03109ed1e1998a0397eb42c9485ce166c |
File details
Details for the file uffpy-0.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 619.9 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8346e89e9c3086460125c26e474c36971a06dd08ade0e001b797276b2716fed |
|
MD5 | 8aa8a547bc1a257898d00e9c1a297121 |
|
BLAKE2b-256 | 04c37d6af3cfe197105744b111aca1002b6211da805d5f9f719b5f1d4800efb6 |
File details
Details for the file uffpy-0.0.1-cp37-cp37m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp37-cp37m-musllinux_1_1_i686.whl
- Upload date:
- Size: 678.0 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99e95f5428eb77f864ef01a8602cd458cec0891d6f7ee03f2a1a0997c46ac227 |
|
MD5 | 8b5a53412b084975a8ffbe549e07b4f8 |
|
BLAKE2b-256 | 6b092f4539a8934964153bff8a7212837ad11ef5f1f00caabcd0d9cb926f7ada |
File details
Details for the file uffpy-0.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fa8e8662017f61e45af0bb3852134b976a47c7373dbc0a97d36fdf504ded798 |
|
MD5 | 700db35eedc9bdca5f0d3c89d7da29b2 |
|
BLAKE2b-256 | 8ce2206bdd51fd3b7203618fa40f0c7a7330aa43efb4811a82a2ce92778f3aa1 |
File details
Details for the file uffpy-0.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 106.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b87c8c718224f48d49fb7c896279e03a3be718e20fd063fc98d77c8e91539ab |
|
MD5 | c21b932871f3d8706224586b324ae9f6 |
|
BLAKE2b-256 | d54ac6377b6d3f37eaa2e431bbd2549d697207f7c51bf43a0e40b9fc6f9a7bd0 |
File details
Details for the file uffpy-0.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 66.9 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06e38110e1b2881ae7f98fffa103c2508ce1b4097eaee7a9843ebd952323f7d4 |
|
MD5 | fa76d046031f544fcdc9fc3a1bad9683 |
|
BLAKE2b-256 | 26c119d00408ff3265c5f98ecfbb7f65a507f8d4d4518e8b9e162141f6a692df |
File details
Details for the file uffpy-0.0.1-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 64.2 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00310b499b6f99974d0f197d2683c9a7c88608dc4df4e1d0ef754f2f4f852f90 |
|
MD5 | b664992864625a180209e8595aaee9c6 |
|
BLAKE2b-256 | a46c15d92ccea91fda1c2debcdf4a832cfbfb9c798cb4f3017977ca45d64ed13 |
File details
Details for the file uffpy-0.0.1-cp36-cp36m-win32.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp36-cp36m-win32.whl
- Upload date:
- Size: 56.1 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d201605e698d6e8794c023cb4843f5fd8cbe296a62435e686e57399ead1f2aa |
|
MD5 | a2d38815e8ef33619fce1eb068f49fc4 |
|
BLAKE2b-256 | 9f10a330235e6f46fc776395c4064ce13078c40c647b4e92f591439acdaf1f48 |
File details
Details for the file uffpy-0.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 619.8 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b7382f14558cce14c9bfe3ae997f095b1f2285bf5374007b3f2a7014155b113 |
|
MD5 | b3e32d132d290c29717f5b0b172eff75 |
|
BLAKE2b-256 | c55be5088bdc060167c4a49e765b1f0dac8ac5fd378b73d390d58df876ac86fd |
File details
Details for the file uffpy-0.0.1-cp36-cp36m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp36-cp36m-musllinux_1_1_i686.whl
- Upload date:
- Size: 678.0 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 000a04ebbeaf32021782ddeef3901bcadfabee91f9c22d82b7859115d1cdd6b3 |
|
MD5 | f2cc3797ca2bbe8b0b600dc27cf88222 |
|
BLAKE2b-256 | 0b3828932d6669a9b071371a4fe836398ae82e0ef87a8ff315473e9aea251613 |
File details
Details for the file uffpy-0.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.7 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46455485a5c4cc1b4345619fda81b5968fa8c29c5d1253cacb2f98a84c959c8a |
|
MD5 | a6e2d46f542032f4ffcd8b459d48146f |
|
BLAKE2b-256 | 0fa5dd82a2e7a0a62abab4bac7fc68af02881dc04b7715b4c429bf6345d57907 |
File details
Details for the file uffpy-0.0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 106.8 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e8e629acbb7c4cc2b11b8c27d38204f704442e8518f9d1b5713e659fea66a51 |
|
MD5 | ac8de00833590ab897216c0a4ea7ea02 |
|
BLAKE2b-256 | 2b37458507990d688dabe57770cbb453a8498d3cc1912eb5a645822a1052b840 |
File details
Details for the file uffpy-0.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: uffpy-0.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 66.9 kB
- Tags: CPython 3.6m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86ad7c606c7585c556a579fafaee26ea981b3171606924871f23d54dfcadc5bb |
|
MD5 | 00917d85f5b6de4b7ad39e627ba51e8d |
|
BLAKE2b-256 | 52c3fdc2e6c21e5526dc13cb73ea15c9f06d24d0ab239450247254a24be39442 |