{ "info": { "author": "Chintalagiri Shashank", "author_email": "shashank@chintal.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Embedded Systems" ], "description": "\n.. image:: https://img.shields.io/pypi/v/pysamloader-gui.svg?logo=pypi\n :target: https://pypi.org/project/pysamloader-gui\n\n.. image:: https://img.shields.io/pypi/pyversions/pysamloader-gui.svg?logo=pypi\n :target: https://pypi.org/project/pysamloader-gui\n\n.. image:: https://img.shields.io/travis/ebs-universe/pysamloader-gui.svg?logo=travis\n :target: https://travis-ci.org/ebs-universe/pysamloader-gui\n\n.. image:: https://img.shields.io/coveralls/github/ebs-universe/pysamloader-gui.svg?logo=coveralls\n :target: https://coveralls.io/github/ebs-universe/pysamloader-gui\n\n.. image:: https://img.shields.io/requires/github/ebs-universe/pysamloader-gui.svg\n :target: https://requires.io/github/ebs-universe/pysamloader-gui/requirements\n\n.. image:: https://img.shields.io/pypi/l/pysamloader-gui.svg\n :target: https://www.gnu.org/licenses/gpl-3.0.en.html\n\n\n\n.. inclusion-marker-do-not-remove\n\nIntroduction\n------------\n\n``pysamloader-gui`` is a kivy based GUI frontend to the ``pysamloader`` python\nlibrary for writing flash on Atmel's ARM chips via SAM-BA.\n\nSee the `pysamloader documentation at ReadTheDocs\n`_. for\ninformation about device support and features. This GUI is intended to be\nsimple, straightforward, and opinionated. It does not expose a great deal of\nflexibility, and is intended to 'just work'.\n\n\nRequirements & Installation\n---------------------------\n\n``pysamloader-gui`` should work on any platform which supports ``python`` and\n``kivy``. It is best tested on Linux followed by on Windows (10 and 7).\n``pysamloader-gui`` supports only python 3.4 and later, due to its ``kivy``\ndependency.\n\nIn general, ``pysamloader-gui`` is expected to be pip-installed. It can be safely\ninstalled into a virtualenv. As long as you have a functioning python \ninstallation of sufficient version, installing ``pysamloader-gui`` would be simply :\n\n.. code-block:: console\n\n $ pip install pysamloader-gui\n\nIf you require pre-built binaries, they are available for 64-bit Linux and \nWindows. However, be aware that these binaries are not thoroughly tested, \nand your mileage may vary based on your specific operating system and machine \narchitecture. You will also have to manually copy the included ``devices`` \nfolder to the correct location.\n\nWhen using binary packages, the included ``devices`` folder contains the\nincluded device support modules, each of which is a python file with a\nsingle class of the same name, containing device specific information about\none device. This folder should be copied into a separate location where you can\nsafely add, remove, or modify device configuration as needed. This device\nlibrary is shared with the ``pysamloader`` CLI application, which need not be\nseparately installed in order to the the GUI application. The location is\nthat provided by ``user_config_dir`` of the python ``appdirs`` package\nfor the ``pysamloader`` application, specifically :\n\n - Linux : ``~/.config/pysamloader``\n - Windows : ``C:\\Users\\\\AppData\\Roaming\\Quazar Technologies\\pysamloader``\n\n(Also see the ``pysamloader`` documentation).\n\nThe current ``pysamloader-gui`` windows .msi installer will create this folder\nand populate it as a part of the install process.\n\nIf you wish to develop, modify the sources, or otherwise get the latest \nversion, it can be installed from a clone of the git repository (or from a \nsource package) as follows :\n\n.. code-block:: console\n\n $ git clone https://github.com/ebs-universe/pysamloader-gui.git\n $ cd pysamloader\n $ pip install -e .\n\nProject Information\n-------------------\n\nThe latest version of the documentation, including installation, usage, and\nAPI/developer notes can be found at\n`ReadTheDocs `_.\n\nThe latest version of the sources can be found at\n`GitHub `_. Please use GitHub's\nfeatures to report bugs, request features, or submit pull/merge requests.\n\nThe principle author for ``pysamloader-gui`` is Chintalagiri Shashank. The\nauthor can be contacted if necessary via the information on the\n`author's github profile `_ . See the AUTHORS file\nfor a full list of collaborators and/or contributing authors, if any.\n\n``pysamloader-gui`` is distributed under the terms of the\n`GPLv3 license `_ .\nA copy of the text of the license is included along with the sources.\n\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ebs-universe/pysamloader-gui", "keywords": "utilities", "license": "", "maintainer": "", "maintainer_email": "", "name": "pysamloader-gui", "package_url": "https://pypi.org/project/pysamloader-gui/", "platform": "any", "project_url": "https://pypi.org/project/pysamloader-gui/", "project_urls": { "Documentation": "https://pysamloader-gui.readthedocs.io/en/latest/index.html", "Homepage": "https://github.com/ebs-universe/pysamloader-gui", "Issue Tracker": "https://github.com/ebs-universe/pysamloader-gui/issues", "Source Repository": "https://github.com/ebs-universe/pysamloader-gui/" }, "release_url": "https://pypi.org/project/pysamloader-gui/0.6.5/", "requires_dist": [ "pysamloader", "cython", "kivy", "wheel", "setuptools-scm ; extra == 'build'", "sphinx ; extra == 'build'", "sphinx-argparse ; extra == 'build'", "sphinxcontrib-documentedlist ; extra == 'build'", "alabaster ; extra == 'build'", "pytest ; extra == 'build'", "pytest-cov ; extra == 'build'", "coveralls[yaml] ; extra == 'build'", "doit ; extra == 'build'", "pyinstaller ; extra == 'build'", "setuptools-scm ; extra == 'dev'", "sphinx ; extra == 'dev'", "sphinx-argparse ; extra == 'dev'", "sphinxcontrib-documentedlist ; extra == 'dev'", "alabaster ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-cov ; extra == 'dev'", "coveralls[yaml] ; extra == 'dev'", "doit ; extra == 'dev'", "pyinstaller ; extra == 'dev'", "setuptools-scm ; extra == 'docs'", "sphinx ; extra == 'docs'", "sphinx-argparse ; extra == 'docs'", "sphinxcontrib-documentedlist ; extra == 'docs'", "alabaster ; extra == 'docs'", "setuptools-scm ; extra == 'publish'", "sphinx ; extra == 'publish'", "sphinx-argparse ; extra == 'publish'", "sphinxcontrib-documentedlist ; extra == 'publish'", "alabaster ; extra == 'publish'", "pytest ; extra == 'publish'", "pytest-cov ; extra == 'publish'", "coveralls[yaml] ; extra == 'publish'", "doit ; extra == 'publish'", "pyinstaller ; extra == 'publish'", "twine ; extra == 'publish'", "pygithub ; extra == 'publish'", "setuptools-scm ; extra == 'tests'", "sphinx ; extra == 'tests'", "sphinx-argparse ; extra == 'tests'", "sphinxcontrib-documentedlist ; extra == 'tests'", "alabaster ; extra == 'tests'", "pytest ; extra == 'tests'", "pytest-cov ; extra == 'tests'", "coveralls[yaml] ; extra == 'tests'" ], "requires_python": ">=3.4", "summary": "Kivy GUI for pysamloader", "version": "0.6.5" }, "last_serial": 5531516, "releases": { "0.4.9": [ { "comment_text": "", "digests": { "md5": "2444643f46a6d2b97dc474d493cce294", "sha256": "eab4f042f5fb24469947198362929fbaad6b199ad297b9c6ec6c0d5e680254a9" }, "downloads": -1, "filename": "pysamloader_gui-0.4.9-py3-none-any.whl", "has_sig": true, "md5_digest": "2444643f46a6d2b97dc474d493cce294", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 174148, "upload_time": "2019-02-16T18:42:59", "url": "https://files.pythonhosted.org/packages/f0/07/6b26154dab9a3c710b9c50f2c9659ca8651dfea812235d24f291e1d0f40a/pysamloader_gui-0.4.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db19570cc9a9d58528d9068bf9d2c9ef", "sha256": "84347b3b90d20a2b9eb235d9080bd1dbe27031fb5a9f6461e27a509e15ae577d" }, "downloads": -1, "filename": "pysamloader-gui-0.4.9.tar.gz", "has_sig": true, "md5_digest": "db19570cc9a9d58528d9068bf9d2c9ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208879, "upload_time": "2019-02-16T18:43:03", "url": "https://files.pythonhosted.org/packages/f8/ff/a40b19c15cfdf6aba8c4312eac90ed41096338d4e1351b548bd0dd571fa8/pysamloader-gui-0.4.9.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "d43b8e522ecd9f116829bccc83828107", "sha256": "8c7aad2d82677a841c0f4168608db3db100ab4d9af2f63874b746d2e6121d8c4" }, "downloads": -1, "filename": "pysamloader_gui-0.5.0-py3-none-any.whl", "has_sig": true, "md5_digest": "d43b8e522ecd9f116829bccc83828107", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 412869, "upload_time": "2019-02-26T11:41:00", "url": "https://files.pythonhosted.org/packages/57/92/a915e36bedb46aeb70607b21648f09bcfecd07391e10848081f71748096f/pysamloader_gui-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "377d921108511f4b30a76374a804177d", "sha256": "5c0b345b1babb7955847e133804051c053f6c911299ef64a7d51494023d7a0c3" }, "downloads": -1, "filename": "pysamloader-gui-0.5.0.tar.gz", "has_sig": true, "md5_digest": "377d921108511f4b30a76374a804177d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 453332, "upload_time": "2019-02-26T11:41:04", "url": "https://files.pythonhosted.org/packages/73/8f/eee95e6c764155675422f3e1c0f6db36d606340c24db3b03834bd9b04d29/pysamloader-gui-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "cd92a61106c5f97531a0cbe9ad5c56d9", "sha256": "51edaff8021854350cfcc3bfeb1aa7b2f68d764c976495af6bfd74d8dfcd9c11" }, "downloads": -1, "filename": "pysamloader_gui-0.5.1-py3-none-any.whl", "has_sig": true, "md5_digest": "cd92a61106c5f97531a0cbe9ad5c56d9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 412867, "upload_time": "2019-02-26T12:48:41", "url": "https://files.pythonhosted.org/packages/98/4a/f624bf43682107c18ef11e195cefe64c454445cbcc56d88ffe4925d733ca/pysamloader_gui-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f4f49242dbda3c0eb886e36d2db08e94", "sha256": "7d715d5bfd2e75494f284ec2de4195d2747828613502fe6a59e5001e824a5ade" }, "downloads": -1, "filename": "pysamloader-gui-0.5.1.tar.gz", "has_sig": true, "md5_digest": "f4f49242dbda3c0eb886e36d2db08e94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 453348, "upload_time": "2019-02-26T12:48:44", "url": "https://files.pythonhosted.org/packages/74/85/13699236b6d053f3d8869deaa6eb27884f3277a019b16502e5b085f3049f/pysamloader-gui-0.5.1.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "be1ed09513236d915dec05267a150ddd", "sha256": "acb232c07138da52639e298727c80c3fc4895a56eb49f7a4ad06dfd4c025c396" }, "downloads": -1, "filename": "pysamloader_gui-0.6.1-py3-none-any.whl", "has_sig": true, "md5_digest": "be1ed09513236d915dec05267a150ddd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 413233, "upload_time": "2019-07-14T16:29:44", "url": "https://files.pythonhosted.org/packages/e3/32/3cca6d12e8aa714d007ff03a0684de7ca686a2a92dd68d6b1ceb6335de1a/pysamloader_gui-0.6.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48ee444202c36af45c5641ffddd43581", "sha256": "9b70b85d4a18e60e6c6c7719afdfeed20b9430a7aee6dee3ec06d925e25681ad" }, "downloads": -1, "filename": "pysamloader-gui-0.6.1.tar.gz", "has_sig": true, "md5_digest": "48ee444202c36af45c5641ffddd43581", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 510047, "upload_time": "2019-07-14T16:29:49", "url": "https://files.pythonhosted.org/packages/94/5e/af474c79249e1b1d27efada6a4d139af40351229fdd3581ac3b7333062a1/pysamloader-gui-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "b5f4683744391c6051e8f8661bfd59bf", "sha256": "8cf8e8e636789a6788098f299a76e2348009b91767b4cdfb499d0728126fd7d2" }, "downloads": -1, "filename": "pysamloader_gui-0.6.2-py3-none-any.whl", "has_sig": true, "md5_digest": "b5f4683744391c6051e8f8661bfd59bf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 413204, "upload_time": "2019-07-14T16:36:27", "url": "https://files.pythonhosted.org/packages/7a/05/f5f339c5ac680f331fc9ae6084e0e7c58d4d3d8b064456617c8e53fb84dc/pysamloader_gui-0.6.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6cc903e39aaead578dde2b4c2dee25ec", "sha256": "d0861c18e72a48a34dc8c21af4dba2c218209e484ceb03f8204469806c48efd4" }, "downloads": -1, "filename": "pysamloader-gui-0.6.2.tar.gz", "has_sig": true, "md5_digest": "6cc903e39aaead578dde2b4c2dee25ec", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 509951, "upload_time": "2019-07-14T16:36:32", "url": "https://files.pythonhosted.org/packages/09/fc/9f09514286f25c9e712853c961cf47d9d0587261e5ceb7de2b7bf6d8ec74/pysamloader-gui-0.6.2.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "69481a6fdf3a2451f6d1e2408a33cfbb", "sha256": "666e1245bc03f5eb567b036692245a5b19baf65f26051fd403570bfd8a62aa0b" }, "downloads": -1, "filename": "pysamloader_gui-0.6.4-py3-none-any.whl", "has_sig": true, "md5_digest": "69481a6fdf3a2451f6d1e2408a33cfbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 414919, "upload_time": "2019-07-14T16:46:12", "url": "https://files.pythonhosted.org/packages/c9/53/f599cb439914f3915e7ceeb3ef9054af79089eafc3a03c859a27f0f49e23/pysamloader_gui-0.6.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "55685edcc9fa5de040d3fd4662d96d5e", "sha256": "4fd8733742b57e58589a0c1fb68351b7d120e76a3704e00dd4d7b803d0e5cbf9" }, "downloads": -1, "filename": "pysamloader-gui-0.6.4.tar.gz", "has_sig": true, "md5_digest": "55685edcc9fa5de040d3fd4662d96d5e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 512520, "upload_time": "2019-07-14T16:46:18", "url": "https://files.pythonhosted.org/packages/de/4f/8bdc01a551911433d5be49839618f06cd2792108f6ed84ec6cbb951c3add/pysamloader-gui-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "e294c69355758c6bf2355338e68d4298", "sha256": "127e1bec9a1d48cb850ff51ce339bea310d4173827eb4e8db3c7a5086a67feb5" }, "downloads": -1, "filename": "pysamloader_gui-0.6.5-py3-none-any.whl", "has_sig": true, "md5_digest": "e294c69355758c6bf2355338e68d4298", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 414918, "upload_time": "2019-07-14T16:49:50", "url": "https://files.pythonhosted.org/packages/68/13/0031f9906a8cb3a1af87a828cf307bb52d74e6d9910c2b20a42ed1f275b8/pysamloader_gui-0.6.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2af0516b43855002396e3747f4d720c3", "sha256": "f04f51f86852fc14f95b3a58c78011f1db6cdd9b75514918a3981d20f1d96321" }, "downloads": -1, "filename": "pysamloader-gui-0.6.5.tar.gz", "has_sig": true, "md5_digest": "2af0516b43855002396e3747f4d720c3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 512486, "upload_time": "2019-07-14T16:49:56", "url": "https://files.pythonhosted.org/packages/1e/48/0608db64f5f3e84d7cdddd1a40660921f2bb4d54b4e23ea4fe08092ece84/pysamloader-gui-0.6.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e294c69355758c6bf2355338e68d4298", "sha256": "127e1bec9a1d48cb850ff51ce339bea310d4173827eb4e8db3c7a5086a67feb5" }, "downloads": -1, "filename": "pysamloader_gui-0.6.5-py3-none-any.whl", "has_sig": true, "md5_digest": "e294c69355758c6bf2355338e68d4298", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 414918, "upload_time": "2019-07-14T16:49:50", "url": "https://files.pythonhosted.org/packages/68/13/0031f9906a8cb3a1af87a828cf307bb52d74e6d9910c2b20a42ed1f275b8/pysamloader_gui-0.6.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2af0516b43855002396e3747f4d720c3", "sha256": "f04f51f86852fc14f95b3a58c78011f1db6cdd9b75514918a3981d20f1d96321" }, "downloads": -1, "filename": "pysamloader-gui-0.6.5.tar.gz", "has_sig": true, "md5_digest": "2af0516b43855002396e3747f4d720c3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 512486, "upload_time": "2019-07-14T16:49:56", "url": "https://files.pythonhosted.org/packages/1e/48/0608db64f5f3e84d7cdddd1a40660921f2bb4d54b4e23ea4fe08092ece84/pysamloader-gui-0.6.5.tar.gz" } ] }