File: part4.txt

package info (click to toggle)
intelhex 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 3,200; makefile: 87; sh: 15
file content (22 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Embedding into other projects
*****************************
IntelHex should be easy to embed in other projects. 
The directory ``intelhex`` containing ``__init__.py`` can be directly placed 
in a depending project and used directly. From that project the same import 
statements described above can be used to make the library work. 
From other projects the import statement would change to::

    >>> from myproject.intelhex import IntelHex

Alternatively, the IntelHex package can be installed into the site-packages 
directory and used as a system package.

In either case, IntelHex is distributed with a BSD-style license. 
This permits you to use it in any way you see fit, provided that the package 
is appropriately credited.

If you're using IntelHex library in your open-source project, or your company 
created freely available set of tools, utilities or sdk based on IntelHex
library - please, send me email (to alexander belchenko at gmail com)
and tell something about your project. 
I'd like to add name of your project/company to page "Who Uses IntelHex".