{ "info": { "author": "Lars Klitzke", "author_email": "Lars.Klitzke@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Information Technology", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Unix Shell", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "# DAGMaR: A DAG-based Robust Road Estimation Framework for Scenario Mining\n\n[![pipeline status](https://gitlab.klitzke-web.de/lkl/dagmar/badges/master/pipeline.svg)](https://gitlab.klitzke-web.de/lkl/dagmar/commits/master)\n[![coverage report](https://gitlab.klitzke-web.de/lkl/dagmar/badges/master/coverage.svg)](https://gitlab.klitzke-web.de/lkl/dagmar/commits/master)\n\nThis project provide the software for the algorithms and concepts for enriching real-world test drive data collected within the research project [FASva](https://www.hs-emden-leer.de/en/faculties/faculty-of-technology/projects/fasva/) with information of the road infrastructure as basis for context-aware scenario mining\n\nFor that purpose, the work proposes an advances map matching algorithm that is based on particle filter for vehicle localization employing a directed acyclic graph of mapped roads (*DAGMaR*) to robustly estimate the trajectory of most likely vehicle poses. \n\n## Content\n\nThe `dagmar` package contains the following modules\n\n* `core`: The core functionality including updating the particle filter or the implementation of `DAGMaR`.\n* `io`: Everything file or logging-based related, e.g. progress bars using [tqdm](https://github.com/tqdm/tqdm), saving the state of the particle filter or `DAGMaR`, etc.\n* `location`: That module contains function and classes for handling GPS and UTM locations, and `OSM` as an interface to `overpy` to query OpenStreetMap via Overpass.\n* `move`: The first step of the processing cycle: move the particle field\n* `weight`: The second step of the processing cycle: weight the particle field\n* `resample`: The last step of the processing cycle: resample the particle field\n* `visualization`: Functions and classes for showing the particle field state\n\n## Installation\n\nEither clone this project with\n\n```bash\ngit clone https://github.com/larsklitzke/dagmar\n```\n\nto extend the functionality of the project or, since the the project is hosted on PyPi, install it with\n\n```bash\npip install dagmar\n```\n\n## Tools\n\nAfter installing the package, the following programs are available for processing and evaluating a conducted drive.\n\n* `dagmar`: Process and evaluate a drive\n* `dagmar-analyse`: Analyze the results of the `Particle cluster` and `DAGMaR` \n* `dagmar-process-pf`: Reconstruct `DAGMaR` based on previously estimated mapped vehicle poses by the `Particle cluster`.\n\n## Dependencies\n\nThis project uses various libraries some of which are listed in the following\n\n* [*Numba*](https://numba.pydata.org/) which is based on [*NumPy*](https://numpy.org/) is used for the particle filter enabling high performance computation.\n* [*seaborn*](https://seaborn.pydata.org/) and [*matplotlib*](https://matplotlib.org/) for visualization\n* [*NetworkX*](https://networkx.github.io/) for the implementation of `DAGMaR`\n* [*Pandas*](https://pandas.pydata.org/) for data management and analysis\n* [*tqdm*](https://github.com/tqdm/tqdm) to show the progress of provided tools via progress bars.\n\n## License\n\nCopyright (C) 2019 Lars Klitzke, Lars.Klitzke@gmail.com\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "GNU GPLv3", "maintainer": "", "maintainer_email": "", "name": "dagmar", "package_url": "https://pypi.org/project/dagmar/", "platform": "", "project_url": "https://pypi.org/project/dagmar/", "project_urls": null, "release_url": "https://pypi.org/project/dagmar/1.8.2/", "requires_dist": [ "numpy", "numba", "matplotlib", "seaborn", "pandas", "networkx", "utm", "tilemapbase (>=0.4.5)", "fastcache", "tqdm", "colorlog", "overpy2", "fasvautil (>=0.5.8)", "sklearn" ], "requires_python": "", "summary": "A DAG-based framework for robust road estimation", "version": "1.8.2" }, "last_serial": 5995868, "releases": { "1.1.3": [ { "comment_text": "", "digests": { "md5": "978b01c2f9a50db70a7b6de5d25c1da3", "sha256": "6a87ed8e0aebb7bf3734babf65fb2fc99ed5ac767137b7a5890f78cc8f961786" }, "downloads": -1, "filename": "dagmar-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "978b01c2f9a50db70a7b6de5d25c1da3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65360, "upload_time": "2019-07-25T16:08:09", "url": "https://files.pythonhosted.org/packages/1c/d0/7eb317ea6d5ef0218456e7eda0252bd456625b559650d84932c68e22d452/dagmar-1.1.3-py3-none-any.whl" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "db53377fe38ab4e6a8ea4e915a6def23", "sha256": "2e0db89a265dc390b026b9118f71861d21bdbc7544e272cb9b142aa3e04e5132" }, "downloads": -1, "filename": "dagmar-1.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "db53377fe38ab4e6a8ea4e915a6def23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65281, "upload_time": "2019-07-25T16:11:48", "url": "https://files.pythonhosted.org/packages/11/6a/aadede004ab8a0d822953ba2a5740c81eee5bba3993b981f834ec93aeced/dagmar-1.1.4-py3-none-any.whl" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "576827e2942b52fe370e29156d540c71", "sha256": "3ae5a3e9b6a2eb341693fb8f0c8a17d881faa49bb4c55916b026e5ec25ee323f" }, "downloads": -1, "filename": "dagmar-1.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "576827e2942b52fe370e29156d540c71", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65424, "upload_time": "2019-07-25T17:58:19", "url": "https://files.pythonhosted.org/packages/ca/61/7db407f66f79e8da71eca5ceb4504ff3f93cbfe8d73dc1edadaf8bdc17cb/dagmar-1.1.5-py3-none-any.whl" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "17925444794724bfb0f345dc8d42214e", "sha256": "17755a8961511dc6fbafe4bfd941f754e31e71734c3664d572235da365b7e166" }, "downloads": -1, "filename": "dagmar-1.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "17925444794724bfb0f345dc8d42214e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65419, "upload_time": "2019-07-26T13:13:57", "url": "https://files.pythonhosted.org/packages/ec/1d/ab9b76d56b2971e4e4f30097612db1c3d21433a618508877cf24a0c2f36e/dagmar-1.1.6-py3-none-any.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "faf095e4ff744b519830a671cdba5b1c", "sha256": "e632a6a103e58addba2e3bd6947c1f39a568b79a3ffc948eea31077b2275777f" }, "downloads": -1, "filename": "dagmar-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "faf095e4ff744b519830a671cdba5b1c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65589, "upload_time": "2019-07-26T16:12:46", "url": "https://files.pythonhosted.org/packages/f7/a3/820954e1c3b712e0e78943a78e40773bf0358d7881ea4e00573973c4356e/dagmar-1.2.0-py3-none-any.whl" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "65acabaf72654f1ece794c52c662513e", "sha256": "fe0695222da01f1b8e2b961081ff033c1e8ba6c1ad2dbeb39e124dcba5e9eae2" }, "downloads": -1, "filename": "dagmar-1.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "65acabaf72654f1ece794c52c662513e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65672, "upload_time": "2019-07-28T10:09:26", "url": "https://files.pythonhosted.org/packages/43/11/f16031a63c8a4256ddf8ae75bd07a699c430c94176f6fc35b2f0180121e1/dagmar-1.2.1-py3-none-any.whl" } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "1b74273551af6aebcd85796e6fc1c3bc", "sha256": "c417267e6ef403122ee7c15010c2657abeaf84cb52fbeb05d454d35935843260" }, "downloads": -1, "filename": "dagmar-1.2.10-py3-none-any.whl", "has_sig": false, "md5_digest": "1b74273551af6aebcd85796e6fc1c3bc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66784, "upload_time": "2019-08-10T16:12:36", "url": "https://files.pythonhosted.org/packages/ff/5e/f6090205aa92e668e646411aa8c4bd768fea5d16c52c47dca1411384f2fd/dagmar-1.2.10-py3-none-any.whl" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "2f6745cb94bc712622b632c913a48a04", "sha256": "f84a238d88534ec11ec4af9cdced90407eb86f9d174e6d85403f6e3a0b3db827" }, "downloads": -1, "filename": "dagmar-1.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2f6745cb94bc712622b632c913a48a04", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65721, "upload_time": "2019-07-29T14:06:40", "url": "https://files.pythonhosted.org/packages/3d/49/15595f5034a982762e5d0e947fce37eb64f4689d71fee8b6f22d4a893c28/dagmar-1.2.2-py3-none-any.whl" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "bc95e88325baa7d86492f14246d3e8b7", "sha256": "a1b17c50a839b7340d538a4fb8195824bbf197007e1223a842ffc69262e80f93" }, "downloads": -1, "filename": "dagmar-1.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "bc95e88325baa7d86492f14246d3e8b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65902, "upload_time": "2019-07-29T14:16:53", "url": "https://files.pythonhosted.org/packages/50/f6/1ba0ab6f7adc81b1f915dac8218bbab7f795153228f19bfe4dfb607bb404/dagmar-1.2.3-py3-none-any.whl" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "dca0bc48bcdc8f2bb1937bfe297b108e", "sha256": "ea595c8a61020dac804ec46c62244c04e90388023afb0a7ab43677ab61e983dc" }, "downloads": -1, "filename": "dagmar-1.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "dca0bc48bcdc8f2bb1937bfe297b108e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65940, "upload_time": "2019-07-29T16:59:09", "url": "https://files.pythonhosted.org/packages/fc/79/99bd1f63f07ae543077349dde7cd2a49cd133904dcfbc436be3995b81e55/dagmar-1.2.4-py3-none-any.whl" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "13ab28251b503b9c125d7b697518ee00", "sha256": "6b49d425e3d7619a4e5e35f0867a8c05509cb55687959edece9cbb0699d03cc2" }, "downloads": -1, "filename": "dagmar-1.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "13ab28251b503b9c125d7b697518ee00", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65935, "upload_time": "2019-07-29T20:38:07", "url": "https://files.pythonhosted.org/packages/96/17/14e74ba99a3b9da7b6171db1c00dce4ed01102d0de51fefe06b488969964/dagmar-1.2.5-py3-none-any.whl" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "f3e0759a5690e6da59c1114252276c61", "sha256": "ecb8f3ae390a53c1e1779fc1cd290657357653efb4b737ca96d255e6e7ffb649" }, "downloads": -1, "filename": "dagmar-1.2.6-py3-none-any.whl", "has_sig": false, "md5_digest": "f3e0759a5690e6da59c1114252276c61", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65962, "upload_time": "2019-07-31T07:54:37", "url": "https://files.pythonhosted.org/packages/5c/69/92d5366769cec933516fa1dc7c95f6c6c1c4d92d5f588331b6e9b5918f84/dagmar-1.2.6-py3-none-any.whl" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "d56ef70c82476d9ed645f6bb873cc311", "sha256": "20bde961571f27e343f95f4d76eb4711a330c182cdf7edd9ba323318278f08a2" }, "downloads": -1, "filename": "dagmar-1.2.7-py3-none-any.whl", "has_sig": false, "md5_digest": "d56ef70c82476d9ed645f6bb873cc311", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66632, "upload_time": "2019-07-31T08:45:07", "url": "https://files.pythonhosted.org/packages/40/72/5f40b593dac2375557ccce4fa4d6ca3226e1d0708094d66ca9aab19354d8/dagmar-1.2.7-py3-none-any.whl" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "11aa51949be38af1f0de174d55ce8517", "sha256": "81e6e564a63297b806c9909dcf26556646726d573a94a749f49bf5e655e4844f" }, "downloads": -1, "filename": "dagmar-1.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "11aa51949be38af1f0de174d55ce8517", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66671, "upload_time": "2019-08-01T20:25:16", "url": "https://files.pythonhosted.org/packages/6a/55/c1bca957265e9a0bd68df4075891e338066947cea772cc5b9fa5db248fac/dagmar-1.2.8-py3-none-any.whl" } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "1931ab4e4e22f95873241b459a5d2883", "sha256": "19bdde6e3755651ac3518258fffc7a1b0d2fd007d7f07f1e1670543387354c3f" }, "downloads": -1, "filename": "dagmar-1.2.9-py3-none-any.whl", "has_sig": false, "md5_digest": "1931ab4e4e22f95873241b459a5d2883", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66718, "upload_time": "2019-08-09T09:51:56", "url": "https://files.pythonhosted.org/packages/11/17/2feb8b66158461bbd0e46058c11f91cd37232088d1f5b1859284e21fd0bd/dagmar-1.2.9-py3-none-any.whl" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "088a0df509941234c3dc0873ddb1f567", "sha256": "160c6e8dbd93cb1f1966d2d31e0f405af3ac2a820c524bd73f2adb4c4d85e43e" }, "downloads": -1, "filename": "dagmar-1.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "088a0df509941234c3dc0873ddb1f567", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67064, "upload_time": "2019-10-07T16:09:07", "url": "https://files.pythonhosted.org/packages/7e/e8/daefe323304f9469cba6759d0220851bdcb4887de5aab979f1de28e0e0fd/dagmar-1.3.1-py3-none-any.whl" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "ef03babb5569aff9d18fe1581f660820", "sha256": "2e7eaac836276c9e9be582d9f615f9b9b85c386636bf6efe98ba75998e6c7910" }, "downloads": -1, "filename": "dagmar-1.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ef03babb5569aff9d18fe1581f660820", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67064, "upload_time": "2019-10-07T16:10:33", "url": "https://files.pythonhosted.org/packages/ac/f8/91df407c45ed17bdba95029b9fb6e971f97413d935bebe2f35d346bcc58a/dagmar-1.4.0-py3-none-any.whl" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "c9f98eda67ed3f64ed5883e572026481", "sha256": "41edb5e0e88bf5091327c743f7f95bc5760bff851b90e2bb93c3a772bc3f78b3" }, "downloads": -1, "filename": "dagmar-1.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c9f98eda67ed3f64ed5883e572026481", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68520, "upload_time": "2019-10-11T13:05:44", "url": "https://files.pythonhosted.org/packages/d5/06/fafd4d0d0e44740916f9ce437c1b99ce0e0250e3528eda9cbcf0923a5677/dagmar-1.5.0-py3-none-any.whl" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "82a3f419f63aeb08af42886f9229c969", "sha256": "b1e935c1e9e4f4d3c384db2ad243af9265c1c6de068ab90655be4ef9a58bc511" }, "downloads": -1, "filename": "dagmar-1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "82a3f419f63aeb08af42886f9229c969", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68519, "upload_time": "2019-10-11T13:32:04", "url": "https://files.pythonhosted.org/packages/1d/1f/e4a2ac8818a75cb15e4eddf333bdf5c73ccd2ecd2ebb73f96e6b8960f92d/dagmar-1.5.1-py3-none-any.whl" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "8f44663934643d14b15dac10c3e8065c", "sha256": "4a564cad246a042e60153709ff01ba5977b82a28ea5c6f9dbb8c6d0e3e252835" }, "downloads": -1, "filename": "dagmar-1.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8f44663934643d14b15dac10c3e8065c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68704, "upload_time": "2019-10-11T14:16:13", "url": "https://files.pythonhosted.org/packages/4a/39/f61be6d8b77faba564d465a0677488f8ae9d745fd669894c258e12bc166c/dagmar-1.5.2-py3-none-any.whl" } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "82f943a23fa318bae9035553c1242f45", "sha256": "8dc869c010778d80862bd3da14887e82fc0ee148bf6e6d9340df49a88dc11cfc" }, "downloads": -1, "filename": "dagmar-1.5.3-py3-none-any.whl", "has_sig": false, "md5_digest": "82f943a23fa318bae9035553c1242f45", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68760, "upload_time": "2019-10-11T15:36:28", "url": "https://files.pythonhosted.org/packages/c5/7c/1f6d257bcfc34689158a21b188bde97f5fb9ebb12e9b048a03dd11e17a85/dagmar-1.5.3-py3-none-any.whl" } ], "1.5.4": [ { "comment_text": "", "digests": { "md5": "bfbfee2045df653c476e308bf102fc6d", "sha256": "259f2843fe4c1fb8751472d36b5f7342b604e0f7feb60008044898ce63dc3f9b" }, "downloads": -1, "filename": "dagmar-1.5.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bfbfee2045df653c476e308bf102fc6d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68774, "upload_time": "2019-10-13T10:05:01", "url": "https://files.pythonhosted.org/packages/80/e3/bd30689cf126409297e9f6eaec83fa057e634e3e40cd40963653a43ec2b1/dagmar-1.5.4-py3-none-any.whl" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "fe82731a43dd7173eaa8f976b39fb085", "sha256": "2d3d1cb01c985a8b8e8e27de3a8d7527c8a15e02c958743752d915a79bfbde78" }, "downloads": -1, "filename": "dagmar-1.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fe82731a43dd7173eaa8f976b39fb085", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66285, "upload_time": "2019-10-15T09:54:33", "url": "https://files.pythonhosted.org/packages/08/5c/675c8801c56d001b7fadc839ff37532259d178873f3dc4877f1ac14ee88a/dagmar-1.6.0-py3-none-any.whl" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "a571de42b0e7aac57893450b343b57f9", "sha256": "8952b51ad7373b9a7139fd250e6f4b6a03bb3e09d660995bfb179ab3ff7d6248" }, "downloads": -1, "filename": "dagmar-1.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a571de42b0e7aac57893450b343b57f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66250, "upload_time": "2019-10-15T10:09:05", "url": "https://files.pythonhosted.org/packages/27/6a/b73545116e25fbed549f827ece6f5c1250f9d652619597293132bb9abce0/dagmar-1.6.1-py3-none-any.whl" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "df057c5b85e6caeaa517634d44d0fc2c", "sha256": "710801c2417290c73a4a15d06ecf6f8534269917d474d5b68da9dae7af6a60ae" }, "downloads": -1, "filename": "dagmar-1.6.2-py3-none-any.whl", "has_sig": false, "md5_digest": "df057c5b85e6caeaa517634d44d0fc2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66252, "upload_time": "2019-10-15T13:33:28", "url": "https://files.pythonhosted.org/packages/e3/7b/3a8656a59a719f6e651c6b2fff919ce113fe27b473ed3f1b92677ca4b590/dagmar-1.6.2-py3-none-any.whl" } ], "1.6.3": [ { "comment_text": "", "digests": { "md5": "af37893a58fe1b02b1cc5003b5a13b04", "sha256": "a5f94d420bd920826aa735af8d7ee313e7b2144edff4f17737320fde017bd4d5" }, "downloads": -1, "filename": "dagmar-1.6.3-py3-none-any.whl", "has_sig": false, "md5_digest": "af37893a58fe1b02b1cc5003b5a13b04", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66268, "upload_time": "2019-10-15T14:13:00", "url": "https://files.pythonhosted.org/packages/8e/ef/99b3872344ff3f36b3cc8cab6c77bae96b7677648be68434b92e8eb61d1f/dagmar-1.6.3-py3-none-any.whl" } ], "1.6.4": [ { "comment_text": "", "digests": { "md5": "cef0ba7ea0071de569490cfb14d013a6", "sha256": "9d1aff6199ba060aaa11fc998128d07abcc0f57cb9922845e3c918c56a331929" }, "downloads": -1, "filename": "dagmar-1.6.4-py3-none-any.whl", "has_sig": false, "md5_digest": "cef0ba7ea0071de569490cfb14d013a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66444, "upload_time": "2019-10-15T19:54:11", "url": "https://files.pythonhosted.org/packages/b1/df/1162a24962e701812cbeab094eb700547cc2f5f3f4da98510644bc17b063/dagmar-1.6.4-py3-none-any.whl" } ], "1.6.5": [ { "comment_text": "", "digests": { "md5": "7cc54cd9602c7a77fc453eab9f3dc4dc", "sha256": "e22d85a4f22ae0d1a44df7ac96328727ac78b9db17ef93d6458b3e92d2f339c0" }, "downloads": -1, "filename": "dagmar-1.6.5-py3-none-any.whl", "has_sig": false, "md5_digest": "7cc54cd9602c7a77fc453eab9f3dc4dc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66940, "upload_time": "2019-10-16T10:07:13", "url": "https://files.pythonhosted.org/packages/06/8e/5fe04330f410d0995a4268c160acfea7e2625dd5098b385f70e13cfd0be7/dagmar-1.6.5-py3-none-any.whl" } ], "1.6.6": [ { "comment_text": "", "digests": { "md5": "ef1584259ac5718cab6e639e67ddff4b", "sha256": "bd538e1f6480ef63cafef04cbc5278bc4c66035d687ed9cd838b742916303a0d" }, "downloads": -1, "filename": "dagmar-1.6.6-py3-none-any.whl", "has_sig": false, "md5_digest": "ef1584259ac5718cab6e639e67ddff4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66918, "upload_time": "2019-10-16T11:06:03", "url": "https://files.pythonhosted.org/packages/08/56/114529bd85ec79654b30dc2568caffa49cc74b44ef4f876e919d336cc655/dagmar-1.6.6-py3-none-any.whl" } ], "1.6.7": [ { "comment_text": "", "digests": { "md5": "56d89949618a625f70abf9d5f0282c60", "sha256": "588bac3f24ba05b9f54cff4b561c7c6a7eb2c6d638029fc42269aa4996f19ccc" }, "downloads": -1, "filename": "dagmar-1.6.7-py3-none-any.whl", "has_sig": false, "md5_digest": "56d89949618a625f70abf9d5f0282c60", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66916, "upload_time": "2019-10-16T14:29:19", "url": "https://files.pythonhosted.org/packages/3f/af/09869bf70a372925c97f3be19f22297fb6735e67bd22c8eddb3e2bc12e4d/dagmar-1.6.7-py3-none-any.whl" } ], "1.6.8": [ { "comment_text": "", "digests": { "md5": "e45fc4d8e8abf6442e0a7b40440b90ac", "sha256": "265ca1dea43c7cc66a9001fb7b9757d91a007bbea2febc1e8e254297cf87727c" }, "downloads": -1, "filename": "dagmar-1.6.8-py3-none-any.whl", "has_sig": false, "md5_digest": "e45fc4d8e8abf6442e0a7b40440b90ac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66933, "upload_time": "2019-10-16T14:52:47", "url": "https://files.pythonhosted.org/packages/87/f9/6267f01dbda6defaef0d2f686b7f09ff90a7eba8dd923156010da354dc56/dagmar-1.6.8-py3-none-any.whl" } ], "1.6.9": [ { "comment_text": "", "digests": { "md5": "47e5e6681f82570b1932bc59be14a8dd", "sha256": "c7bf11a7cdf81eaa239ea3f9a4dbeb48b4ae71eafcae7f965b594ca1dc3d1474" }, "downloads": -1, "filename": "dagmar-1.6.9-py3-none-any.whl", "has_sig": false, "md5_digest": "47e5e6681f82570b1932bc59be14a8dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66932, "upload_time": "2019-10-16T14:59:30", "url": "https://files.pythonhosted.org/packages/8f/20/7ee59385cb7db655d054d834494f6cf1984372723764445a0489b001f755/dagmar-1.6.9-py3-none-any.whl" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "ef771996319d45ca679eb5f62b6b9f36", "sha256": "092169de454116e4fa32f6ed6a564680cf5e2b91ac85e7b6ea839eda4ffa0d93" }, "downloads": -1, "filename": "dagmar-1.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ef771996319d45ca679eb5f62b6b9f36", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67041, "upload_time": "2019-10-17T09:21:00", "url": "https://files.pythonhosted.org/packages/5f/17/fc0ff9c25f117722c87442f9ee1008e48dfb7abb12cb7b36507143d3029c/dagmar-1.7.0-py3-none-any.whl" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "d0ddbdf5fc7b035d15a56d047639bbfd", "sha256": "12897c4a4ac3a428af032dfa28601080211cb7c9e2620a21e46319f4abcbaf56" }, "downloads": -1, "filename": "dagmar-1.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d0ddbdf5fc7b035d15a56d047639bbfd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67041, "upload_time": "2019-10-17T09:30:42", "url": "https://files.pythonhosted.org/packages/9d/5a/97b20627a9c7006e7b67a61b9bd98cf8e16729c22a3e8d58070af6e5f31f/dagmar-1.7.1-py3-none-any.whl" } ], "1.7.3": [ { "comment_text": "", "digests": { "md5": "9429b7d5e2ca57fb30aa67d24e83d622", "sha256": "871272492f3b737d175eb36b656c88c02db0e5193d0a40be5048af3442a90eaa" }, "downloads": -1, "filename": "dagmar-1.7.3-py3-none-any.whl", "has_sig": false, "md5_digest": "9429b7d5e2ca57fb30aa67d24e83d622", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67061, "upload_time": "2019-10-17T11:44:18", "url": "https://files.pythonhosted.org/packages/a9/e2/2f670043a3afc7a4513a39e5ca97be353647f89a13f612cf23353cfbafb3/dagmar-1.7.3-py3-none-any.whl" } ], "1.7.4": [ { "comment_text": "", "digests": { "md5": "ea8dd1ab8fa62a70bdb87743c2ac52c1", "sha256": "a17d7b399796a78b2ba72d96887720dd734f67da3a78bd0aeb1b9b909c98d7b2" }, "downloads": -1, "filename": "dagmar-1.7.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ea8dd1ab8fa62a70bdb87743c2ac52c1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67186, "upload_time": "2019-10-17T12:31:02", "url": "https://files.pythonhosted.org/packages/37/d6/c0085334ed8a7e2c37121c7843eaef56f576effa311881991f6122edc995/dagmar-1.7.4-py3-none-any.whl" } ], "1.7.5": [ { "comment_text": "", "digests": { "md5": "c19fba9e9ceda9d802cfac0ed2ebe1f0", "sha256": "968588eb263f1b01c5336e8c7af513f01ce31820bfb001515bcdaad2d3d2aaf9" }, "downloads": -1, "filename": "dagmar-1.7.5-py3-none-any.whl", "has_sig": false, "md5_digest": "c19fba9e9ceda9d802cfac0ed2ebe1f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67191, "upload_time": "2019-10-17T13:52:51", "url": "https://files.pythonhosted.org/packages/4e/b4/02d9cc4e22d34330f4ae31fa3a8f5a67d69136c8ebd2c3840ef47d97f7df/dagmar-1.7.5-py3-none-any.whl" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "8af81d62cea54005bbbb7b40c6e8e82c", "sha256": "c5e3032ccc54c54728622bca793873b0b6ceb93a0893f6db215362da65183dea" }, "downloads": -1, "filename": "dagmar-1.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8af81d62cea54005bbbb7b40c6e8e82c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67369, "upload_time": "2019-10-18T09:47:59", "url": "https://files.pythonhosted.org/packages/31/20/05c31ec3bedcb4dfebe22de9455fa5f61247dd2e74969599541053220cc5/dagmar-1.8.0-py3-none-any.whl" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "092fefabab36d544b481285a53661b00", "sha256": "d72b2e9ee470892df62ec0880800a71b8e6e4199a42a49cb11bcb4856c89a190" }, "downloads": -1, "filename": "dagmar-1.8.1-py3-none-any.whl", "has_sig": false, "md5_digest": "092fefabab36d544b481285a53661b00", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67394, "upload_time": "2019-10-18T11:28:03", "url": "https://files.pythonhosted.org/packages/1e/a9/7e4f99e764248d5afe2981753fb3a81cd420dc5c0393adf2cb4b8cac2d77/dagmar-1.8.1-py3-none-any.whl" } ], "1.8.2": [ { "comment_text": "", "digests": { "md5": "5f399782d74f718c286b57478fc84440", "sha256": "eaabb293e23daffca813caffc77efa3386f3403174dd312e7c6d24720bd81047" }, "downloads": -1, "filename": "dagmar-1.8.2-py3-none-any.whl", "has_sig": false, "md5_digest": "5f399782d74f718c286b57478fc84440", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67434, "upload_time": "2019-10-18T14:15:16", "url": "https://files.pythonhosted.org/packages/91/2c/ab9d189e16296a956eb16679fd258e7e00f42205cb0fe53a9035298decea/dagmar-1.8.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f399782d74f718c286b57478fc84440", "sha256": "eaabb293e23daffca813caffc77efa3386f3403174dd312e7c6d24720bd81047" }, "downloads": -1, "filename": "dagmar-1.8.2-py3-none-any.whl", "has_sig": false, "md5_digest": "5f399782d74f718c286b57478fc84440", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67434, "upload_time": "2019-10-18T14:15:16", "url": "https://files.pythonhosted.org/packages/91/2c/ab9d189e16296a956eb16679fd258e7e00f42205cb0fe53a9035298decea/dagmar-1.8.2-py3-none-any.whl" } ] }