Skip to content

Commit db672c7

Browse files
authored
Create README.md
1 parent 351bde2 commit db672c7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# PythonQt
2+
[![License](https://img.shields.io/github/license/mevislab/pythonqt.svg?color=blue)](LICENSE)
3+
4+
PythonQt is a dynamic [Python](http://www.python.org) binding for [Qt](https://www.qt.io).
5+
It offers an easy way to embed the Python scripting language into
6+
your Qt applications.
7+
8+
# Documentation
9+
API documentation is available at: https://mevislab.github.io/pythonqt
10+
11+
# Licensing
12+
PythonQt is distributed under the `LGPL 2.1` license.
13+
14+
## Licensing of Generator
15+
The build system of PythonQt makes use of a patched version of the LGPL'ed QtScript
16+
generator, located in the `generator` directory.
17+
18+
See the `LICENSE.LGPL` file in the generator subdirectory for details.
19+
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)
20+
21+
See http://qt.gitorious.org/qt-labs/qtscriptgenerator for the original project.
22+
The PythonQt wrappers generated by the generator are distributed under the `LGPL`
23+
as well.
24+
25+
The generated wrappers are pre-generated and checked-in, so you only
26+
need to build and run the generator when you want to build additional wrappers
27+
or you want to upgrade/downgrade to another Qt version, but this requires
28+
updating the typesystems as well.

0 commit comments

Comments
 (0)