-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathPKG-INFO
More file actions
75 lines (60 loc) · 2.75 KB
/
PKG-INFO
File metadata and controls
75 lines (60 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Metadata-Version: 1.2
Name: intelhex
Version: 2.3
Summary: Python library for Intel HEX files manipulations
Home-page: https://github.com/python-intelhex/intelhex
Author: Alexander Belchenko
Author-email: alexander.belchenko@gmail.com
Maintainer: Bert van Hall
Maintainer-email: bert.vanhall@gmx.de
License: BSD
Description: Python IntelHex library
***********************
Introduction
------------
The Intel HEX file format is widely used in microprocessors and microcontrollers
area (embedded systems etc) as the de facto standard
for representation of code to be programmed into microelectronic devices.
This work implements an ``intelhex`` Python library to read, write,
create from scratch and manipulate data from Intel HEX file format.
The distribution package also includes several convenience Python scripts,
including "classic" ``hex2bin`` and ``bin2hex`` converters and more,
those based on the library itself. Check the docs to know more.
License
-------
The code is distributed under BSD license,
see `LICENSE.txt <https://github.com/python-intelhex/intelhex/blob/master/LICENSE.txt>`_.
In short: you can use IntelHex library in your project without *any*
restrictions.
Supported Python versions
-------------------------
IntelHex library v.2.3 supports Python 2 (2.4-2.7) and Python 3 (3.2-3.5 or later)
without external libraries or 2to3 tool from the same codebase.
Install
-------
Install using ``pip`` (recommended, no separate download required)::
pip install intelhex
Download
--------
* https://pypi.org/project/IntelHex/
* https://github.com/python-intelhex/intelhex/releases
Source code, bug reports, patches
---------------------------------
IntelHex on GitHub:
https://github.com/python-intelhex/intelhex
User manual
-----------
User manual for IntelHex is available in the sources ``docs/manual/`` directory.
You can browse User Manual online:
https://readthedocs.org/projects/python-intelhex/
Changelog
---------
See `NEWS.rst <https://github.com/python-intelhex/intelhex/blob/master/NEWS.rst>`_
Keywords: Intel HEX hex2bin HEX8
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python