{ "info": { "author": "Nicolas Hainaux", "author_email": "nh.techn@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Education", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: BSD :: FreeBSD", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Topic :: Education :: Computer Aided Instruction (CAI)" ], "description": "|PyPI1| |PyPI2| |PyPI3| |Codecov| |Build Status| |Documentation Status| |Maintenance|\n\n|PyPI4|\n\n\nOverview\n========\n\nMathmaker Lib offers lualatex-printable mathematical objects.\n\n`Repo is here `__\n\n`See documentation here `__\n\nContact: nh dot techn (hosted by gmail dot com)\n\n.. |PyPI1| image:: https://img.shields.io/pypi/v/mathmakerlib.svg?maxAge=2592000\n :target: https://pypi.python.org/pypi/mathmakerlib\n.. |PyPI2| image:: https://img.shields.io/pypi/status/mathmakerlib.svg?maxAge=2592000\n.. |PyPI3| image:: https://img.shields.io/pypi/pyversions/mathmakerlib.svg?maxAge=2592000\n.. |Build Status| image:: https://ci.appveyor.com/api/projects/status/7vejgm0hjm6236xo/branch/master?svg=true\n :target: https://ci.appveyor.com/project/nicolashainaux/mathmakerlib-ho94f\n.. |Codecov| image:: https://codecov.io/gl/nicolas.hainaux/mathmakerlib/branch/master/graph/badge.svg\n :target: https://codecov.io/gl/nicolas.hainaux/mathmakerlib\n.. |Documentation Status| image:: https://readthedocs.org/projects/mathmaker-lib/badge/?version=latest\n :target: https://mathmaker-lib.readthedocs.io/en/latest/\n.. |Maintenance| image:: https://img.shields.io/maintenance/yes/2019.svg?maxAge=2592000\n.. |PyPI4| image:: https://img.shields.io/pypi/l/mathmakerlib.svg?maxAge=2592000\n :target: https://gitlab.com/nicolas.hainaux/mathmakerlib/blob/master/LICENSE\n\nChangelog\n=========\n\nVersion 0.7 (2018-06-18)\n------------------------\n\n* Now Points, as well as other basic geometric objects, may be 2D or 3D.\n* Add first three-dimensional objects: Polyhedron and RightCuboid.\n* Add first flat representation of polyhedra: ObliqueProjection\n* Extend units conversions to areas, volumes and conversions between capacities and volumes (from m\u00b3 to mm\u00b3).\n* Add ClockTime object to easily deal with times.\n* Accept floats to initialize Numbers (the float being converted to str).\n\nPatches 0.7.1, 0.7.2, 0.7.3 and 0.7.4 (2018-11-16, 2018-11-20, 2019-02-20 and 2019-02-22)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n* Fix Number.rounded() for precisions greater than 10 (e.g. 10, 100, 1000 etc.)\n* Add Number.highest_digitplace() and Number.estimation()\n* Add 'siunitx' variant keyword value to Number.imprint() (in order to print numbers as \\\\num{...})\n* Modify ClockTime object's context.\n* Include a logo.\n* Bugfix.\n\nVersion 0.6 (2018-04-12)\n------------------------\n\n* A standalone Angle or AnglesSet can be drawn. Enrich Angles' decorations (hatch marks, labeling, second decoration etc.).\n* An integer Number can be split as a sum of integers \u00b1 0.5 (or \u00b1 0.25)\n* Add Number.lowest_nonzero_digit_index()\n* Patch Number.split() to get a consistent behaviour for integers too (default split will be done at lowest non zero digit place: 500 will be split as 100 + 400, or 200 + 300 etc. and with dig=1, it will be split as 10 + 490, or 20 + 480 etc.).\n* Fix: Numbers with an angle's unit should be displayed as \\\\ang{...} rather than \\\\SI{...}{\\\\textdegree}.\n* Add basic classes to handle LaTeX commands and options' lists.\n\nPatches 0.6.1 to 0.6.4 (2018-04-13, 2018-04-30, 2018-05-02 and 2018-05-05)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n* Add a constant in LaTeX module\n* Add Number.digits_sum()\n* Add Number.digits and Number.digit()\n* Add some amsmath symbols.\n\nVersion 0.5 (2018-01-10)\n------------------------\n\n* Add Number.quantize().\n* A Number can be converted into a another unit of the same physical quantity.\n* Accept int as exponent (or even content) of an Exponented.\n* Fractions can be created from a decimal Number.\n* Fractions become Evaluable and can be compared to other numbers.\n* Standalone Units will be printed using siunitx (e.g. as '\\\\si{cm}').\n* Fix bug: current locale is ignored when printing a number having a unit.\n* Do not automatically remove possible trailing zeros when printing a Number.\n* Add the tonne (t) as mass unit.\n* An optional patch allow Polygons to be drawn to the first vertex again instead of only cycling (default behaviour).\n\n\nVersion 0.4 (2017-12-19)\n------------------------\n\n* Add more complex geometric objects: Polygon, Triangle, RightTriangle, EquilateralTriangle, IsoscelesTriangle, Quadrilateral, Rhombus, Rectangle, Square.\n* Numbers can be \"copied\" using copy.copy() or copy.deepcopy().\n* Add Point.rotate().\n* Add the ability to change the size of Point's drawn shape (using Point.shape_scale).\n* Add LineSegment.mark and the ability to change its size (using LineSegment.mark_scale).\n* mathmakerlib.requires_pkg becomes mathmakerlib.required and will also handle required options and hacks.\n* Add module mathmakerlib.mmlib_setup to configure the behaviour (default values etc.).\n\nPatch 0.4.1 (2018-01-01)\n^^^^^^^^^^^^^^^^^^^^^^^^\n\n* Fix the locale monkey patch.\n\nVersion 0.3 (2017-11-17)\n------------------------\n\n* Add basic geometric objects: Point, LineSegment and DividedLineSegment.\n* Add Fraction.\n* Add module mathmakerlib.requires_pkg that tells which LaTeX packages will be required to compile the document (like tikz, xcolor, siunitx...).\n\nVersion 0.2 (2017-11-01)\n------------------------\n\n* Add Sign, Exponented and Unit classes.\n* Numbers are now Signed objects and may be assigned a Unit.\n\nPatches 0.2.1 and 0.2.2 (2017-11-02)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n* Bring back Numbers' hashability.\n* Add physical_quantity() in unit module.\n\nInitial version 0.1 (2017-10-24)\n---------------------------------\n\n* Number class and decimal numbers' related functions.\n\nContributors\n============\n\nDevelopment\n-----------\n\n* Lead developer: Nicolas Hainaux\n\n* Clever advices: Olivier Cecillon\n\nPatience and chocolate cakes\n----------------------------\n\nSophie Reboud", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/nicolas.hainaux/mathmakerlib/", "keywords": "", "license": "GNU General Public License v3 or later (GPLv3+)", "maintainer": "", "maintainer_email": "", "name": "mathmakerlib", "package_url": "https://pypi.org/project/mathmakerlib/", "platform": "any", "project_url": "https://pypi.org/project/mathmakerlib/", "project_urls": { "Homepage": "https://gitlab.com/nicolas.hainaux/mathmakerlib/" }, "release_url": "https://pypi.org/project/mathmakerlib/0.7.4/", "requires_dist": null, "requires_python": "", "summary": "Collection of lualatex-printable mathematical objects, including geometric shapes.", "version": "0.7.4" }, "last_serial": 4854344, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "399e1497b0494d513be447cce63de042", "sha256": "b1c69b64f00482c07f50b59f2b32d2045550c50bea13c89033ab954c4725e64f" }, "downloads": -1, "filename": "mathmakerlib-0.1.0-py3-none-win32.whl", "has_sig": false, "md5_digest": "399e1497b0494d513be447cce63de042", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11423, "upload_time": "2017-10-27T05:58:16", "url": "https://files.pythonhosted.org/packages/ca/81/6f972a8f9228727f3628d0f53efcee31e1083fe923668ff6172747470831/mathmakerlib-0.1.0-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "48b8b853a536a372aadec163caec8865", "sha256": "201e3af83c428add786c1de613fbe90c23c05e2f98553c5e00487b97fe8a8873" }, "downloads": -1, "filename": "mathmakerlib-0.1.0-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "48b8b853a536a372aadec163caec8865", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11423, "upload_time": "2017-10-27T05:58:18", "url": "https://files.pythonhosted.org/packages/fe/64/a3801aeb903179cb440b72dba4f90290cf82e9add293a37ba6338e7bbc8f/mathmakerlib-0.1.0-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "23cef7c7edc190702130e3b6e37858c5", "sha256": "8247f99a35a2e8c30db6a09e105739722b41661397e251fcf70662d8350f0524" }, "downloads": -1, "filename": "mathmakerlib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "23cef7c7edc190702130e3b6e37858c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29419, "upload_time": "2017-10-27T05:58:20", "url": "https://files.pythonhosted.org/packages/ba/c7/2d0ffcfc469f3d37a2e2205bab9ffcabf936f51beba6726f7ad6e48c088c/mathmakerlib-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "54fa4bc16b69aa6a6de54d932c8e3f63", "sha256": "3a9b5310f26c31e29d20d0e7245fa84c4cf30dc5ef407e3862d5ea2ea3a10e8a" }, "downloads": -1, "filename": "mathmakerlib-0.2.0-py3-none-win32.whl", "has_sig": false, "md5_digest": "54fa4bc16b69aa6a6de54d932c8e3f63", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18190, "upload_time": "2017-11-01T16:23:25", "url": "https://files.pythonhosted.org/packages/2a/78/2a66e9f88ac91093e2c4505d77285244032f12bfeed284c93e72b2f49fc4/mathmakerlib-0.2.0-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "db56fde5e52f5f084630ec45a29ee6f5", "sha256": "16b6265a8cc77a459d290d4921d22778a4ec3bd050a286d3233131590a594f56" }, "downloads": -1, "filename": "mathmakerlib-0.2.0-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "db56fde5e52f5f084630ec45a29ee6f5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18190, "upload_time": "2017-11-01T16:23:26", "url": "https://files.pythonhosted.org/packages/d9/4d/396c7ef6d7b9a2580152c6c904b70713db7d4db9f76c9c1debe16168a04f/mathmakerlib-0.2.0-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d6b09d6acb624b2b42bba1e6c3edc450", "sha256": "ef4db10129363c0d6b19d7acee44372f92b49218709cad4341d8999834197074" }, "downloads": -1, "filename": "mathmakerlib-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d6b09d6acb624b2b42bba1e6c3edc450", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36141, "upload_time": "2017-11-01T16:23:27", "url": "https://files.pythonhosted.org/packages/70/a1/daee7a24fbcd4c13eac32659a18eb42bd47ef50903974df418bc116785a7/mathmakerlib-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "0d694779945a10243722c9ebd5dc1ebf", "sha256": "5adf37e12f18b6cc8e146c2093949f1729f09472ac580dba3ca69f25c9bde542" }, "downloads": -1, "filename": "mathmakerlib-0.2.1-py3-none-win32.whl", "has_sig": false, "md5_digest": "0d694779945a10243722c9ebd5dc1ebf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18256, "upload_time": "2017-11-02T06:50:36", "url": "https://files.pythonhosted.org/packages/1b/93/b5bf1049fcfae51265dd1c51291185abf1e8a0af9b83d37e0716e0f9fd70/mathmakerlib-0.2.1-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "5c16949acb4355ec431e95b1c7626098", "sha256": "9a218672225fc57cf4f0b61ad83a7b32493579d04910ae5b69ac21aecd07520f" }, "downloads": -1, "filename": "mathmakerlib-0.2.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "5c16949acb4355ec431e95b1c7626098", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18256, "upload_time": "2017-11-02T06:50:38", "url": "https://files.pythonhosted.org/packages/4c/48/60124e0142df8c070890dfb9171a75e04d2307a7abba80ba4b74e91d9230/mathmakerlib-0.2.1-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "eb14e6c2c1c0d2064c9d4760e472a65b", "sha256": "c1e1400938bef302a453739da246e499f04a90ef1a915fef31348e9898019c3c" }, "downloads": -1, "filename": "mathmakerlib-0.2.1.tar.gz", "has_sig": false, "md5_digest": "eb14e6c2c1c0d2064c9d4760e472a65b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36305, "upload_time": "2017-11-02T06:50:41", "url": "https://files.pythonhosted.org/packages/40/2c/ffc7294acf1fff3f60f19a605dee4357799acee3c63cf62955705d762f34/mathmakerlib-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d4292f9d941fbb97bc06d6579afdd910", "sha256": "361f655a7ca850526b00f077c686c1755a91f3c9c2553adba5ccecf9764e43d3" }, "downloads": -1, "filename": "mathmakerlib-0.2.2-py3-none-win32.whl", "has_sig": false, "md5_digest": "d4292f9d941fbb97bc06d6579afdd910", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18426, "upload_time": "2017-11-02T10:33:41", "url": "https://files.pythonhosted.org/packages/cc/eb/7a2b3f5e4774bf88d0533d448f217b9ca700b41191490cf3194785446e16/mathmakerlib-0.2.2-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "86ff9405ff062bdf775e806fcfe6b980", "sha256": "34674b7823933fa9a9fff65d53186cc4cfa605110e34f922b6871fad151504a1" }, "downloads": -1, "filename": "mathmakerlib-0.2.2-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "86ff9405ff062bdf775e806fcfe6b980", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18426, "upload_time": "2017-11-02T10:33:43", "url": "https://files.pythonhosted.org/packages/00/d4/e6bff9be49caaa0ca20a7fec000783d8f4c138282b7aa0ae89ec872c377a/mathmakerlib-0.2.2-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "141db02c9a5de07666bfe59a174c4e78", "sha256": "a3cc49188bd317602c0a852a8a4617c018d3860505ad649a6ecb7594346d6629" }, "downloads": -1, "filename": "mathmakerlib-0.2.2.tar.gz", "has_sig": false, "md5_digest": "141db02c9a5de07666bfe59a174c4e78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36535, "upload_time": "2017-11-02T10:35:00", "url": "https://files.pythonhosted.org/packages/d1/ea/c88cfde89aed903dbd69d0349fd1122be26f71e4d2cff927631e85ab679e/mathmakerlib-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a54e4a9cc8b91acb7bd6c2da2f4bd266", "sha256": "f342b7c246c6ecaeb5c9c61a6a749ac64262bf3a70a3901e25a08ba1212b81ca" }, "downloads": -1, "filename": "mathmakerlib-0.3.0-py3-none-win32.whl", "has_sig": false, "md5_digest": "a54e4a9cc8b91acb7bd6c2da2f4bd266", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37199, "upload_time": "2017-11-17T14:21:31", "url": "https://files.pythonhosted.org/packages/7a/e1/6276210c1fbb2ba24998e1e30758341f354d8118faae3f694bb944c001c4/mathmakerlib-0.3.0-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "0e1f6ecf86c184a50fcd283dee05a32b", "sha256": "825d005d78dcdba630d9be35b94d7fae95fa5adde57f84b5237525a0e8dc674a" }, "downloads": -1, "filename": "mathmakerlib-0.3.0-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "0e1f6ecf86c184a50fcd283dee05a32b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37199, "upload_time": "2017-11-17T14:21:33", "url": "https://files.pythonhosted.org/packages/79/93/880b329d11f1c0e3ef9cbe151ab3ab516dc074b72857f9ad27096c68f911/mathmakerlib-0.3.0-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "86de97105bbb4f4d1b01bfd778b022e1", "sha256": "3a71728dc5f77189e77dbf4e910aff5f7b8c250f6ad118fce64a6af669a34ec1" }, "downloads": -1, "filename": "mathmakerlib-0.3.0.tar.gz", "has_sig": false, "md5_digest": "86de97105bbb4f4d1b01bfd778b022e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53213, "upload_time": "2017-11-17T14:21:35", "url": "https://files.pythonhosted.org/packages/8b/9f/64037a82d2837ab881dc64c99caed8c224153a02283123be774e2fcb22fa/mathmakerlib-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "575eabdb975cfc792ed5e117fa741a80", "sha256": "6276c598dd24d6c766d587594815201c4b45feba66642dcb00f916c607373f8c" }, "downloads": -1, "filename": "mathmakerlib-0.4.0-py3-none-win32.whl", "has_sig": false, "md5_digest": "575eabdb975cfc792ed5e117fa741a80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68807, "upload_time": "2017-12-22T10:34:15", "url": "https://files.pythonhosted.org/packages/23/f2/81233bb152ad8821bbe3c03d5c4e2e588383bf4627ec3c282a5d967455be/mathmakerlib-0.4.0-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "61e62628e27eaa1fec52f708590b1d3b", "sha256": "9c2e07447a4274e316083067a428149c48e610de6725338c798fbc42ecaef8d1" }, "downloads": -1, "filename": "mathmakerlib-0.4.0-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "61e62628e27eaa1fec52f708590b1d3b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68807, "upload_time": "2017-12-22T10:34:18", "url": "https://files.pythonhosted.org/packages/e3/98/c03e2eca38adac012d202278d22321139eb70159cf32046dfb114d0059cb/mathmakerlib-0.4.0-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "608e4308fd70eb03ae82e853c61213e7", "sha256": "3f6225f0f3d1f3d51c3ea5e09cee4477c49b550391b11b1a2f57e4c6f5de9a50" }, "downloads": -1, "filename": "mathmakerlib-0.4.0.tar.gz", "has_sig": false, "md5_digest": "608e4308fd70eb03ae82e853c61213e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95622, "upload_time": "2017-12-22T10:34:20", "url": "https://files.pythonhosted.org/packages/51/c8/549741ecb6f2047aab3b8b174d1e0d09012f1ac3dd4bde6a623520420bdf/mathmakerlib-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "02b10bf7d93930869b943a877d0d3f69", "sha256": "cdf0e9584c935938bff988bd9b13a2512ef4ea5c67a43df70e80b254cb84f8ad" }, "downloads": -1, "filename": "mathmakerlib-0.4.1-py3-none-win32.whl", "has_sig": false, "md5_digest": "02b10bf7d93930869b943a877d0d3f69", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69018, "upload_time": "2018-01-01T18:09:48", "url": "https://files.pythonhosted.org/packages/6b/4f/ec5f99296975a50682494fccd1132153ea38c025162644a23e4d340d7066/mathmakerlib-0.4.1-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "199a65aab221e6b6a8fa40dda93ed6e3", "sha256": "39e33db8e4c9d7307b89e9d62b417057ee3d0f54deaf4fde90d31c07aa139e9c" }, "downloads": -1, "filename": "mathmakerlib-0.4.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "199a65aab221e6b6a8fa40dda93ed6e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69018, "upload_time": "2018-01-01T18:09:51", "url": "https://files.pythonhosted.org/packages/ad/f5/dde1f6c79aa55c9cf9526af82465b74de64ec89cc71884de3e0393176a7d/mathmakerlib-0.4.1-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e65a9266f830da6e7e49325c4307c149", "sha256": "d2656bfaae4839a4cab14f96ff8b9575f043140ca82ccf7d8b253f21ac5cb82e" }, "downloads": -1, "filename": "mathmakerlib-0.4.1.tar.gz", "has_sig": false, "md5_digest": "e65a9266f830da6e7e49325c4307c149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96025, "upload_time": "2018-01-01T18:09:53", "url": "https://files.pythonhosted.org/packages/f1/53/fe3b2b0c21010622f480a6ce28d805ef7cb5179fe0a2aa9f8a4134c5e77c/mathmakerlib-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "88ff36504e5db3fff86e9cf4e0fdfb33", "sha256": "8af2b4323dd5f94de157ca6ce7f83fbb0d827642033fddd64121a5d8a958543f" }, "downloads": -1, "filename": "mathmakerlib-0.5.0-py3-none-win32.whl", "has_sig": false, "md5_digest": "88ff36504e5db3fff86e9cf4e0fdfb33", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 70707, "upload_time": "2018-01-10T17:30:45", "url": "https://files.pythonhosted.org/packages/99/e2/74e9e2d100b7f94f84d4c1b2c3015f600aca927cf6641585c290221a3938/mathmakerlib-0.5.0-py3-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "b16c20e9acc4aa77da7a0b4b72f2e82e", "sha256": "fd670f92216885a940e85c05868fe88d41b6fae8519862ef812760d80d796982" }, "downloads": -1, "filename": "mathmakerlib-0.5.0-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "b16c20e9acc4aa77da7a0b4b72f2e82e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 70707, "upload_time": "2018-01-10T17:30:47", "url": "https://files.pythonhosted.org/packages/ab/e5/70bd9a2418855bd27dc6c5b2417f51d6474a72937656ea989939345c3081/mathmakerlib-0.5.0-py3-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1aefa949314dcb900f939113e5d6fbcb", "sha256": "9aef6bad63e1375aa552a30c7b8eba4fe6ee20f212abe10c55785e1fab9cdc6b" }, "downloads": -1, "filename": "mathmakerlib-0.5.0.tar.gz", "has_sig": false, "md5_digest": "1aefa949314dcb900f939113e5d6fbcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98587, "upload_time": "2018-01-10T17:30:50", "url": "https://files.pythonhosted.org/packages/98/b3/f05578e701f838de02ed6ed0f9212e54d1be5ee58e992cbf030767442fe4/mathmakerlib-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "82eaf0d9f8ece396e95f4cc0f94729a1", "sha256": "5943cdc03d1751edb5b3250385fb49a81283f356f83cedc88586027622a5a15e" }, "downloads": -1, "filename": "mathmakerlib-0.6.0.tar.gz", "has_sig": false, "md5_digest": "82eaf0d9f8ece396e95f4cc0f94729a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116033, "upload_time": "2018-04-12T14:35:29", "url": "https://files.pythonhosted.org/packages/d2/fe/8a202730247c41f2616465b980ff4382dd0c41b3392769b1ddaa7d85b837/mathmakerlib-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "42665aa3ef10fdcbd48b8d38754e5c3f", "sha256": "75defa641896b91509004f44f2b63103f2c67959b8200f3b348416f3c6b7e8ac" }, "downloads": -1, "filename": "mathmakerlib-0.6.1.tar.gz", "has_sig": false, "md5_digest": "42665aa3ef10fdcbd48b8d38754e5c3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116186, "upload_time": "2018-04-13T14:37:46", "url": "https://files.pythonhosted.org/packages/9f/a2/495c8ab5ba52d11dc915a960cfaf6778b77fdd5fbf106f2754d60c4670e5/mathmakerlib-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "345e79e08a25288fc2ebe49d2b8ce3b4", "sha256": "e717f0191ea22e23cbc0c8111e80761455cc0d7526dc06f4f8b212874416be9e" }, "downloads": -1, "filename": "mathmakerlib-0.6.2.tar.gz", "has_sig": false, "md5_digest": "345e79e08a25288fc2ebe49d2b8ce3b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116293, "upload_time": "2018-04-30T15:33:51", "url": "https://files.pythonhosted.org/packages/94/72/f44ebf42a36aa8cbfc2a8f859987c6a2768d6a05f0e684d07c6fa563a022/mathmakerlib-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "b96202d6b12377de8d40cd38110c5e86", "sha256": "830d8a8c212c289169701528d9d3f6a33aab4bc69d5722eaa6d5547baa3692c2" }, "downloads": -1, "filename": "mathmakerlib-0.6.3.tar.gz", "has_sig": false, "md5_digest": "b96202d6b12377de8d40cd38110c5e86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116570, "upload_time": "2018-05-02T05:10:56", "url": "https://files.pythonhosted.org/packages/da/f1/5bdb05a0481b3d15e36786e118feb4b6bc5bce5eed436511ce726c1e581a/mathmakerlib-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "094d79fe0d4e7d090b481ac928738744", "sha256": "d3e29839f1a417990dd986915c8f56d206a4c0f505f82e170e156278378bde27" }, "downloads": -1, "filename": "mathmakerlib-0.6.4.tar.gz", "has_sig": false, "md5_digest": "094d79fe0d4e7d090b481ac928738744", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116700, "upload_time": "2018-05-05T05:37:44", "url": "https://files.pythonhosted.org/packages/fd/d9/7e400a0fa9e5dfd1112fd33f88a6ab87b4cfda5d2366912c6059a7d4d35e/mathmakerlib-0.6.4.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "560a5310fba60158c4cfe66675f01ac1", "sha256": "0b3d36379cfb9ce27f92682d3938c24202c2f2478674c5ea51ef9bcc6b46d7ea" }, "downloads": -1, "filename": "mathmakerlib-0.7.0.tar.gz", "has_sig": false, "md5_digest": "560a5310fba60158c4cfe66675f01ac1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151542, "upload_time": "2018-06-22T06:58:16", "url": "https://files.pythonhosted.org/packages/ae/1e/a01162d320680c530ef3f8e0b7176627fa5d8162378df1f8c6e7e99fec3b/mathmakerlib-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "1b7f40936c43a8f3fc40136db5610269", "sha256": "0ef2f0a805bc1495b4a4e42b474c05700208cc13c148577e71c16a1f7d53ecfe" }, "downloads": -1, "filename": "mathmakerlib-0.7.1.tar.gz", "has_sig": false, "md5_digest": "1b7f40936c43a8f3fc40136db5610269", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152055, "upload_time": "2018-11-16T17:25:47", "url": "https://files.pythonhosted.org/packages/5a/9c/d7d9f27087c1ff9a7a767765d79c150cb9ac42585ee9229a806030115619/mathmakerlib-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "27a0d7504267a576965d1d9aa43cb4a4", "sha256": "f41f8ea2e6770eadd8e9f1c622df2292bf6424db6bf6bb4a59acc3a3df1fc751" }, "downloads": -1, "filename": "mathmakerlib-0.7.2.tar.gz", "has_sig": false, "md5_digest": "27a0d7504267a576965d1d9aa43cb4a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150993, "upload_time": "2018-11-20T17:11:47", "url": "https://files.pythonhosted.org/packages/54/58/6726586d691be65d5045070f10cc00b7a97a80aa6345e85ede129b69132e/mathmakerlib-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "4ab6da9018c16dae3d53fb3fd70d2c53", "sha256": "0825219ca2e5c93893ed2ce4b0575dbcdfa539a264bbb9b84a606d24cc2c8ea2" }, "downloads": -1, "filename": "mathmakerlib-0.7.3.tar.gz", "has_sig": false, "md5_digest": "4ab6da9018c16dae3d53fb3fd70d2c53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152751, "upload_time": "2019-02-20T18:14:22", "url": "https://files.pythonhosted.org/packages/26/56/46c0c6f547050c742c32f2183179685f2c94a10744281e444707239f5a5d/mathmakerlib-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "e7d72b1077f5b2bf201a6169fa1d4cc3", "sha256": "299b5017fe4d27dd5db4f094add54b2eb1a71b5d349bd789cffcfa5ccd1bf36c" }, "downloads": -1, "filename": "mathmakerlib-0.7.4.tar.gz", "has_sig": false, "md5_digest": "e7d72b1077f5b2bf201a6169fa1d4cc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151196, "upload_time": "2019-02-22T12:35:28", "url": "https://files.pythonhosted.org/packages/dd/79/1b487a1bf3baa00ae68da763701376cd9bae9ddd569b01596335f1376bc3/mathmakerlib-0.7.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7d72b1077f5b2bf201a6169fa1d4cc3", "sha256": "299b5017fe4d27dd5db4f094add54b2eb1a71b5d349bd789cffcfa5ccd1bf36c" }, "downloads": -1, "filename": "mathmakerlib-0.7.4.tar.gz", "has_sig": false, "md5_digest": "e7d72b1077f5b2bf201a6169fa1d4cc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151196, "upload_time": "2019-02-22T12:35:28", "url": "https://files.pythonhosted.org/packages/dd/79/1b487a1bf3baa00ae68da763701376cd9bae9ddd569b01596335f1376bc3/mathmakerlib-0.7.4.tar.gz" } ] }