# hddm\_r - i/o library for reading and writing reconstructed events from the GlueX detector
The hddm\_r module is a python wrapper around the c++ library that implements reading
and writing of reconstructed events from the GlueX detector, based on the HDDM event i/o
framework. Every hddm\_r file consists of a plain-text header describing the structure
of the event data contained in the file in xml format known as a hddm template. After
the header follows compressed binary data describing the sequence of reconstructed events
contained in the file. All files with valid hddm\_r events share a compatible template
indicated by the class="s" attribute in the first line of the file header. All such
files should be readable by this module if they are compliant with the HDDM standard.
For more details on the standard, see https://github.com/rjones30/HDDM.
For details on the hddm\_r API, install hddm\_r and type "pydoc hddm\_r". Here is a
quickstart example of an analysis tool that reads from hddm\_r input files.
import hddm_r
for rec in hddm_r.istream("http://nod25.phys.uconn.edu:2880/Gluex/simulation" +
"/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm"):
for pe in rec.getPhysicsEvents():
print(f"http streaming reader found run {pe.runNo}, event {pe.eventNo}")
for rec in hddm_r.istream("https://nod25.phys.uconn.edu:2843/Gluex/simulation" +
"/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm"):
for pe in rec.getPhysicsEvents():
print(f"https streaming reader found run {pe.runNo}, event {pe.eventNo}")
for rec in hddm_r.istream("root://nod25.phys.uconn.edu/Gluex/simulation" +
"/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm"):
for pe in rec.getPhysicsEvents():
print(f"xrootd streaming reader run {pe.runNo}, event {pe.eventNo}")
Raw data
{
"_id": null,
"home_page": "https://github.com/rjones30/hddm_r",
"name": "hddm-r",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "\"Richard T. Jones\" <richard.t.jones@uconn.edu>",
"keywords": "hddm, GlueX, Gluex, gluex, hdgeant4, hdgeant",
"author": "Richard T. Jones",
"author_email": "\"Richard T. Jones\" <richard.t.jones@uconn.edu>",
"download_url": "https://files.pythonhosted.org/packages/10/6d/6bf6ea74c0478227b1221164143937f317c50a1bcddc02df6ca73a84433d/hddm_r-2.0.19.tar.gz",
"platform": null,
"description": "# hddm\\_r - i/o library for reading and writing reconstructed events from the GlueX detector\n\nThe hddm\\_r module is a python wrapper around the c++ library that implements reading \nand writing of reconstructed events from the GlueX detector, based on the HDDM event i/o\nframework. Every hddm\\_r file consists of a plain-text header describing the structure\nof the event data contained in the file in xml format known as a hddm template. After\nthe header follows compressed binary data describing the sequence of reconstructed events\ncontained in the file. All files with valid hddm\\_r events share a compatible template\nindicated by the class=\"s\" attribute in the first line of the file header. All such\nfiles should be readable by this module if they are compliant with the HDDM standard.\nFor more details on the standard, see https://github.com/rjones30/HDDM.\n\nFor details on the hddm\\_r API, install hddm\\_r and type \"pydoc hddm\\_r\". Here is a \nquickstart example of an analysis tool that reads from hddm\\_r input files.\n\n\timport hddm_r\n\tfor rec in hddm_r.istream(\"http://nod25.phys.uconn.edu:2880/Gluex/simulation\" +\n\t \"/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm\"):\n\t for pe in rec.getPhysicsEvents():\n\t print(f\"http streaming reader found run {pe.runNo}, event {pe.eventNo}\")\n\t\n\tfor rec in hddm_r.istream(\"https://nod25.phys.uconn.edu:2843/Gluex/simulation\" +\n\t \"/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm\"):\n\t for pe in rec.getPhysicsEvents():\n\t print(f\"https streaming reader found run {pe.runNo}, event {pe.eventNo}\")\n\t\n\tfor rec in hddm_r.istream(\"root://nod25.phys.uconn.edu/Gluex/simulation\" +\n\t \"/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm\"):\n\t for pe in rec.getPhysicsEvents():\n\t print(f\"xrootd streaming reader run {pe.runNo}, event {pe.eventNo}\")\n\t\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "methods for reading and writing GlueX reconstructed event data",
"version": "2.0.19",
"project_urls": {
"Changelog": "https://github.com/rjones30/hddm_r/issues/main/CHANGELOG.md",
"Documentation": "https://github.com/rjones30/hddm_r",
"Homepage": "https://github.com/rjones30/hddm_r",
"Issues": "https://github.com/rjones30/hddm_r/issues",
"Repository": "https://github.com/rjones30/hddm_r"
},
"split_keywords": [
"hddm",
" gluex",
" gluex",
" gluex",
" hdgeant4",
" hdgeant"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "01c2e017dfad372bc70c8584a088614d662e82df85a92a2af5021819f21e386e",
"md5": "49de95f62b7e7d4df6e63fc09bfccc5a",
"sha256": "613a02953a7ae395e619043e7c94f14faea7dab2ba1229de99c64d8510e55dfa"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "49de95f62b7e7d4df6e63fc09bfccc5a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 3086705,
"upload_time": "2024-06-21T22:39:35",
"upload_time_iso_8601": "2024-06-21T22:39:35.519976Z",
"url": "https://files.pythonhosted.org/packages/01/c2/e017dfad372bc70c8584a088614d662e82df85a92a2af5021819f21e386e/hddm_r-2.0.19-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2ce0ac979e702ae0934096204862a2ffe50d87ba8fe7f61b72306f062153755d",
"md5": "51fca797e726f3edda621d0785693bfa",
"sha256": "10133689e58b964cafbd8563eb6f37e4344a82c921fc72491f5d4e5ce6f85656"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "51fca797e726f3edda621d0785693bfa",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 2722457,
"upload_time": "2024-06-21T22:39:37",
"upload_time_iso_8601": "2024-06-21T22:39:37.233387Z",
"url": "https://files.pythonhosted.org/packages/2c/e0/ac979e702ae0934096204862a2ffe50d87ba8fe7f61b72306f062153755d/hddm_r-2.0.19-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "719a0fb56e2dbec71c289e17c60ba9fd1b9df9bd1fc2ac0281a7c230121cc51f",
"md5": "c8c3fab006d985f7351c594a6d88a873",
"sha256": "bc7c16a945f76b47d57330118a3ea4f537e7e1e710d9e56e0631f521e625d04b"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "c8c3fab006d985f7351c594a6d88a873",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 13730171,
"upload_time": "2024-06-21T22:39:39",
"upload_time_iso_8601": "2024-06-21T22:39:39.151701Z",
"url": "https://files.pythonhosted.org/packages/71/9a/0fb56e2dbec71c289e17c60ba9fd1b9df9bd1fc2ac0281a7c230121cc51f/hddm_r-2.0.19-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6224256ec02c2a7853b02669bca324761fe4298fcaa8527ad82b1073ecd9340d",
"md5": "79cbeb71e46ec39f66508325e81489ce",
"sha256": "6fc5692571a46b955128067cf3abdc4c45fde6416d736f9e5adce7b83f829e65"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "79cbeb71e46ec39f66508325e81489ce",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 14017821,
"upload_time": "2024-06-21T22:39:41",
"upload_time_iso_8601": "2024-06-21T22:39:41.224917Z",
"url": "https://files.pythonhosted.org/packages/62/24/256ec02c2a7853b02669bca324761fe4298fcaa8527ad82b1073ecd9340d/hddm_r-2.0.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "451413666d4db3f90f67edf2589116cdcc94b3f3e9a1e72c14c7ba2542204cfb",
"md5": "8f9d17a691db2817173380511f74e7f8",
"sha256": "f719dc800b62ced45784876316ac30560bd55b1b3d838d125ee46390f6b37370"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "8f9d17a691db2817173380511f74e7f8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 14192415,
"upload_time": "2024-06-21T22:39:43",
"upload_time_iso_8601": "2024-06-21T22:39:43.263416Z",
"url": "https://files.pythonhosted.org/packages/45/14/13666d4db3f90f67edf2589116cdcc94b3f3e9a1e72c14c7ba2542204cfb/hddm_r-2.0.19-cp310-cp310-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dc604257337b93488a92f576a66e279e598a3595ea95597ad886f2b7cd9968f8",
"md5": "6ae0f3c76e6d1aa03534eab4d31f4279",
"sha256": "5e5f08ec3c6a686af53320d5b992efc51ec966cdfeefd8b3e02e95eabdf8c146"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "6ae0f3c76e6d1aa03534eab4d31f4279",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 14430401,
"upload_time": "2024-06-21T22:39:45",
"upload_time_iso_8601": "2024-06-21T22:39:45.857349Z",
"url": "https://files.pythonhosted.org/packages/dc/60/4257337b93488a92f576a66e279e598a3595ea95597ad886f2b7cd9968f8/hddm_r-2.0.19-cp310-cp310-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7d85791deb75a54dd61c6de4ad6ea2b64fec51186adca4a99871d3b0d6c336cf",
"md5": "eae9f125167e29b60ad634a38922ee09",
"sha256": "80b9b1b13a0feb756acf7134d86c1b0045cfbc9f75d2bd74a3d1c35251c1655f"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "eae9f125167e29b60ad634a38922ee09",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 1269850,
"upload_time": "2024-06-21T22:39:47",
"upload_time_iso_8601": "2024-06-21T22:39:47.753224Z",
"url": "https://files.pythonhosted.org/packages/7d/85/791deb75a54dd61c6de4ad6ea2b64fec51186adca4a99871d3b0d6c336cf/hddm_r-2.0.19-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42bddc7dbf2876f34852f90aa2ba1d9dd063aa906e12273b7b0cc8f5dc8c753a",
"md5": "2c14f714ae5c32fe50a40737ce8008bd",
"sha256": "3b2778ed1d68dda72ef9415aae78f9209125356e2892fc018bd9df2e2da1c58f"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "2c14f714ae5c32fe50a40737ce8008bd",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 1544602,
"upload_time": "2024-06-21T22:39:48",
"upload_time_iso_8601": "2024-06-21T22:39:48.952048Z",
"url": "https://files.pythonhosted.org/packages/42/bd/dc7dbf2876f34852f90aa2ba1d9dd063aa906e12273b7b0cc8f5dc8c753a/hddm_r-2.0.19-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11ba7ffdd68e5e1d0d0397ec7f122b0616205d4d3fcd997b22fe42991fb28d4f",
"md5": "c47cc9fc8168bdc8209cd04e3f35d69c",
"sha256": "76aaffd1245d74a15a799784bd0dbd5a1a5f9a1e3386afd3c750c3ee7ece84e5"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c47cc9fc8168bdc8209cd04e3f35d69c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 3086704,
"upload_time": "2024-06-21T22:39:50",
"upload_time_iso_8601": "2024-06-21T22:39:50.839748Z",
"url": "https://files.pythonhosted.org/packages/11/ba/7ffdd68e5e1d0d0397ec7f122b0616205d4d3fcd997b22fe42991fb28d4f/hddm_r-2.0.19-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "105c4d9766f4f85ffeb6daaa40766fe89424fe421a3c862fdb99ad9433474bad",
"md5": "e1880340ea730b40afd7b79dd0ba4bf7",
"sha256": "7198c12a7875bbb4559a33ffd408855f604c42be46500f5f2ba55be689ef1656"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e1880340ea730b40afd7b79dd0ba4bf7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 2722453,
"upload_time": "2024-06-21T22:39:52",
"upload_time_iso_8601": "2024-06-21T22:39:52.691197Z",
"url": "https://files.pythonhosted.org/packages/10/5c/4d9766f4f85ffeb6daaa40766fe89424fe421a3c862fdb99ad9433474bad/hddm_r-2.0.19-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "600b0295711440787ee1acdf3aac0555828ccd7080b06d79656db2316043c4b8",
"md5": "9e922621f8d1d3c81aaaf2dff83e1960",
"sha256": "19da4ab73733ee19a89b069615e3fa37d516f1a7591e7c2966b6af99af951ee1"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "9e922621f8d1d3c81aaaf2dff83e1960",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 13736091,
"upload_time": "2024-06-21T22:39:54",
"upload_time_iso_8601": "2024-06-21T22:39:54.072463Z",
"url": "https://files.pythonhosted.org/packages/60/0b/0295711440787ee1acdf3aac0555828ccd7080b06d79656db2316043c4b8/hddm_r-2.0.19-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b867d3d93fb7783816ca050cf27fcb36b5a758ad7470577f28fd4209a98214fc",
"md5": "131d803a5c4302c83117d2eae95a3c91",
"sha256": "974c691ca09441faabe106a72a710a97300464070db09ac888634d3622614095"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "131d803a5c4302c83117d2eae95a3c91",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 14024229,
"upload_time": "2024-06-21T22:39:56",
"upload_time_iso_8601": "2024-06-21T22:39:56.103385Z",
"url": "https://files.pythonhosted.org/packages/b8/67/d3d93fb7783816ca050cf27fcb36b5a758ad7470577f28fd4209a98214fc/hddm_r-2.0.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "527c333a3c1212c7a5fbfe7f4fd028d59c4c883d38d5d1c2ad41287f9644c6c0",
"md5": "f92ff3065c15f7003d62ded71c10a8f7",
"sha256": "65c47afa619aa9aab70a18eade7a29ca161bb91d3aced8fadf4b317ab2fc4385"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "f92ff3065c15f7003d62ded71c10a8f7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 14198393,
"upload_time": "2024-06-21T22:39:58",
"upload_time_iso_8601": "2024-06-21T22:39:58.675134Z",
"url": "https://files.pythonhosted.org/packages/52/7c/333a3c1212c7a5fbfe7f4fd028d59c4c883d38d5d1c2ad41287f9644c6c0/hddm_r-2.0.19-cp311-cp311-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d41f472614455eb8a348d8a962602e2987dd8d1d7de7fc78c42ea98b8929a65b",
"md5": "2dec676003adf5e392fe3bbb1b178fb1",
"sha256": "7b1157d19c5961ff24bbb63e3fc4e6f27a928facbc200a8c39e1e6c7c87bbaff"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "2dec676003adf5e392fe3bbb1b178fb1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 14437211,
"upload_time": "2024-06-21T22:40:01",
"upload_time_iso_8601": "2024-06-21T22:40:01.561221Z",
"url": "https://files.pythonhosted.org/packages/d4/1f/472614455eb8a348d8a962602e2987dd8d1d7de7fc78c42ea98b8929a65b/hddm_r-2.0.19-cp311-cp311-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3931c8dd1150be1a8f7bb5e00870af5567fa3f2d6f4ccf51108238e0bf9be910",
"md5": "fdde0173f7fc8ba26f98b3a4122f9bc3",
"sha256": "9b8ddd2e60ade149ea6b05332967ab446d7bbaec041afbab37be3b8d42ddca88"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "fdde0173f7fc8ba26f98b3a4122f9bc3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 1269847,
"upload_time": "2024-06-21T22:40:04",
"upload_time_iso_8601": "2024-06-21T22:40:04.858983Z",
"url": "https://files.pythonhosted.org/packages/39/31/c8dd1150be1a8f7bb5e00870af5567fa3f2d6f4ccf51108238e0bf9be910/hddm_r-2.0.19-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a4ceb5d669146dd72e2a2ac02119ab1176614fd4fab2ea116537862d04fb5801",
"md5": "8d1d18e96f659d26140ce587bd590436",
"sha256": "d2afca70632ffad446bf12ff0730c29be441be97e644e9d81161fd42a8c8934a"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "8d1d18e96f659d26140ce587bd590436",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 1544606,
"upload_time": "2024-06-21T22:40:07",
"upload_time_iso_8601": "2024-06-21T22:40:07.090761Z",
"url": "https://files.pythonhosted.org/packages/a4/ce/b5d669146dd72e2a2ac02119ab1176614fd4fab2ea116537862d04fb5801/hddm_r-2.0.19-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "463648d3527309ee2205d73ad0edef22595a6a2b8b353c1ba30c30827a2d48ba",
"md5": "78f5f009f953a59913ad80edd45291ac",
"sha256": "29648df454a81354c6034de76680e5fd7bf09c9f26fc127d65d7969b9da9d1e1"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "78f5f009f953a59913ad80edd45291ac",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 3088099,
"upload_time": "2024-06-21T22:40:08",
"upload_time_iso_8601": "2024-06-21T22:40:08.637286Z",
"url": "https://files.pythonhosted.org/packages/46/36/48d3527309ee2205d73ad0edef22595a6a2b8b353c1ba30c30827a2d48ba/hddm_r-2.0.19-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c1bc00a5ba2dcffafba5499508fdbc1312baf1b4fe07c8357882eda9c51d0ed",
"md5": "42b09dc9bbf98ec0773373b4681a1e2a",
"sha256": "21eb58c417cc54c43cd44eeee761a0e300ec482d6ac01d4989db4e2f1d330103"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "42b09dc9bbf98ec0773373b4681a1e2a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 2722533,
"upload_time": "2024-06-21T22:40:09",
"upload_time_iso_8601": "2024-06-21T22:40:09.950703Z",
"url": "https://files.pythonhosted.org/packages/6c/1b/c00a5ba2dcffafba5499508fdbc1312baf1b4fe07c8357882eda9c51d0ed/hddm_r-2.0.19-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7616c069bede055adbcafc9e08dbb2bd53c057ebff15a558867b4cb4cd6543c6",
"md5": "7570098ae859a3aacb620d6d92ab4637",
"sha256": "fedfb47f4025ea3ba0488d3de6823f4d9cb046458c5bf118e9260ab13b903dc4"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "7570098ae859a3aacb620d6d92ab4637",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 13752317,
"upload_time": "2024-06-21T22:40:11",
"upload_time_iso_8601": "2024-06-21T22:40:11.371010Z",
"url": "https://files.pythonhosted.org/packages/76/16/c069bede055adbcafc9e08dbb2bd53c057ebff15a558867b4cb4cd6543c6/hddm_r-2.0.19-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6aa1d3eee4506694127902a958eed2b102ed3b06d4a3c70bf5d4ea8e9eb942c8",
"md5": "d8ed103c924971f9777f4fcfecb6214f",
"sha256": "31f1769a61e8abc33fdc5d53788dd6259efe9ec6d471a3209d0c885a5beb0043"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d8ed103c924971f9777f4fcfecb6214f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 14050035,
"upload_time": "2024-06-21T22:40:14",
"upload_time_iso_8601": "2024-06-21T22:40:14.051319Z",
"url": "https://files.pythonhosted.org/packages/6a/a1/d3eee4506694127902a958eed2b102ed3b06d4a3c70bf5d4ea8e9eb942c8/hddm_r-2.0.19-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b10ec65ef5f7198eb21b99aaa03b28b4b66523990b0676f5a1847e2782b6c8af",
"md5": "2f4ef73b61a8399a94663c42032da298",
"sha256": "a13f8a0c97e868da274b8bc7bafa89572f334c19af6091b77e405ea4cdb51412"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "2f4ef73b61a8399a94663c42032da298",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 14220934,
"upload_time": "2024-06-21T22:40:17",
"upload_time_iso_8601": "2024-06-21T22:40:17.042722Z",
"url": "https://files.pythonhosted.org/packages/b1/0e/c65ef5f7198eb21b99aaa03b28b4b66523990b0676f5a1847e2782b6c8af/hddm_r-2.0.19-cp312-cp312-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ffc3ab621f8c2ff62271f3a20571926d8f894415462d0f1f21027da001a0e6c",
"md5": "ec2f1e05189af25f12867bb1bbc73e6a",
"sha256": "e23ed5253d0fec1ee96d66e9ef267777d398bb45829a67ca59f5828f6747e27d"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "ec2f1e05189af25f12867bb1bbc73e6a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 14467493,
"upload_time": "2024-06-21T22:40:19",
"upload_time_iso_8601": "2024-06-21T22:40:19.285084Z",
"url": "https://files.pythonhosted.org/packages/0f/fc/3ab621f8c2ff62271f3a20571926d8f894415462d0f1f21027da001a0e6c/hddm_r-2.0.19-cp312-cp312-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "188430dbe56addc0af7eb1fe1cccacad2e8f17a58a5a0429f2aaf70328b0cb71",
"md5": "c6e48a9d10feef5f98bf09dfd1d6653c",
"sha256": "81f2047945e90c6d95ed0ecb4fad24df970184d64929506b6b8a1c00932c48a7"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "c6e48a9d10feef5f98bf09dfd1d6653c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 1269907,
"upload_time": "2024-06-21T22:40:21",
"upload_time_iso_8601": "2024-06-21T22:40:21.960112Z",
"url": "https://files.pythonhosted.org/packages/18/84/30dbe56addc0af7eb1fe1cccacad2e8f17a58a5a0429f2aaf70328b0cb71/hddm_r-2.0.19-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1cd2a73bb85ed55359300b2f6bd5b0892dbd8d1bba0b815a76d6518d6ea3d4da",
"md5": "37b322f8e1acc9934deeb9221c797d00",
"sha256": "267c3383c8c164f3756f7406150e192cdd6f83b453b74ea39bdb9f5382918b2f"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "37b322f8e1acc9934deeb9221c797d00",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 1547011,
"upload_time": "2024-06-21T22:40:23",
"upload_time_iso_8601": "2024-06-21T22:40:23.170831Z",
"url": "https://files.pythonhosted.org/packages/1c/d2/a73bb85ed55359300b2f6bd5b0892dbd8d1bba0b815a76d6518d6ea3d4da/hddm_r-2.0.19-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "517005db6a56eafc6c6dd60fdcfc8a28160e5d8199fdc4597f0c73664582cd27",
"md5": "07ca29424f4c0529c135510c8f5de577",
"sha256": "11d5fabae885900d049a498b8b707c42a2a56a946e010b03d1c96ce16edaf988"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp36-cp36m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "07ca29424f4c0529c135510c8f5de577",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 3086027,
"upload_time": "2024-06-21T22:40:24",
"upload_time_iso_8601": "2024-06-21T22:40:24.634404Z",
"url": "https://files.pythonhosted.org/packages/51/70/05db6a56eafc6c6dd60fdcfc8a28160e5d8199fdc4597f0c73664582cd27/hddm_r-2.0.19-cp36-cp36m-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45e457fbeecbb755b60cdd5d74fc0e84b1e00d854d775e02d2aea4bb17b4fe1e",
"md5": "9fb68b940de0fe52867eeac2bb6a4383",
"sha256": "10aab47c99f1afbaf79a74713d82981eba7dc1cea3cad65f7cc4a518f0bfae02"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "9fb68b940de0fe52867eeac2bb6a4383",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 13711083,
"upload_time": "2024-06-21T22:40:26",
"upload_time_iso_8601": "2024-06-21T22:40:26.021323Z",
"url": "https://files.pythonhosted.org/packages/45/e4/57fbeecbb755b60cdd5d74fc0e84b1e00d854d775e02d2aea4bb17b4fe1e/hddm_r-2.0.19-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7990743158eea6299a567bed01c2c385ec4f46a5e6de52b17d01c55cc12dd497",
"md5": "c256cd4c14b121687f4ce0235aca4720",
"sha256": "99c40ac7f2972492e5d9278dc5bf09804bd1a0e2a20709ffef39aa62a16d36fc"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c256cd4c14b121687f4ce0235aca4720",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 14001523,
"upload_time": "2024-06-21T22:40:28",
"upload_time_iso_8601": "2024-06-21T22:40:28.688380Z",
"url": "https://files.pythonhosted.org/packages/79/90/743158eea6299a567bed01c2c385ec4f46a5e6de52b17d01c55cc12dd497/hddm_r-2.0.19-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e716187115648edd5370405a6e2342ca978229ea8223a6e7cd988f4da46f8a39",
"md5": "b98de927095b468add93544855b1bdbd",
"sha256": "823b8c357e31fdfdcb1c33ecfdeec6700fce1c43f22e890660100aa78fb84825"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp36-cp36m-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "b98de927095b468add93544855b1bdbd",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 14179942,
"upload_time": "2024-06-21T22:40:31",
"upload_time_iso_8601": "2024-06-21T22:40:31.258466Z",
"url": "https://files.pythonhosted.org/packages/e7/16/187115648edd5370405a6e2342ca978229ea8223a6e7cd988f4da46f8a39/hddm_r-2.0.19-cp36-cp36m-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07295713d5a2d5063ff020a94845ee9ac7cfe231bdf177d19839710b652e8905",
"md5": "91c3820cc550130ab9a7b5405f11b4af",
"sha256": "7fc574a9b9635bb9274a118214da65c9467b7ebb27b19a633ba613fce4d06156"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp36-cp36m-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "91c3820cc550130ab9a7b5405f11b4af",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 14421071,
"upload_time": "2024-06-21T22:40:33",
"upload_time_iso_8601": "2024-06-21T22:40:33.327291Z",
"url": "https://files.pythonhosted.org/packages/07/29/5713d5a2d5063ff020a94845ee9ac7cfe231bdf177d19839710b652e8905/hddm_r-2.0.19-cp36-cp36m-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "897dfc93fb60709a778939f59d0de4313f679639d6388300bd969aed60ceed78",
"md5": "e4ab1cba3a3dfceb4a41b19cb949fee3",
"sha256": "021b0df5a1adde3356a97de28f12120ba55da6eeb54d25e254a34d80f30f20cf"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp36-cp36m-win32.whl",
"has_sig": false,
"md5_digest": "e4ab1cba3a3dfceb4a41b19cb949fee3",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 1353459,
"upload_time": "2024-06-21T22:40:35",
"upload_time_iso_8601": "2024-06-21T22:40:35.357162Z",
"url": "https://files.pythonhosted.org/packages/89/7d/fc93fb60709a778939f59d0de4313f679639d6388300bd969aed60ceed78/hddm_r-2.0.19-cp36-cp36m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "06c493883ed21b84d6adb66ee7712e95a021b1e6eb6083ca358eb75b158f2ad8",
"md5": "f13f65b04a4643a16f248945cba74bed",
"sha256": "f725aafc5e9b548163812d0c47042b74b77c544827fe7ca23b5a57bcaf25b596"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp36-cp36m-win_amd64.whl",
"has_sig": false,
"md5_digest": "f13f65b04a4643a16f248945cba74bed",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 1536112,
"upload_time": "2024-06-21T22:40:37",
"upload_time_iso_8601": "2024-06-21T22:40:37.256107Z",
"url": "https://files.pythonhosted.org/packages/06/c4/93883ed21b84d6adb66ee7712e95a021b1e6eb6083ca358eb75b158f2ad8/hddm_r-2.0.19-cp36-cp36m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "825ba35e5ca707c1b024902fe9fbe6ee8270fcda8dd5f3348fc085f137b9efaf",
"md5": "20d9ce620a626249ddd71a8557759d25",
"sha256": "16e0111b7b8e17f029469b278f4e5a7eab03bb399924cb4a7f7a8367f883ee19"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp37-cp37m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "20d9ce620a626249ddd71a8557759d25",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 3086415,
"upload_time": "2024-06-21T22:40:38",
"upload_time_iso_8601": "2024-06-21T22:40:38.549196Z",
"url": "https://files.pythonhosted.org/packages/82/5b/a35e5ca707c1b024902fe9fbe6ee8270fcda8dd5f3348fc085f137b9efaf/hddm_r-2.0.19-cp37-cp37m-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cb59b82e4183b0b9d4cc3dc89efcd5997e5407337b5a1aff995d663e13c17235",
"md5": "45be7bc7f641dd43ce104b6590fd0c9c",
"sha256": "dc05111bd9ef87c9a8e23a8792811191312ca1972db8989d64a5749cbae97b1d"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "45be7bc7f641dd43ce104b6590fd0c9c",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 13712536,
"upload_time": "2024-06-21T22:40:40",
"upload_time_iso_8601": "2024-06-21T22:40:40.698829Z",
"url": "https://files.pythonhosted.org/packages/cb/59/b82e4183b0b9d4cc3dc89efcd5997e5407337b5a1aff995d663e13c17235/hddm_r-2.0.19-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1313c14d3b5e6e3e7666c84b1c567520ad4e4c507358d4c0f5aef407e02852b5",
"md5": "f914cc5f89036fb7beaf7013bcbbe408",
"sha256": "db5649aa302dc835b2a50354b9bff611efddbdc1cd12d4cfe5b441623a516e3b"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f914cc5f89036fb7beaf7013bcbbe408",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 14002609,
"upload_time": "2024-06-21T22:40:42",
"upload_time_iso_8601": "2024-06-21T22:40:42.701083Z",
"url": "https://files.pythonhosted.org/packages/13/13/c14d3b5e6e3e7666c84b1c567520ad4e4c507358d4c0f5aef407e02852b5/hddm_r-2.0.19-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c8cb7fe3d16f346f2bc7d1e0b252f0f294239e863998a0a9e0a0837c2b3124d9",
"md5": "08352d4a4d542e14cd5547d4da973286",
"sha256": "4ffc2c88eb6d599599badb10c23be739b43adfde587da4969c9537d8d20428f1"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp37-cp37m-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "08352d4a4d542e14cd5547d4da973286",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 14181668,
"upload_time": "2024-06-21T22:40:44",
"upload_time_iso_8601": "2024-06-21T22:40:44.686331Z",
"url": "https://files.pythonhosted.org/packages/c8/cb/7fe3d16f346f2bc7d1e0b252f0f294239e863998a0a9e0a0837c2b3124d9/hddm_r-2.0.19-cp37-cp37m-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26209ab38a7a929bcbf8ad4b45fcfa6c0bc6e0be3ed8be204783af56454e57a8",
"md5": "f777285e2ff5f7a0bbfe8afaf099a2d9",
"sha256": "35d3e10b0a75b2ed0594c0ae97d5b857ec142b68a3c79a789aa452989259dbd7"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp37-cp37m-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "f777285e2ff5f7a0bbfe8afaf099a2d9",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 14423034,
"upload_time": "2024-06-21T22:40:46",
"upload_time_iso_8601": "2024-06-21T22:40:46.831392Z",
"url": "https://files.pythonhosted.org/packages/26/20/9ab38a7a929bcbf8ad4b45fcfa6c0bc6e0be3ed8be204783af56454e57a8/hddm_r-2.0.19-cp37-cp37m-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ef5acdf351592c54521e2a6362513adca5637fc8a13d9aed8864eb07bbf2e865",
"md5": "0e24430aa97b8fae8156445d20690be3",
"sha256": "c0ebfbe2725e382d0d3ecdbf3afbd4186cb79fd005437cf89aed2acc72fa85ab"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp37-cp37m-win32.whl",
"has_sig": false,
"md5_digest": "0e24430aa97b8fae8156445d20690be3",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 1269474,
"upload_time": "2024-06-21T22:40:49",
"upload_time_iso_8601": "2024-06-21T22:40:49.069092Z",
"url": "https://files.pythonhosted.org/packages/ef/5a/cdf351592c54521e2a6362513adca5637fc8a13d9aed8864eb07bbf2e865/hddm_r-2.0.19-cp37-cp37m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eb675807d75c93937c39b467dcde92775cfd9b35ffb4eb6c8986d93d75a5fff0",
"md5": "fe1b7a80f49eb5beedcc71d6c60a136c",
"sha256": "1905754c4317418cc882355478ecf50b9a8883e8a19eec8ddce1f6c5b1cbbf81"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp37-cp37m-win_amd64.whl",
"has_sig": false,
"md5_digest": "fe1b7a80f49eb5beedcc71d6c60a136c",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 1544521,
"upload_time": "2024-06-21T22:40:50",
"upload_time_iso_8601": "2024-06-21T22:40:50.861434Z",
"url": "https://files.pythonhosted.org/packages/eb/67/5807d75c93937c39b467dcde92775cfd9b35ffb4eb6c8986d93d75a5fff0/hddm_r-2.0.19-cp37-cp37m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ccf495a9ecf52d4197ec31144677e10016dc7f6342ebe8ba2816a41b1390ec3b",
"md5": "dbc05fb38b313632fb12ea6e9da2de72",
"sha256": "f191fab9b515f392cec1223a4619ecf01f2e130e0102040828060ce4654ede04"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "dbc05fb38b313632fb12ea6e9da2de72",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 3086757,
"upload_time": "2024-06-21T22:40:52",
"upload_time_iso_8601": "2024-06-21T22:40:52.185502Z",
"url": "https://files.pythonhosted.org/packages/cc/f4/95a9ecf52d4197ec31144677e10016dc7f6342ebe8ba2816a41b1390ec3b/hddm_r-2.0.19-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "75c9b3e3f1abdba2009255ab9bacc800233a50b6a66fcdb95bde1e8189f78fda",
"md5": "2859ab0afb89ae7123ea8354a02b18f9",
"sha256": "f4ac1a10ebc644cd1b27e37435da136eb98ffffd3c36f9c2864e1cac9b285611"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2859ab0afb89ae7123ea8354a02b18f9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 2706271,
"upload_time": "2024-06-21T22:40:53",
"upload_time_iso_8601": "2024-06-21T22:40:53.684466Z",
"url": "https://files.pythonhosted.org/packages/75/c9/b3e3f1abdba2009255ab9bacc800233a50b6a66fcdb95bde1e8189f78fda/hddm_r-2.0.19-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ce17e0cb3e306b0b5c1fa1c0990d593d71e59a4920b46133c091a9ad0d96ec9",
"md5": "9de3f4ebd67b048d391c21dbccfe3ddd",
"sha256": "1c0d3db6b63d07682834f5a1291fdd6ac350e94c6475bfe14aa3479cee243258"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "9de3f4ebd67b048d391c21dbccfe3ddd",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 13731120,
"upload_time": "2024-06-21T22:40:55",
"upload_time_iso_8601": "2024-06-21T22:40:55.085090Z",
"url": "https://files.pythonhosted.org/packages/8c/e1/7e0cb3e306b0b5c1fa1c0990d593d71e59a4920b46133c091a9ad0d96ec9/hddm_r-2.0.19-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c6c6ce55693c27f04937f29c7d4963cf52304ac5f80de66800e8a5a7ef226236",
"md5": "ab60e515674b94d178b15f09ab6a7680",
"sha256": "6d540a4060fd046e54bf7df5a6cca4c408649e8c9063b88bbfc9f3f51201f5e4"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ab60e515674b94d178b15f09ab6a7680",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 14020098,
"upload_time": "2024-06-21T22:40:57",
"upload_time_iso_8601": "2024-06-21T22:40:57.065257Z",
"url": "https://files.pythonhosted.org/packages/c6/c6/ce55693c27f04937f29c7d4963cf52304ac5f80de66800e8a5a7ef226236/hddm_r-2.0.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26e8cb399b9d5ea00e78279cb77819cc5213d52e7e513dd3035b8031e5674050",
"md5": "aa3dc76474131d796fed9ec001aed78a",
"sha256": "1ac108c9b6ef70a73acf44cb73ac76e2d4b9c5efff14aa32482ab121bb59b033"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "aa3dc76474131d796fed9ec001aed78a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 14194234,
"upload_time": "2024-06-21T22:40:59",
"upload_time_iso_8601": "2024-06-21T22:40:59.772874Z",
"url": "https://files.pythonhosted.org/packages/26/e8/cb399b9d5ea00e78279cb77819cc5213d52e7e513dd3035b8031e5674050/hddm_r-2.0.19-cp38-cp38-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c0c511be17e7076e8afd49c8622d85ebee097680c50023be3cd430a0e6914300",
"md5": "05183e8a2b867e3a7f24c88d795d0475",
"sha256": "1d289b3aa0e708e4115d94e5228bf8246a18bce8efab7ec7820310862c630b15"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "05183e8a2b867e3a7f24c88d795d0475",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 14434326,
"upload_time": "2024-06-21T22:41:02",
"upload_time_iso_8601": "2024-06-21T22:41:02.556004Z",
"url": "https://files.pythonhosted.org/packages/c0/c5/11be17e7076e8afd49c8622d85ebee097680c50023be3cd430a0e6914300/hddm_r-2.0.19-cp38-cp38-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "56918d2a0dda8786d8b2e411de2d8fd22ddcbd2cd8726558fa8958d7c00e406e",
"md5": "f28faf7e609dd4f44e17ab9de5094875",
"sha256": "13d690ca8555c5138228d4daed81983df1b96aef7e8571cb3ca6129d3271f5db"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "f28faf7e609dd4f44e17ab9de5094875",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 1269862,
"upload_time": "2024-06-21T22:41:04",
"upload_time_iso_8601": "2024-06-21T22:41:04.583528Z",
"url": "https://files.pythonhosted.org/packages/56/91/8d2a0dda8786d8b2e411de2d8fd22ddcbd2cd8726558fa8958d7c00e406e/hddm_r-2.0.19-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9054ae31f817af41f0cc62ac9e845890943f380784c95ed05a55661c433e21f2",
"md5": "bcdb188b4accaf9c9ea44f292ead67ae",
"sha256": "6e01e854d26c0061e66bb4fd5ad1fe4a5440964d32b9f9f3d929af4fd315d08e"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "bcdb188b4accaf9c9ea44f292ead67ae",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 1544596,
"upload_time": "2024-06-21T22:41:05",
"upload_time_iso_8601": "2024-06-21T22:41:05.847797Z",
"url": "https://files.pythonhosted.org/packages/90/54/ae31f817af41f0cc62ac9e845890943f380784c95ed05a55661c433e21f2/hddm_r-2.0.19-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0ffe1ac1215901647953939ff30a38796186bbadffa696553aae5b4cbcbe384",
"md5": "0482c9816e269b4517d828dff9980367",
"sha256": "9c3c8d7b422b2c79e7451f425ab89c83372c4460b50d66a56603bfbe614fa66d"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "0482c9816e269b4517d828dff9980367",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 3086695,
"upload_time": "2024-06-21T22:41:08",
"upload_time_iso_8601": "2024-06-21T22:41:08.018410Z",
"url": "https://files.pythonhosted.org/packages/a0/ff/e1ac1215901647953939ff30a38796186bbadffa696553aae5b4cbcbe384/hddm_r-2.0.19-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b127725d7bea4dfb5617eb94fb247a3789ad46aa05eda9e7cc3911e4863268ba",
"md5": "86367679958771b9933228b55a9f7802",
"sha256": "5e84c46239e959e220f8c38aac21b42cd6662017ad5b2a1c7a98edd1c8f53b0f"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "86367679958771b9933228b55a9f7802",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 2722447,
"upload_time": "2024-06-21T22:41:09",
"upload_time_iso_8601": "2024-06-21T22:41:09.952233Z",
"url": "https://files.pythonhosted.org/packages/b1/27/725d7bea4dfb5617eb94fb247a3789ad46aa05eda9e7cc3911e4863268ba/hddm_r-2.0.19-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "356d2bb6e5deb4c0c1be775fd683f0c7897efa0a3b06072549d842e960737952",
"md5": "5c5624f2e417893e443a334bfcdf919a",
"sha256": "02dbc525653c27fab153593e01e4d051a663ac1b5c0265c0df35efde487b6ffb"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "5c5624f2e417893e443a334bfcdf919a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 13730016,
"upload_time": "2024-06-21T22:41:11",
"upload_time_iso_8601": "2024-06-21T22:41:11.395134Z",
"url": "https://files.pythonhosted.org/packages/35/6d/2bb6e5deb4c0c1be775fd683f0c7897efa0a3b06072549d842e960737952/hddm_r-2.0.19-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "04cc5759125e8f303868b8c9fcdf55a59051a533d56e5b629c55b4069f16e29f",
"md5": "bf68a8c9eae2fb92d28b64416091af24",
"sha256": "9f1d23bcd022c432bbc6aa07963f7f226061e9cafa7dac3d14575235297cbb7f"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bf68a8c9eae2fb92d28b64416091af24",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 14017250,
"upload_time": "2024-06-21T22:41:13",
"upload_time_iso_8601": "2024-06-21T22:41:13.784186Z",
"url": "https://files.pythonhosted.org/packages/04/cc/5759125e8f303868b8c9fcdf55a59051a533d56e5b629c55b4069f16e29f/hddm_r-2.0.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3833bc2d098bb698086931d676deb6ed4c875bb98b295ef3f4ee7301b7d2e2f2",
"md5": "046a95bef074ed6c0b6d3bd4f2e966c5",
"sha256": "d372b016ecf8e701f0d487307023f196fdc32e7d1c63da7d76c17c9183459153"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "046a95bef074ed6c0b6d3bd4f2e966c5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 14192610,
"upload_time": "2024-06-21T22:41:15",
"upload_time_iso_8601": "2024-06-21T22:41:15.929083Z",
"url": "https://files.pythonhosted.org/packages/38/33/bc2d098bb698086931d676deb6ed4c875bb98b295ef3f4ee7301b7d2e2f2/hddm_r-2.0.19-cp39-cp39-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "82a3d59e08fefe9d9b9467431728220e2498da99fb5df56fbb080e638aa11c4b",
"md5": "c26aa6e160c8af03378ab091740fb7b7",
"sha256": "7a5cf61a342eeca0d5056b2aa3fff7530a682e82b1af6bda679c07f2ce4f64c9"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "c26aa6e160c8af03378ab091740fb7b7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 14430276,
"upload_time": "2024-06-21T22:41:17",
"upload_time_iso_8601": "2024-06-21T22:41:17.981365Z",
"url": "https://files.pythonhosted.org/packages/82/a3/d59e08fefe9d9b9467431728220e2498da99fb5df56fbb080e638aa11c4b/hddm_r-2.0.19-cp39-cp39-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cef19330c5073faf97aac5951516a58afd6a409f59ef49edc4db7859f6fa36de",
"md5": "2c5ca993e800520847e326341967808d",
"sha256": "ebb23ebec9dd78cac5d105f0c3cc5a9954e1c5d759176c735e9f2627ff78ed1f"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "2c5ca993e800520847e326341967808d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 1269848,
"upload_time": "2024-06-21T22:41:19",
"upload_time_iso_8601": "2024-06-21T22:41:19.951291Z",
"url": "https://files.pythonhosted.org/packages/ce/f1/9330c5073faf97aac5951516a58afd6a409f59ef49edc4db7859f6fa36de/hddm_r-2.0.19-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f0095b06c2198153dc73bad5b752ed98cc70de53c08b630242bbae0064e584aa",
"md5": "7bd1973e44776c550f16f2a443e334ff",
"sha256": "f825347944653b6f3e0864faa2a265bcafce86a57b09bce6d676d91ce391fdcd"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "7bd1973e44776c550f16f2a443e334ff",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 1544594,
"upload_time": "2024-06-21T22:41:21",
"upload_time_iso_8601": "2024-06-21T22:41:21.794231Z",
"url": "https://files.pythonhosted.org/packages/f0/09/5b06c2198153dc73bad5b752ed98cc70de53c08b630242bbae0064e584aa/hddm_r-2.0.19-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e079e953ca5a3161318705338d2bfad2c69d011e989d84017a8792fe2a372a75",
"md5": "54db07cfaad4dbfd0c84fce4c3d48fbb",
"sha256": "8b34bb482e2ed54817f2024d686ae31cb0d742e4cbee777694397a4748108f3d"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "54db07cfaad4dbfd0c84fce4c3d48fbb",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 3032504,
"upload_time": "2024-06-21T22:41:23",
"upload_time_iso_8601": "2024-06-21T22:41:23.083649Z",
"url": "https://files.pythonhosted.org/packages/e0/79/e953ca5a3161318705338d2bfad2c69d011e989d84017a8792fe2a372a75/hddm_r-2.0.19-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7820e8136636de6397a752a6081b5edc1531ad70a15b4e1ad3b87bd2c008253",
"md5": "bbf7bca5ef619b0d417c0a9e26f655df",
"sha256": "11bea6a9a7428843a4cc320802c333c8897bb7faa28dda0031319d8b078b657a"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "bbf7bca5ef619b0d417c0a9e26f655df",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 2661771,
"upload_time": "2024-06-21T22:41:24",
"upload_time_iso_8601": "2024-06-21T22:41:24.430784Z",
"url": "https://files.pythonhosted.org/packages/c7/82/0e8136636de6397a752a6081b5edc1531ad70a15b4e1ad3b87bd2c008253/hddm_r-2.0.19-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "61dfc99bb449642a9440559734e47ff9b527076f206fce2a03be357bdd730324",
"md5": "31661ef37f3af3dadc175b38f12b9b71",
"sha256": "547ca227627f5487652b8e9964a2c594ab06a00a6ddf8f1f38f91dec959e6d7a"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "31661ef37f3af3dadc175b38f12b9b71",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 6557420,
"upload_time": "2024-06-21T22:41:25",
"upload_time_iso_8601": "2024-06-21T22:41:25.990733Z",
"url": "https://files.pythonhosted.org/packages/61/df/c99bb449642a9440559734e47ff9b527076f206fce2a03be357bdd730324/hddm_r-2.0.19-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "355141897e979822ad37409ae07f890c5192069887ddc5f715a98f14c817f0e0",
"md5": "d59d424b01463cff875abb277301d7ac",
"sha256": "7af14b4e6a3cc423ba070c94d7aeec58a58412b577172c8a61a87e71eeb364e6"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d59d424b01463cff875abb277301d7ac",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 6465207,
"upload_time": "2024-06-21T22:41:27",
"upload_time_iso_8601": "2024-06-21T22:41:27.544002Z",
"url": "https://files.pythonhosted.org/packages/35/51/41897e979822ad37409ae07f890c5192069887ddc5f715a98f14c817f0e0/hddm_r-2.0.19-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9c4b0a8f2c37e06cf1a502084b7d9da3ae45d827dca629a40d9f3f8e736d43cf",
"md5": "43f2fb53703914a19b984d36a25e687f",
"sha256": "71c480075132a3aeed13a111e14533a09d8a4bc3e788bafd183e1081a4b54b49"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp310-pypy310_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "43f2fb53703914a19b984d36a25e687f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 1442315,
"upload_time": "2024-06-21T22:41:29",
"upload_time_iso_8601": "2024-06-21T22:41:29.118722Z",
"url": "https://files.pythonhosted.org/packages/9c/4b/0a8f2c37e06cf1a502084b7d9da3ae45d827dca629a40d9f3f8e736d43cf/hddm_r-2.0.19-pp310-pypy310_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "154a8eef9bb00789b003d7871f89907972b96b4e23291f44bbdce818111b02ec",
"md5": "67369f7ba2ba3381cc27cc429f90f544",
"sha256": "5ca92d2d4d08af02ebf47b6e57f39fed27e89a00eb03c0569f6d85aae5c7bbcd"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "67369f7ba2ba3381cc27cc429f90f544",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 3032501,
"upload_time": "2024-06-21T22:41:30",
"upload_time_iso_8601": "2024-06-21T22:41:30.561105Z",
"url": "https://files.pythonhosted.org/packages/15/4a/8eef9bb00789b003d7871f89907972b96b4e23291f44bbdce818111b02ec/hddm_r-2.0.19-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9a4e895ab280bf5a6299c51c3dc1e740e85782a8c579bbad5babd53d21c465eb",
"md5": "0f5eec8b1c7f80f228e458ab8d46a2c9",
"sha256": "7711e738e7d5390f67be06a38c844b950b978be61f7eb0ae4b5d0ac35ec21411"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "0f5eec8b1c7f80f228e458ab8d46a2c9",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 6657983,
"upload_time": "2024-06-21T22:41:32",
"upload_time_iso_8601": "2024-06-21T22:41:32.067768Z",
"url": "https://files.pythonhosted.org/packages/9a/4e/895ab280bf5a6299c51c3dc1e740e85782a8c579bbad5babd53d21c465eb/hddm_r-2.0.19-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4d20c86a2acca4cc6492ada08e2231444e14325f098dba3015ccc2fd7e3744bc",
"md5": "fad4465d54929a9185a9feee39dfebae",
"sha256": "34be242546461840744e748e6caa22e9c9ad4ed0252b7b2736cadadbfbe087aa"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "fad4465d54929a9185a9feee39dfebae",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 6567591,
"upload_time": "2024-06-21T22:41:34",
"upload_time_iso_8601": "2024-06-21T22:41:34.153102Z",
"url": "https://files.pythonhosted.org/packages/4d/20/c86a2acca4cc6492ada08e2231444e14325f098dba3015ccc2fd7e3744bc/hddm_r-2.0.19-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ca92ab2d126dc5d2332e83f02f1319e7947236b71ee4225e3751f4c82c61ed13",
"md5": "e2fa9cd077fcd1bcc7daa19d83aee69f",
"sha256": "98d17699bc9f10ef563acfe1328fef0194abc455dbc8a4273a1c98ff1dffd1bb"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp37-pypy37_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "e2fa9cd077fcd1bcc7daa19d83aee69f",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 1442324,
"upload_time": "2024-06-21T22:41:35",
"upload_time_iso_8601": "2024-06-21T22:41:35.647388Z",
"url": "https://files.pythonhosted.org/packages/ca/92/ab2d126dc5d2332e83f02f1319e7947236b71ee4225e3751f4c82c61ed13/hddm_r-2.0.19-pp37-pypy37_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "339bc99dd2b1a94fc625b2f4cebc0b450577c06439a4c33343db3d6505cc4898",
"md5": "032e6d6e8366d40decc5cd09702eff99",
"sha256": "f3b3dbf18527ca9fc0908e1394803c0904a29cbc9800268efde52671f2f748e1"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "032e6d6e8366d40decc5cd09702eff99",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 3032532,
"upload_time": "2024-06-21T22:41:37",
"upload_time_iso_8601": "2024-06-21T22:41:37.033265Z",
"url": "https://files.pythonhosted.org/packages/33/9b/c99dd2b1a94fc625b2f4cebc0b450577c06439a4c33343db3d6505cc4898/hddm_r-2.0.19-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f207d9b5c1d26f0d8d02d6797f566b30f089b17f822a5c51d6367f13fb358c98",
"md5": "180700c11a42c3c480ea9050b4c8dcd9",
"sha256": "d1c0640791e91710053cdc89a23605b67dc2c556e92f0305dcc510c9211c4673"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "180700c11a42c3c480ea9050b4c8dcd9",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 2663259,
"upload_time": "2024-06-21T22:41:38",
"upload_time_iso_8601": "2024-06-21T22:41:38.341737Z",
"url": "https://files.pythonhosted.org/packages/f2/07/d9b5c1d26f0d8d02d6797f566b30f089b17f822a5c51d6367f13fb358c98/hddm_r-2.0.19-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e90e2551582c3b5a5158f321bdb78ed0e67d8464d65b7b561068092358f7cb1e",
"md5": "70acfdcad7b12748c2f71fd2cc130dcb",
"sha256": "387eca3b67bc85c440bd15c21070e0e51f8cf8b0cb180aa072b2eef2ce66581d"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "70acfdcad7b12748c2f71fd2cc130dcb",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 6557450,
"upload_time": "2024-06-21T22:41:40",
"upload_time_iso_8601": "2024-06-21T22:41:40.290549Z",
"url": "https://files.pythonhosted.org/packages/e9/0e/2551582c3b5a5158f321bdb78ed0e67d8464d65b7b561068092358f7cb1e/hddm_r-2.0.19-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c5563d8658ecb10f2b3d2ad1e13764a5cf28470e61c5f50b51998a75e5499546",
"md5": "6695b566ed4d65276361dfaf49ddde28",
"sha256": "cdc8b7a404441f228469c1cb2d0a963c85913b5f2660cde6ba6d1ea7a29ff458"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6695b566ed4d65276361dfaf49ddde28",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 6465753,
"upload_time": "2024-06-21T22:41:41",
"upload_time_iso_8601": "2024-06-21T22:41:41.829335Z",
"url": "https://files.pythonhosted.org/packages/c5/56/3d8658ecb10f2b3d2ad1e13764a5cf28470e61c5f50b51998a75e5499546/hddm_r-2.0.19-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e1e5dbc7623a1ba44b02d121c0cb156e619acdae797b591f07dd638d2eaa187",
"md5": "1501296ee6dba34192bf660dd3db85f8",
"sha256": "b2edc57897ed9a7defd0d4b178d786d401f441248fdaf1834c8f57a2bf21882c"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp38-pypy38_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "1501296ee6dba34192bf660dd3db85f8",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 1442237,
"upload_time": "2024-06-21T22:41:43",
"upload_time_iso_8601": "2024-06-21T22:41:43.300041Z",
"url": "https://files.pythonhosted.org/packages/9e/1e/5dbc7623a1ba44b02d121c0cb156e619acdae797b591f07dd638d2eaa187/hddm_r-2.0.19-pp38-pypy38_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d891eec1bd863a96ee5bbffffd13a41c9fbc05ba1c2cfb62a32002dcea97470",
"md5": "e88088405b706c73ac080ccabb5d4ae5",
"sha256": "bbd345a204f0a89386ed9f25efba814afbed25bae4e846aae6a6adb7b7ccf68b"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "e88088405b706c73ac080ccabb5d4ae5",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 3032265,
"upload_time": "2024-06-21T22:41:45",
"upload_time_iso_8601": "2024-06-21T22:41:45.140486Z",
"url": "https://files.pythonhosted.org/packages/2d/89/1eec1bd863a96ee5bbffffd13a41c9fbc05ba1c2cfb62a32002dcea97470/hddm_r-2.0.19-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "99a6567c04d06964abe0205f01ea809f8b7029314cb3f30d3d5f11f914ffc7f6",
"md5": "8789881c98e050d25f8d9dcab7d60be9",
"sha256": "9b58eff39df2f3f14cdc7701abb3072c7aa4fff4bbdf22220ada30aad48bfb37"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8789881c98e050d25f8d9dcab7d60be9",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 2662298,
"upload_time": "2024-06-21T22:41:47",
"upload_time_iso_8601": "2024-06-21T22:41:47.540224Z",
"url": "https://files.pythonhosted.org/packages/99/a6/567c04d06964abe0205f01ea809f8b7029314cb3f30d3d5f11f914ffc7f6/hddm_r-2.0.19-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "907e44a0695e7523b6fd90d6ae9c697c6bde88f581669d0d7f93e47037a194ad",
"md5": "3f6f91c52c457bd9d947d973968a6729",
"sha256": "53a54c4c0f2a7711d62df47cd60a29b232108be3d0f495a47c97361bf96eed32"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "3f6f91c52c457bd9d947d973968a6729",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 6557418,
"upload_time": "2024-06-21T22:41:49",
"upload_time_iso_8601": "2024-06-21T22:41:49.620628Z",
"url": "https://files.pythonhosted.org/packages/90/7e/44a0695e7523b6fd90d6ae9c697c6bde88f581669d0d7f93e47037a194ad/hddm_r-2.0.19-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5cbd66a77be4025a538cb7bcfc71bdd139f41f118c9567f97ede10bec9568579",
"md5": "cea05dd8f284c9f010b33d50a7e267ef",
"sha256": "65a94b1fb3808abdbc840e5d4099fe838ffbc0251319d160d989397781da3e7e"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "cea05dd8f284c9f010b33d50a7e267ef",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 6465631,
"upload_time": "2024-06-21T22:41:51",
"upload_time_iso_8601": "2024-06-21T22:41:51.125951Z",
"url": "https://files.pythonhosted.org/packages/5c/bd/66a77be4025a538cb7bcfc71bdd139f41f118c9567f97ede10bec9568579/hddm_r-2.0.19-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7f58056b545667ce355ae4dd05156e52b6f9b43d98fc8debd863468d2bc3ee4",
"md5": "3b7b23a17deb4cf6286c02e82c725fb2",
"sha256": "977e0b0f6fed3376703b587835f0cef63f5a6b32453cb32795fe59ba15f90964"
},
"downloads": -1,
"filename": "hddm_r-2.0.19-pp39-pypy39_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "3b7b23a17deb4cf6286c02e82c725fb2",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 1442231,
"upload_time": "2024-06-21T22:41:53",
"upload_time_iso_8601": "2024-06-21T22:41:53.071513Z",
"url": "https://files.pythonhosted.org/packages/b7/f5/8056b545667ce355ae4dd05156e52b6f9b43d98fc8debd863468d2bc3ee4/hddm_r-2.0.19-pp39-pypy39_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "106d6bf6ea74c0478227b1221164143937f317c50a1bcddc02df6ca73a84433d",
"md5": "92064e442acd6fd94b42c7fcc14330ec",
"sha256": "845e31cdb3b46159a51de05cf026dc265aab54a27816c5217414a9f4408c87fe"
},
"downloads": -1,
"filename": "hddm_r-2.0.19.tar.gz",
"has_sig": false,
"md5_digest": "92064e442acd6fd94b42c7fcc14330ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 8962,
"upload_time": "2024-06-21T22:41:54",
"upload_time_iso_8601": "2024-06-21T22:41:54.977585Z",
"url": "https://files.pythonhosted.org/packages/10/6d/6bf6ea74c0478227b1221164143937f317c50a1bcddc02df6ca73a84433d/hddm_r-2.0.19.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-21 22:41:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rjones30",
"github_project": "hddm_r",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "hddm-r"
}