# PaIRS-UniNa: **Pa**rticle **I**mage **R**econstruction **S**oftware - **Uni**versity of **Na**ples "Federico II"
**PaIRS-UniNa** is a project developed by the Experimental Thermo Fluid-Dynamics (ETFD) group of University of Naples "Federico II" since 2000.
It is aimed to provide fast and efficient tools for digital particle image velocimetry (PIV) analysis in research and industrial applications.
PaIRS-UniNa is based on a C library (**PaIRS-PIV**) and relies on a graphical user interface (**PaIRS**) that is developed via PySide6 and makes the use of PaIRS-PIV easy and intuitive.
PaIRS-PIV includes several modules that allow to process double-frame or time-resolved 2D planar PIV images as well as stereoscopic and tomographic PIV or Lagrangian particle tracking velocimetry (4D PTV) measurements.
The current release of PaIRS-UniNa features the module for the 2D planar PIV analysis and the stereoscopic PIV analysis and a module for optical calibration of camera systems, namely **CalVi**.
CalVi is the calibration module of PaIRS-UniNa and allows accurate optical calibration of single and multiple camera bundles with the camera models mostly used in the PIV community: polynomials, rational functions and the pinhole camera model. Among the other features, it supports camera calibration procedures working with unknown positions and orientations of the calibration target and the integration of the pinhole camera model with a refractive correction model for cylindrical geometries (based on ray-tracing and Snell's law).
PaIRS-UniNa is supported by Python 3.9+ and is compatible with all the operating systems, however, the PaIRS-PIV library relies on OpemMP library, which must be installed on the macOS platform. On the other side, PaIRS requires, among other packages, `SciPy` and `matplotlib`.
For further information, please visit [PaIRS website](https://www.pairs.unina.it/).
## What's new in PaIRS-UniNa 0.2.4
### Bug fixes:
- fixed critical bugs in process handling and calibration step (CalVi usage, closing PaIRS during CalVi operation, resetting steps while running);
- resolved issues with velocity field visualization and stereo-PIV streamline representation;
- fixed undo/redo functionality, image tree selection issues, logging errors and focus-out signal handling.
### New features:
- extended Vis features, including reference frame system plotting and vorticity field visualization;
- introduced the ability to copy input and output information from other steps within the same process;
- introduced functionality to interrupt processing before it starts if issues are detected.
### Performance improvements:
- optimized thread usage and resource management for PIV and stereo-PIV;
- streamlined process workflows, including faster and more reliable parameter updates.
### User-interface enhancements:
- updated the CalVi Stop button to function as Save and improved its conditional display;
- improved handling of project/process information and added better feedback for user actions.
## Installation
All PaIRS-UniNa wheels are distributed under LGPLv3+ licences. The installation can be performed with:
```
python -m pip install PaIRS-UniNa
```
### MacOS requirements
Normally the OpenMP library is not preinstalled in MacOs. A possible way to install this library is:
```
curl -O https://mac.r-project.org/openmp/openmp-12.0.1-darwin20-Release.tar.gz
sudo tar fvxz openmp-12.0.1-darwin20-Release.tar.gz -C /
```
## Run
### From command prompt
It is possible to run PaIRS directly from the command prompt with:
```
python -m PaIRS_UniNa
```
PaIRS automatically saves and stores its configuration upon exit and starts from the latter at the next run. If any trouble with loading the last configuration file (saved in the package folder) occurs, the user is suggested to execute a clean run of PaIRS via the following command:
```
python -m PaIRS_UniNa -c
```
A debug mode is also available for developers. It can be accessed via:
```
python -m PaIRS_UniNa -d
```
After the above command, the user will be asked to enter a password. Interested users can ask the password to the authors by sending an email to: etfd@unina.it. The debug mode can be turned on/off at any time via the keyboard sequence: Alt+Shift+D.
On macOS and Linux ```python``` must be replaced by ```python3```.
### In Python environment
In a Python environment, to run PaIRS the following commands can be used :
```
>>> from PaIRS_UniNa import PaIRS
>>> PaIRS.run()
```
For clean mode:
```
>>> PaIRS.cleanRun()
```
while for debug mode:
```
>>> PaIRS.debugRun()
```
## User guide
For more details about PaIRS usage, see [our user guide](https://www.pairs.unina.it/web/PaIRS-UniNa-v020-Guide.pdf).
## Authors and contact details
**Gerardo Paolillo** - Research Associate, Department of Industrial Engineering, University of Naples "Federico II", via Claudio, 21, 80125, Napoli, Italy
**Tommaso Astarita** - Full professor, Department of Industrial Engineering, University of Naples "Federico II", Piazzale Tecchio, 80, 80125, Napoli, Italy
**email**: etfd@unina.it
## Related works
Please cite the following works if you intend to use PaIRS-UniNa for your purposes:
**[1]** Astarita, T., & Cardone, G. (2005). "Analysis of interpolation schemes for image deformation methods in PIV". *Experiments in Fluids*, 38(2), 233-243. [doi: 10.1007/s00348-004-0902-3](https://doi.org/10.1007/s00348-004-0902-3)
**[2]** Astarita, T. (2006). "Analysis of interpolation schemes for image deformation methods in PIV: effect of noise on the accuracy and spatial resolution". *Experiments in Fluids*, vol. 40 (6): 977-987. [doi: 10.1007/s00348-006-0139-4](https://doi.org/10.1007/s00348-006-0139-4)
**[3]** Astarita, T. (2007). "Analysis of weighting windows for image deformation methods in PIV." *Experiments in Fluids*, 43(6), 859-872. [doi: 10.1007/s00348-007-0314-2](https://doi.org/10.1007/s00348-007-0314-2)
**[4]** Astarita, T. (2008). "Analysis of velocity interpolation schemes for image deformation methods in PIV". *Experiments in Fluids*, 45(2), 257-266. [doi: 10.1007/s00348-008-0475-7](https://doi.org/10.1007/s00348-008-0475-7)
**[5]** Astarita, T. (2009). "Adaptive space resolution for PIV". *Experiments in Fluids*, 46(6), 1115-1123. [doi: 10.1007/s00348-009-0618-5](https://doi.org/10.1007/s00348-009-0618-5)
**[6]** Giordano, R., & Astarita, T. (2009). "Spatial resolution of the Stereo PIV technique". *Experiments in Fluids*, 46(4), 643-658. [doi: 10.1007/s00348-008-0589-y](https://doi.org/10.1007/s00348-008-0589-y)
Please cite the following works if you intend to use CalVi for your purposes:
**[1]** Paolillo, G., & Astarita, T. (2020). "Perspective camera model with refraction correction for optical velocimetry measurements in complex geometries". *IEEE Transactions on Pattern Analysis and Machine Intelligence*, 44(6), 3185-3196. [doi: 10.1109/TPAMI.2020.3046467](https://doi.org/10.1109/TPAMI.2020.3046467).
**[2]** Paolillo, G., & Astarita, T. (2021). "On the PIV/PTV uncertainty related to calibration of camera systems with refractive surfaces". *Measurement Science and Technology*, 32(9), 094006. [doi: 10.1088/1361-6501/abf3fc](https://doi.org/10.1088/1361-6501/abf3fc).
<!--[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.-->
Raw data
{
"_id": null,
"home_page": "https://pairs.unina.it/",
"name": "PaIRS-UniNa",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "PIV, PaIRS",
"author": "Gerardo Paolillo and Tommaso Astarita",
"author_email": "etfd@unina.it",
"download_url": null,
"platform": null,
"description": "# PaIRS-UniNa: **Pa**rticle **I**mage **R**econstruction **S**oftware - **Uni**versity of **Na**ples \"Federico II\"\n**PaIRS-UniNa** is a project developed by the Experimental Thermo Fluid-Dynamics (ETFD) group of University of Naples \"Federico II\" since 2000.\nIt is aimed to provide fast and efficient tools for digital particle image velocimetry (PIV) analysis in research and industrial applications.\n\nPaIRS-UniNa is based on a C library (**PaIRS-PIV**) and relies on a graphical user interface (**PaIRS**) that is developed via PySide6 and makes the use of PaIRS-PIV easy and intuitive.\nPaIRS-PIV includes several modules that allow to process double-frame or time-resolved 2D planar PIV images as well as stereoscopic and tomographic PIV or Lagrangian particle tracking velocimetry (4D PTV) measurements.\n\nThe current release of PaIRS-UniNa features the module for the 2D planar PIV analysis and the stereoscopic PIV analysis and a module for optical calibration of camera systems, namely **CalVi**. \n\nCalVi is the calibration module of PaIRS-UniNa and allows accurate optical calibration of single and multiple camera bundles with the camera models mostly used in the PIV community: polynomials, rational functions and the pinhole camera model. Among the other features, it supports camera calibration procedures working with unknown positions and orientations of the calibration target and the integration of the pinhole camera model with a refractive correction model for cylindrical geometries (based on ray-tracing and Snell's law).\n\nPaIRS-UniNa is supported by Python 3.9+ and is compatible with all the operating systems, however, the PaIRS-PIV library relies on OpemMP library, which must be installed on the macOS platform. On the other side, PaIRS requires, among other packages, `SciPy` and `matplotlib`. \n\nFor further information, please visit [PaIRS website](https://www.pairs.unina.it/).\n\n## What's new in PaIRS-UniNa 0.2.4\n\n### Bug fixes:\n- fixed critical bugs in process handling and calibration step (CalVi usage, closing PaIRS during CalVi operation, resetting steps while running);\n- resolved issues with velocity field visualization and stereo-PIV streamline representation; \n- fixed undo/redo functionality, image tree selection issues, logging errors and focus-out signal handling.\n\n### New features:\n- extended Vis features, including reference frame system plotting and vorticity field visualization;\n- introduced the ability to copy input and output information from other steps within the same process;\n- introduced functionality to interrupt processing before it starts if issues are detected.\n\n### Performance improvements:\n- optimized thread usage and resource management for PIV and stereo-PIV;\n- streamlined process workflows, including faster and more reliable parameter updates.\n\n### User-interface enhancements:\n- updated the CalVi Stop button to function as Save and improved its conditional display;\n- improved handling of project/process information and added better feedback for user actions.\n\n## Installation\nAll PaIRS-UniNa wheels are distributed under LGPLv3+ licences. The installation can be performed with:\n```\npython -m pip install PaIRS-UniNa\n```\n### MacOS requirements\nNormally the OpenMP library is not preinstalled in MacOs. A possible way to install this library is:\n```\ncurl -O https://mac.r-project.org/openmp/openmp-12.0.1-darwin20-Release.tar.gz\nsudo tar fvxz openmp-12.0.1-darwin20-Release.tar.gz -C /\n```\n\n## Run \n### From command prompt\nIt is possible to run PaIRS directly from the command prompt with:\n```\npython -m PaIRS_UniNa\n```\nPaIRS automatically saves and stores its configuration upon exit and starts from the latter at the next run. If any trouble with loading the last configuration file (saved in the package folder) occurs, the user is suggested to execute a clean run of PaIRS via the following command:\n```\npython -m PaIRS_UniNa -c\n```\nA debug mode is also available for developers. It can be accessed via:\n```\npython -m PaIRS_UniNa -d\n```\nAfter the above command, the user will be asked to enter a password. Interested users can ask the password to the authors by sending an email to: etfd@unina.it. The debug mode can be turned on/off at any time via the keyboard sequence: Alt+Shift+D.\n \nOn macOS and Linux ```python``` must be replaced by ```python3```.\n\n### In Python environment\nIn a Python environment, to run PaIRS the following commands can be used :\n```\n>>> from PaIRS_UniNa import PaIRS\n>>> PaIRS.run()\n```\nFor clean mode:\n```\n>>> PaIRS.cleanRun()\n```\nwhile for debug mode:\n```\n>>> PaIRS.debugRun()\n```\n\n## User guide\nFor more details about PaIRS usage, see [our user guide](https://www.pairs.unina.it/web/PaIRS-UniNa-v020-Guide.pdf).\n\n## Authors and contact details\n**Gerardo Paolillo** - Research Associate, Department of Industrial Engineering, University of Naples \"Federico II\", via Claudio, 21, 80125, Napoli, Italy\n\n**Tommaso Astarita** - Full professor, Department of Industrial Engineering, University of Naples \"Federico II\", Piazzale Tecchio, 80, 80125, Napoli, Italy\n\n**email**: etfd@unina.it\n\n## Related works\nPlease cite the following works if you intend to use PaIRS-UniNa for your purposes:\n\n**[1]** Astarita, T., & Cardone, G. (2005). \"Analysis of interpolation schemes for image deformation methods in PIV\". *Experiments in Fluids*, 38(2), 233-243. [doi: 10.1007/s00348-004-0902-3](https://doi.org/10.1007/s00348-004-0902-3)\n\n**[2]** Astarita, T. (2006). \"Analysis of interpolation schemes for image deformation methods in PIV: effect of noise on the accuracy and spatial resolution\". *Experiments in Fluids*, vol. 40 (6): 977-987. [doi: 10.1007/s00348-006-0139-4](https://doi.org/10.1007/s00348-006-0139-4)\n\n**[3]**\tAstarita, T. (2007). \"Analysis of weighting windows for image deformation methods in PIV.\" *Experiments in Fluids*, 43(6), 859-872. [doi: 10.1007/s00348-007-0314-2](https://doi.org/10.1007/s00348-007-0314-2)\n\n**[4]**\tAstarita, T. (2008). \"Analysis of velocity interpolation schemes for image deformation methods in PIV\". *Experiments in Fluids*, 45(2), 257-266. [doi: 10.1007/s00348-008-0475-7](https://doi.org/10.1007/s00348-008-0475-7)\n\n**[5]**\tAstarita, T. (2009). \"Adaptive space resolution for PIV\". *Experiments in Fluids*, 46(6), 1115-1123. [doi: 10.1007/s00348-009-0618-5](https://doi.org/10.1007/s00348-009-0618-5)\n\n**[6]**\tGiordano, R., & Astarita, T. (2009). \"Spatial resolution of the Stereo PIV technique\". *Experiments in Fluids*, 46(4), 643-658. [doi: 10.1007/s00348-008-0589-y](https://doi.org/10.1007/s00348-008-0589-y)\n\nPlease cite the following works if you intend to use CalVi for your purposes:\n\n**[1]** Paolillo, G., & Astarita, T. (2020). \"Perspective camera model with refraction correction for optical velocimetry measurements in complex geometries\". *IEEE Transactions on Pattern Analysis and Machine Intelligence*, 44(6), 3185-3196. [doi: 10.1109/TPAMI.2020.3046467](https://doi.org/10.1109/TPAMI.2020.3046467). \n\n**[2]** Paolillo, G., & Astarita, T. (2021). \"On the PIV/PTV uncertainty related to calibration of camera systems with refractive surfaces\". *Measurement Science and Technology*, 32(9), 094006. [doi: 10.1088/1361-6501/abf3fc](https://doi.org/10.1088/1361-6501/abf3fc).\n\n<!--[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)\nto write your content.-->\n\n",
"bugtrack_url": null,
"license": "GNU Lesser General Public License v3 or later (LGPLv3+)",
"summary": "PaIRS - Particle Image Reconstruction Software",
"version": "0.2.4",
"project_urls": {
"Homepage": "https://pairs.unina.it/"
},
"split_keywords": [
"piv",
" pairs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f029b6aafc56ee7aac9a9bb9cdc61f90dd0896cf0371e7671c9bd8845b02be6a",
"md5": "f55b014d0b81390bf6c80795e6f52111",
"sha256": "f3d403776092639363ceaaf139000725475cc696fa324d0b0a49bf92aaf7bf2e"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "f55b014d0b81390bf6c80795e6f52111",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 11505342,
"upload_time": "2024-12-01T16:20:05",
"upload_time_iso_8601": "2024-12-01T16:20:05.743872Z",
"url": "https://files.pythonhosted.org/packages/f0/29/b6aafc56ee7aac9a9bb9cdc61f90dd0896cf0371e7671c9bd8845b02be6a/PaIRS_UniNa-0.2.4-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e040e1f2f6da5bc6282c714325c2572c0c0cd50bbb106e791d87b23c4843ae1e",
"md5": "92679d1ca12804e37ad7d7890a26a977",
"sha256": "b7c6418ebeb068f5f3af637abde01a0433f4e033979e7223ec9ae43e72530505"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "92679d1ca12804e37ad7d7890a26a977",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 10190666,
"upload_time": "2024-12-01T16:20:08",
"upload_time_iso_8601": "2024-12-01T16:20:08.875632Z",
"url": "https://files.pythonhosted.org/packages/e0/40/e1f2f6da5bc6282c714325c2572c0c0cd50bbb106e791d87b23c4843ae1e/PaIRS_UniNa-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "335fb552dfb6763133cf893b4b784674e394890f2132a185395939018f74d2f3",
"md5": "4764c940513399663260a1504c56949b",
"sha256": "a148bbefb16f28b91e2636f1907dbf2c9294aee22aae7f7f3d69312d435b7f3c"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "4764c940513399663260a1504c56949b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 9583361,
"upload_time": "2024-12-01T16:20:12",
"upload_time_iso_8601": "2024-12-01T16:20:12.327207Z",
"url": "https://files.pythonhosted.org/packages/33/5f/b552dfb6763133cf893b4b784674e394890f2132a185395939018f74d2f3/PaIRS_UniNa-0.2.4-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1167fe2287169dbae921baa8cd567e5755b45d249a241d4a65aef5fe135fb921",
"md5": "69b6b0ebd8f9ac1bdd11a0a839dc51d1",
"sha256": "0fd22c04b381961c89ef1e734c8ed1f1f1d1bb2f415e243d0ee9fc7a585165c7"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "69b6b0ebd8f9ac1bdd11a0a839dc51d1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 11505343,
"upload_time": "2024-12-01T16:20:16",
"upload_time_iso_8601": "2024-12-01T16:20:16.037547Z",
"url": "https://files.pythonhosted.org/packages/11/67/fe2287169dbae921baa8cd567e5755b45d249a241d4a65aef5fe135fb921/PaIRS_UniNa-0.2.4-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "10bbf0c54a3675461c02c9756e5c18678c4ff8c554a69d113e9d5d455ee38fe0",
"md5": "ee38287c16f86d6c0fb2e6e378a04bb0",
"sha256": "586457d3e64a8c000822e3dd0079c9eb68543ee8e3f335e9c1152816a228de4a"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ee38287c16f86d6c0fb2e6e378a04bb0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 10190595,
"upload_time": "2024-12-01T16:20:19",
"upload_time_iso_8601": "2024-12-01T16:20:19.128961Z",
"url": "https://files.pythonhosted.org/packages/10/bb/f0c54a3675461c02c9756e5c18678c4ff8c554a69d113e9d5d455ee38fe0/PaIRS_UniNa-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "695519077bd3b537d0bcdddc1f53b5c2c216c350c68368c307dca219350e08b7",
"md5": "fcf4fc7a2283f791011a75f01c9450d1",
"sha256": "7b6d13fcb2ad020767aab42d691d497a29d7f0427ed6b375dd3b4abf12a223ec"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "fcf4fc7a2283f791011a75f01c9450d1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 9583350,
"upload_time": "2024-12-01T16:20:21",
"upload_time_iso_8601": "2024-12-01T16:20:21.964953Z",
"url": "https://files.pythonhosted.org/packages/69/55/19077bd3b537d0bcdddc1f53b5c2c216c350c68368c307dca219350e08b7/PaIRS_UniNa-0.2.4-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "782a4638b86489e7636889c6f9c5c87d01c2411edd23b6e7235f2d11bc293e37",
"md5": "e1954dcc1bd0ecccbab6cda5136e6541",
"sha256": "f9a2ec445732a7659cfe6a5c0e2257aaddc5ac0b790c6692ea2c458e06fbf7a8"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp312-cp312-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "e1954dcc1bd0ecccbab6cda5136e6541",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 11506732,
"upload_time": "2024-12-01T16:20:25",
"upload_time_iso_8601": "2024-12-01T16:20:25.663873Z",
"url": "https://files.pythonhosted.org/packages/78/2a/4638b86489e7636889c6f9c5c87d01c2411edd23b6e7235f2d11bc293e37/PaIRS_UniNa-0.2.4-cp312-cp312-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c388a9138e69f8abba71c3d765647aaaa6679dfe42ee81d87feb3ed052112a79",
"md5": "0492c0ecf96c850683df61bb6d39e096",
"sha256": "12ee0c1baaeb353a57a104d859b8d9b8d2b8f92a62814a1323b2f07d818b51ee"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0492c0ecf96c850683df61bb6d39e096",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 10190795,
"upload_time": "2024-12-01T16:20:29",
"upload_time_iso_8601": "2024-12-01T16:20:29.539683Z",
"url": "https://files.pythonhosted.org/packages/c3/88/a9138e69f8abba71c3d765647aaaa6679dfe42ee81d87feb3ed052112a79/PaIRS_UniNa-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e868d3f029d404070f34b13ef5b6f36161bfbc1e6d1f88b37ac562946bc20c11",
"md5": "e7f981bd0a917366c44ff3c6e1d2fdc9",
"sha256": "4288dd3a1397e71be7293eeca5d5194c060d926c0ada9ccf5d56b2b14ecc4654"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "e7f981bd0a917366c44ff3c6e1d2fdc9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 9583791,
"upload_time": "2024-12-01T16:20:34",
"upload_time_iso_8601": "2024-12-01T16:20:34.206950Z",
"url": "https://files.pythonhosted.org/packages/e8/68/d3f029d404070f34b13ef5b6f36161bfbc1e6d1f88b37ac562946bc20c11/PaIRS_UniNa-0.2.4-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c79e35858b2769ca127b2458c74417296f0febcc3cf6d73d1212d3bc50b0db64",
"md5": "6c6e852ffd9f14e7a3e52da9a70e019e",
"sha256": "a18df7472fd87dc4ea1fbabaac441af5598fa66a21ae87310518b70287217b81"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp39-cp39-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "6c6e852ffd9f14e7a3e52da9a70e019e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 11505348,
"upload_time": "2024-12-01T16:20:36",
"upload_time_iso_8601": "2024-12-01T16:20:36.919001Z",
"url": "https://files.pythonhosted.org/packages/c7/9e/35858b2769ca127b2458c74417296f0febcc3cf6d73d1212d3bc50b0db64/PaIRS_UniNa-0.2.4-cp39-cp39-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e12fad4d8ec1f835a64bd08d7148757bc6d2ffe83151db69273b621ae7632860",
"md5": "153388a29a66d01c8473daf2b51ee5b3",
"sha256": "10e66ced4642d2178ab55d672bfb7cf5f8107b953361961e8261109629717c9f"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "153388a29a66d01c8473daf2b51ee5b3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 10190408,
"upload_time": "2024-12-01T16:20:40",
"upload_time_iso_8601": "2024-12-01T16:20:40.306620Z",
"url": "https://files.pythonhosted.org/packages/e1/2f/ad4d8ec1f835a64bd08d7148757bc6d2ffe83151db69273b621ae7632860/PaIRS_UniNa-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "19ecd3bbb1fea9b863de7c0813950730645835565058856e856a17b8e5b86943",
"md5": "7a759f6fdee22816dbad2b5736c28bc8",
"sha256": "195d441fcdfef674c3f5c88556aa86b58bd0afa577969f4d9a52d99a83bca9ec"
},
"downloads": -1,
"filename": "PaIRS_UniNa-0.2.4-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "7a759f6fdee22816dbad2b5736c28bc8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 9583351,
"upload_time": "2024-12-01T16:20:43",
"upload_time_iso_8601": "2024-12-01T16:20:43.784114Z",
"url": "https://files.pythonhosted.org/packages/19/ec/d3bbb1fea9b863de7c0813950730645835565058856e856a17b8e5b86943/PaIRS_UniNa-0.2.4-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-01 16:20:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pairs-unina"
}