{ "info": { "author": "Christian Vogelgsang", "author_email": "chris@vogelgsang.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: C", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Topic :: System :: Emulators" ], "description": "bare68k\n=======\n\n|travis| |appveyor| |rtfd| |coverall|\n\n|pypi-v| |wheel| |pyver| |status|\n\nbare68k allows you to write **m68k system emulators** in Python 2 or 3. It\nconsists of a **CPU emulation** for 68000/68020/68EC020 provided by the\n`Musashi`_ engine written in native C. A **memory map** with RAM, ROM,\nspecial function is added and you can start the CPU emulation of your system.\nYou can intercept the running code with a trap mechanism and use powerful\ndiagnose functions,\n\nwritten by Christian Vogelgsang \n\nunder the GNU Public License V2\n\n.. _Musashi: https://github.com/kstenerud/Musashi\n.. |travis| image:: https://travis-ci.org/cnvogelg/bare68k.svg?branch=master\n :target: https://travis-ci.org/cnvogelg/bare68k\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/cnvogelg/bare68k?branch=master&svg=true\n :target: https://ci.appveyor.com/project/cnvogelg/bare68k/branch/master\n.. |rtfd| image:: https://readthedocs.org/projects/bare68k/badge/?version=latest\n :target: https://readthedocs.org/projects/bare68k\n.. |coverall| image:: https://coveralls.io/repos/github/cnvogelg/bare68k/badge.svg?branch=master\n :target: https://coveralls.io/github/cnvogelg/bare68k?branch=master\n.. |pypi-v| image:: https://img.shields.io/pypi/v/bare68k.svg\n :target: https://pypi.python.org/pypi/bare68k\n.. |wheel| image:: https://img.shields.io/pypi/wheel/bare68k.svg\n.. |pyver| image:: https://img.shields.io/pypi/pyversions/bare68k.svg\n.. |status| image:: https://img.shields.io/pypi/status/bare68k.svg\n\nFeatures\n--------\n\n* all emulation code written in C for fast speed\n* runs on Python 2.7 and Python 3.5\n* emulates CPU 68000, 68020, and 68EC020\n* use a 24 or 32 bit memory map\n* define memory regions for RAM and ROM with page granularity (64k)\n* special memory regions that call your code for each read/write operation\n* intercept m68k code by placing ALINE-opcode based traps to call your code\n* event-based CPU emulation frontend does always return to Python first\n* provide Python handlers for all CPU emulation events\n\n * RESET opcode\n * ALINE trap opcode\n * invalid memory access (e.g. write in ROM region)\n * out of memory bounds (e.g. read above memory map)\n * control interrupt acknowledgement\n * watch and break points\n * custom timers based on CPU cycles\n\n* extensive diagnose functions\n\n * instruction trace\n * memory access for both CPU and Python API\n * register dump\n * memory labels to mark memory regions with arbitrary Python data\n * all bare68k components use Python logging\n\n* rich API to configure memory and CPU state\n* store/restore CPU context\n\nInstallation\n------------\n\n* use pip::\n\n $ pip install bare68k\n\n* or checkout github repository and install::\n\n $ python setup.py install\n\n* use dev setup::\n\n $ python setup.py develop --user\n\nDocumentation\n-------------\n\n* the full documentation is hosted at `ReadTheDocs`_\n\n.. _ReadTheDocs: https://bare68k.readthedocs.io/en/latest/\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/cnvogelg/bare68k", "keywords": "", "license": "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "maintainer": "", "maintainer_email": "", "name": "bare68k", "package_url": "https://pypi.org/project/bare68k/", "platform": "", "project_url": "https://pypi.org/project/bare68k/", "project_urls": { "Homepage": "http://github.com/cnvogelg/bare68k" }, "release_url": "https://pypi.org/project/bare68k/0.1.2/", "requires_dist": [ "future" ], "requires_python": "", "summary": "A package to create m68k system emulators", "version": "0.1.2" }, "last_serial": 3094100, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "73f173a63db558207754fb6db22c63c7", "sha256": "b45f97bb518fffbd4902041d691d747a091f893892b21208ced3b1c737766c93" }, "downloads": -1, "filename": "bare68k-0.1.0.tar.gz", "has_sig": false, "md5_digest": "73f173a63db558207754fb6db22c63c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303922, "upload_time": "2017-07-25T18:33:55", "url": "https://files.pythonhosted.org/packages/d2/e0/8f7cf998472806ce2ad82a486ce64573dcca699cf73ddb7452fbcc1e9e05/bare68k-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "dc0043df7db2943adfd67f2af42e9118", "sha256": "c60368f360a863da4a6f61ec7a549dec0a52ecadbe9c3cb12edd64501c55df6a" }, "downloads": -1, "filename": "bare68k-0.1.1-cp27-cp27m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "dc0043df7db2943adfd67f2af42e9118", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 343240, "upload_time": "2017-07-30T08:46:10", "url": "https://files.pythonhosted.org/packages/f8/c3/185fa0580f629f439e3b64c8e78d4f983c5c553681cbf1f643cfd809ceb6/bare68k-0.1.1-cp27-cp27m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "abf2ec166c1c3ad736505683f042c645", "sha256": "670f4fa702c208765586fd7818462c4d6b6fee756452c01d8603c2fc9bf641db" }, "downloads": -1, "filename": "bare68k-0.1.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "abf2ec166c1c3ad736505683f042c645", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 242173, "upload_time": "2017-07-30T09:31:27", "url": "https://files.pythonhosted.org/packages/c8/f8/2749c59aa4ed231ca41c37ba588b9b0207ad7556252729ca3dd7d412a1fa/bare68k-0.1.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "84811d33e1ed33b0442778407b59f40b", "sha256": "9499e41a7fec9d0b2fa1ca801bb837c0018410efd396b491497bda8acd71397a" }, "downloads": -1, "filename": "bare68k-0.1.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "84811d33e1ed33b0442778407b59f40b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 353794, "upload_time": "2017-07-30T09:31:29", "url": "https://files.pythonhosted.org/packages/18/c9/6bda6cfc0f4363ba0c7f6a2c126dbe87b89fb720f2f434fd0f6e4af4856f/bare68k-0.1.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "00f4b557367314a4e45a466e68c4d19e", "sha256": "05d5afa9ba1b18ac139278e1e6a5466a15400a0c9203ab9f97cf73a717e72acf" }, "downloads": -1, "filename": "bare68k-0.1.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "00f4b557367314a4e45a466e68c4d19e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 248264, "upload_time": "2017-07-30T09:31:33", "url": "https://files.pythonhosted.org/packages/33/1b/6c8fa4cd2b14e48d350eb1449a89256b2e23e71370b5df19e9d6b5931430/bare68k-0.1.1-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0b008a41990708797a6e740e5edda1f2", "sha256": "0e5109be7f484b43ccfd79d14117a72ae66dd3ff003640e63513c62c9a76e5e9" }, "downloads": -1, "filename": "bare68k-0.1.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "0b008a41990708797a6e740e5edda1f2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 347119, "upload_time": "2017-07-30T09:31:34", "url": "https://files.pythonhosted.org/packages/30/85/2b985012f7ef6854407d4e4494afa220c117496acf0b437c25bc92b42395/bare68k-0.1.1-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "ff9f8604704a1744798a2daf9b605a6f", "sha256": "8b557b31a7e6d795cadcbc74dfc819e4aca273b690153cc102a63423890caaf0" }, "downloads": -1, "filename": "bare68k-0.1.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "ff9f8604704a1744798a2daf9b605a6f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 239730, "upload_time": "2017-07-30T09:31:36", "url": "https://files.pythonhosted.org/packages/89/e1/e38c098a533f8670c5124828ae78021bfd1ec9c83856c6468d4dd22609bb/bare68k-0.1.1-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6eca5942b8aeffe027a42fc6cf50561e", "sha256": "6db50151b5871ab9bb5c00cfb4a868b8be5aa65a8429725511507f0cd2a80636" }, "downloads": -1, "filename": "bare68k-0.1.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "6eca5942b8aeffe027a42fc6cf50561e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 349472, "upload_time": "2017-07-30T09:31:37", "url": "https://files.pythonhosted.org/packages/33/5d/120617ac6b3b57e3af687e7c2d3b6d1b21c37e48accacac48bfb543b3d60/bare68k-0.1.1-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "85ff6f9fd7d2c1f52004e4d8a9f05071", "sha256": "a50c6a0483e8467d9ffeb4d2457d77eff21c03aba95bcae28254089fa28f4072" }, "downloads": -1, "filename": "bare68k-0.1.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "85ff6f9fd7d2c1f52004e4d8a9f05071", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 240045, "upload_time": "2017-07-30T09:31:39", "url": "https://files.pythonhosted.org/packages/87/db/05512c74d884e90150604933265d25dc304e195e4b84ca15361e2679d89f/bare68k-0.1.1-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "be453e36ad757904aa907b8afca334eb", "sha256": "b4f776f120a7b4654de14f67f8c22da9183458305c3283d8e27c2908f15a6550" }, "downloads": -1, "filename": "bare68k-0.1.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "be453e36ad757904aa907b8afca334eb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 350512, "upload_time": "2017-07-30T09:31:41", "url": "https://files.pythonhosted.org/packages/60/1b/bc76a76dea8f43613a277ea93ba179d5b91d379d1f71f19b990cf481ab78/bare68k-0.1.1-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "44b6e0cae95ae7e104b8004fdd8a4143", "sha256": "18da084264f9b53ed9916dba4278fd1104f80d8e0e7ae94a845b481356a683ba" }, "downloads": -1, "filename": "bare68k-0.1.1.tar.gz", "has_sig": false, "md5_digest": "44b6e0cae95ae7e104b8004fdd8a4143", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 312049, "upload_time": "2017-07-30T08:46:13", "url": "https://files.pythonhosted.org/packages/a0/fc/3fc091e63dfd05b1148130f0f7061b6674fdd89eef730a50bebdb0d28352/bare68k-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "765529339d566e62febe41d28b662bd7", "sha256": "1ab13a29578232f2436497435b41fa94fb97672f164d8d3548a34ad83e01d076" }, "downloads": -1, "filename": "bare68k-0.1.2-cp27-cp27m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "765529339d566e62febe41d28b662bd7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 352611, "upload_time": "2017-08-13T18:35:22", "url": "https://files.pythonhosted.org/packages/a4/27/13ed3e4dfefb11c6b4975f143f9d1ada14efdd4c7e9ec1cd55b7cc5fae7d/bare68k-0.1.2-cp27-cp27m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "31e30835d2e0ad527d182557d45bdf94", "sha256": "208b7ddd7a391faf25f32cba350c8c1b91a543e7fdae301c5f3ed2e0c3f02601" }, "downloads": -1, "filename": "bare68k-0.1.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "31e30835d2e0ad527d182557d45bdf94", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 246639, "upload_time": "2017-08-13T18:35:26", "url": "https://files.pythonhosted.org/packages/65/0b/42c9ecb1e2c1cf5253b7241a82430b439acb98e3f2a166d0ffeb54787ab7/bare68k-0.1.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "45148cf0a91196f8d7f76ed4c894e4a5", "sha256": "2d5c158ce7a113e9bee9549608e6131aa9be355481522eb27361566f0d082be9" }, "downloads": -1, "filename": "bare68k-0.1.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "45148cf0a91196f8d7f76ed4c894e4a5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 357972, "upload_time": "2017-08-13T18:35:31", "url": "https://files.pythonhosted.org/packages/0d/43/ceed62de7cf20ce95687a60b6f0acdfc9ee3b9b4de8e9b8afd67a5623f1d/bare68k-0.1.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7514d4927b0bd9da340740973210f6c6", "sha256": "2d9df40ab1d29ceaf22175b10eeaee1ddbf1beefe6c9c57d90bbbe3408cc163f" }, "downloads": -1, "filename": "bare68k-0.1.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "7514d4927b0bd9da340740973210f6c6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 252849, "upload_time": "2017-08-13T18:35:34", "url": "https://files.pythonhosted.org/packages/e0/de/12a13aee056faff428adf5f577cefde69cb74e758391a0c487fac428a290/bare68k-0.1.2-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "622d0241974a1b8f46084e0166b4990e", "sha256": "1f0ce149a5e9d2a481e551ccac74e49c4674ce39f80c2adbc55b2559cc44726f" }, "downloads": -1, "filename": "bare68k-0.1.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "622d0241974a1b8f46084e0166b4990e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 351257, "upload_time": "2017-08-13T18:35:38", "url": "https://files.pythonhosted.org/packages/42/53/36b00d64ed69af74c89e43b886865f1aa08e1e2db3ae43965ff5bb9525cb/bare68k-0.1.2-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "bebb300bbcabfae86121a7d1e1d95265", "sha256": "031362508f3f54e885e36a0972f254fd6080e932f9ace7fc70e151d9bf5129df" }, "downloads": -1, "filename": "bare68k-0.1.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "bebb300bbcabfae86121a7d1e1d95265", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 244504, "upload_time": "2017-08-13T18:35:42", "url": "https://files.pythonhosted.org/packages/97/89/cc409f01da44af09c415b7c3291f4972a3cd1f3030208801a3500febbedb/bare68k-0.1.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0538bcb73989f210f609153007f1f09c", "sha256": "ac6f6dc4d80e26556cd440ee7148413b7aea45b1af26a34cfa01fcf3c524cc29" }, "downloads": -1, "filename": "bare68k-0.1.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "0538bcb73989f210f609153007f1f09c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 354089, "upload_time": "2017-08-13T18:35:47", "url": "https://files.pythonhosted.org/packages/93/de/3228c9fe764bb8761ab235e300223296739ed9a0ebf0d6f959dc9d76c8bc/bare68k-0.1.2-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "00ea37349998153291e006899de7d17d", "sha256": "44f8e593a50e51e241ddf503842ede2ba184fcc73c2bec8cdce32678dbb6a192" }, "downloads": -1, "filename": "bare68k-0.1.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "00ea37349998153291e006899de7d17d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 245110, "upload_time": "2017-08-13T18:35:52", "url": "https://files.pythonhosted.org/packages/fe/76/57bc8ec38103c7318d64405caaea9f4d1106629f2c8f278d0e3c747879cb/bare68k-0.1.2-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "ce312122e558954bf2db976b36eb169b", "sha256": "74b89138236768e2359704999e59a44046571709fa30c89981a977ed7195fdf1" }, "downloads": -1, "filename": "bare68k-0.1.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "ce312122e558954bf2db976b36eb169b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 354931, "upload_time": "2017-08-13T18:35:57", "url": "https://files.pythonhosted.org/packages/8f/5b/38873e1fb4fa08a9827509a276c826bd475239f12cda309e03c71ad6a184/bare68k-0.1.2-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "bd5d6cb031bd870416ca75f268a40f31", "sha256": "d9442f7c8d43c1aceeaab673b09d0e13f019e545de80a8e646749fa4705f8494" }, "downloads": -1, "filename": "bare68k-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bd5d6cb031bd870416ca75f268a40f31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 319056, "upload_time": "2017-08-13T18:36:01", "url": "https://files.pythonhosted.org/packages/63/aa/6fc8e6ce75ffbc0003a54d3a0ae72c0105aa8ddc5ba61ac0eed8ed378b68/bare68k-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "765529339d566e62febe41d28b662bd7", "sha256": "1ab13a29578232f2436497435b41fa94fb97672f164d8d3548a34ad83e01d076" }, "downloads": -1, "filename": "bare68k-0.1.2-cp27-cp27m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "765529339d566e62febe41d28b662bd7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 352611, "upload_time": "2017-08-13T18:35:22", "url": "https://files.pythonhosted.org/packages/a4/27/13ed3e4dfefb11c6b4975f143f9d1ada14efdd4c7e9ec1cd55b7cc5fae7d/bare68k-0.1.2-cp27-cp27m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "31e30835d2e0ad527d182557d45bdf94", "sha256": "208b7ddd7a391faf25f32cba350c8c1b91a543e7fdae301c5f3ed2e0c3f02601" }, "downloads": -1, "filename": "bare68k-0.1.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "31e30835d2e0ad527d182557d45bdf94", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 246639, "upload_time": "2017-08-13T18:35:26", "url": "https://files.pythonhosted.org/packages/65/0b/42c9ecb1e2c1cf5253b7241a82430b439acb98e3f2a166d0ffeb54787ab7/bare68k-0.1.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "45148cf0a91196f8d7f76ed4c894e4a5", "sha256": "2d5c158ce7a113e9bee9549608e6131aa9be355481522eb27361566f0d082be9" }, "downloads": -1, "filename": "bare68k-0.1.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "45148cf0a91196f8d7f76ed4c894e4a5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 357972, "upload_time": "2017-08-13T18:35:31", "url": "https://files.pythonhosted.org/packages/0d/43/ceed62de7cf20ce95687a60b6f0acdfc9ee3b9b4de8e9b8afd67a5623f1d/bare68k-0.1.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7514d4927b0bd9da340740973210f6c6", "sha256": "2d9df40ab1d29ceaf22175b10eeaee1ddbf1beefe6c9c57d90bbbe3408cc163f" }, "downloads": -1, "filename": "bare68k-0.1.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "7514d4927b0bd9da340740973210f6c6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 252849, "upload_time": "2017-08-13T18:35:34", "url": "https://files.pythonhosted.org/packages/e0/de/12a13aee056faff428adf5f577cefde69cb74e758391a0c487fac428a290/bare68k-0.1.2-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "622d0241974a1b8f46084e0166b4990e", "sha256": "1f0ce149a5e9d2a481e551ccac74e49c4674ce39f80c2adbc55b2559cc44726f" }, "downloads": -1, "filename": "bare68k-0.1.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "622d0241974a1b8f46084e0166b4990e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 351257, "upload_time": "2017-08-13T18:35:38", "url": "https://files.pythonhosted.org/packages/42/53/36b00d64ed69af74c89e43b886865f1aa08e1e2db3ae43965ff5bb9525cb/bare68k-0.1.2-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "bebb300bbcabfae86121a7d1e1d95265", "sha256": "031362508f3f54e885e36a0972f254fd6080e932f9ace7fc70e151d9bf5129df" }, "downloads": -1, "filename": "bare68k-0.1.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "bebb300bbcabfae86121a7d1e1d95265", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 244504, "upload_time": "2017-08-13T18:35:42", "url": "https://files.pythonhosted.org/packages/97/89/cc409f01da44af09c415b7c3291f4972a3cd1f3030208801a3500febbedb/bare68k-0.1.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0538bcb73989f210f609153007f1f09c", "sha256": "ac6f6dc4d80e26556cd440ee7148413b7aea45b1af26a34cfa01fcf3c524cc29" }, "downloads": -1, "filename": "bare68k-0.1.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "0538bcb73989f210f609153007f1f09c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 354089, "upload_time": "2017-08-13T18:35:47", "url": "https://files.pythonhosted.org/packages/93/de/3228c9fe764bb8761ab235e300223296739ed9a0ebf0d6f959dc9d76c8bc/bare68k-0.1.2-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "00ea37349998153291e006899de7d17d", "sha256": "44f8e593a50e51e241ddf503842ede2ba184fcc73c2bec8cdce32678dbb6a192" }, "downloads": -1, "filename": "bare68k-0.1.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "00ea37349998153291e006899de7d17d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 245110, "upload_time": "2017-08-13T18:35:52", "url": "https://files.pythonhosted.org/packages/fe/76/57bc8ec38103c7318d64405caaea9f4d1106629f2c8f278d0e3c747879cb/bare68k-0.1.2-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "ce312122e558954bf2db976b36eb169b", "sha256": "74b89138236768e2359704999e59a44046571709fa30c89981a977ed7195fdf1" }, "downloads": -1, "filename": "bare68k-0.1.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "ce312122e558954bf2db976b36eb169b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 354931, "upload_time": "2017-08-13T18:35:57", "url": "https://files.pythonhosted.org/packages/8f/5b/38873e1fb4fa08a9827509a276c826bd475239f12cda309e03c71ad6a184/bare68k-0.1.2-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "bd5d6cb031bd870416ca75f268a40f31", "sha256": "d9442f7c8d43c1aceeaab673b09d0e13f019e545de80a8e646749fa4705f8494" }, "downloads": -1, "filename": "bare68k-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bd5d6cb031bd870416ca75f268a40f31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 319056, "upload_time": "2017-08-13T18:36:01", "url": "https://files.pythonhosted.org/packages/63/aa/6fc8e6ce75ffbc0003a54d3a0ae72c0105aa8ddc5ba61ac0eed8ed378b68/bare68k-0.1.2.tar.gz" } ] }