Repositories
pyside-boost
Old PySide version based on the Boost.Python generator. This is obsolete, use pyside repository instead!
-
Cloning this repository:
git clone git://gitorious.org/pyside/pyside-boost.git pyside-boost cd pyside-boost
Add this repository as a remote to an existing local repository:
git remote add pyside-boost git://gitorious.org/pyside/pyside-boost.git git fetch pyside-boost git checkout -b my-local-tracking-branch pyside-boost/master_or_other_branch
apiextractor-archive
ARCHIVE: API Extractor collects information about libraries from its header files and merges it with user written files (typesystem) describing how the library should be exposed as a binding on the target language.
-
Cloning this repository:
git clone git://gitorious.org/pyside/apiextractor-archive.git apiextractor-archive cd apiextractor-archive
Add this repository as a remote to an existing local repository:
git remote add apiextractor-archive git://gitorious.org/pyside/apiextractor-archive.git git fetch apiextractor-archive git checkout -b my-local-tracking-branch apiextractor-archive/master_or_other_branch
boostpythongenerator
Python binding generator based on Boost.Python. Obsolete and unmaintained!
-
Cloning this repository:
git clone git://gitorious.org/pyside/boostpythongenerator.git boostpythongenerator cd boostpythongenerator
Add this repository as a remote to an existing local repository:
git remote add boostpythongenerator git://gitorious.org/pyside/boostpythongenerator.git git fetch boostpythongenerator git checkout -b my-local-tracking-branch boostpythongenerator/master_or_other_branch
lauro-apiextractor
-
Cloning this repository:
git clone git://gitorious.org/~lauromoura/pyside/lauro-apiextractor.git lauro-apiextractor cd lauro-apiextractor
Add this repository as a remote to an existing local repository:
git remote add lauro-apiextractor git://gitorious.org/~lauromoura/pyside/lauro-apiextractor.git git fetch lauro-apiextractor git checkout -b my-local-tracking-branch lauro-apiextractor/master_or_other_branch
lauromoura-generator
-
Cloning this repository:
git clone git://gitorious.org/~lauromoura/pyside/lauromoura-generator.git lauromoura-generator cd lauromoura-generator
Add this repository as a remote to an existing local repository:
git remote add lauromoura-generator git://gitorious.org/~lauromoura/pyside/lauromoura-generator.git git fetch lauromoura-generator git checkout -b my-local-tracking-branch lauromoura-generator/master_or_other_branch
renatofilhos-boostpythongenerator
-
Cloning this repository:
git clone git://gitorious.org/~renatofilho/pyside/renatofilhos-boostpythongenerator.git renatofilhos-boostpythongenerator cd renatofilhos-boostpythongenerator
Add this repository as a remote to an existing local repository:
git remote add renatofilhos-boostpythongenerator git://gitorious.org/~renatofilho/pyside/renatofilhos-boostpythongenerator.git git fetch renatofilhos-boostpythongenerator git checkout -b my-local-tracking-branch renatofilhos-boostpythongenerator/master_or_other_branch
renatofilhos-pyside
-
Cloning this repository:
git clone git://gitorious.org/~renatofilho/pyside/renatofilhos-pyside.git renatofilhos-pyside cd renatofilhos-pyside
Add this repository as a remote to an existing local repository:
git remote add renatofilhos-pyside git://gitorious.org/~renatofilho/pyside/renatofilhos-pyside.git git fetch renatofilhos-pyside git checkout -b my-local-tracking-branch renatofilhos-pyside/master_or_other_branch
setantas-apiextractor
-
Cloning this repository:
git clone git://gitorious.org/~setanta/pyside/setantas-apiextractor.git setantas-apiextractor cd setantas-apiextractor
Add this repository as a remote to an existing local repository:
git remote add setantas-apiextractor git://gitorious.org/~setanta/pyside/setantas-apiextractor.git git fetch setantas-apiextractor git checkout -b my-local-tracking-branch setantas-apiextractor/master_or_other_branch
setantas-boostpythongenerator
-
Cloning this repository:
git clone git://gitorious.org/~setanta/pyside/setantas-boostpythongenerator.git setantas-boostpythongenerator cd setantas-boostpythongenerator
Add this repository as a remote to an existing local repository:
git remote add setantas-boostpythongenerator git://gitorious.org/~setanta/pyside/setantas-boostpythongenerator.git git fetch setantas-boostpythongenerator git checkout -b my-local-tracking-branch setantas-boostpythongenerator/master_or_other_branch
shiboken-archive
ARCHIVE: Python bindings generator that uses API Extractor and outputs CPython code.
-
Cloning this repository:
git clone git://gitorious.org/pyside/shiboken-archive.git shiboken-archive cd shiboken-archive
Add this repository as a remote to an existing local repository:
git remote add shiboken-archive git://gitorious.org/pyside/shiboken-archive.git git fetch shiboken-archive git checkout -b my-local-tracking-branch shiboken-archive/master_or_other_branch
lauro-shiboken
-
Cloning this repository:
git clone git://gitorious.org/~lauromoura/pyside/lauro-shiboken.git lauro-shiboken cd lauro-shiboken
Add this repository as a remote to an existing local repository:
git remote add lauro-shiboken git://gitorious.org/~lauromoura/pyside/lauro-shiboken.git git fetch lauro-shiboken git checkout -b my-local-tracking-branch lauro-shiboken/master_or_other_branch
setantas-shiboken
-
Cloning this repository:
git clone git://gitorious.org/~setanta/pyside/setantas-shiboken.git setantas-shiboken cd setantas-shiboken
Add this repository as a remote to an existing local repository:
git remote add setantas-shiboken git://gitorious.org/~setanta/pyside/setantas-shiboken.git git fetch setantas-shiboken git checkout -b my-local-tracking-branch setantas-shiboken/master_or_other_branch
pyside-examples
Python script examples adapted for PySide.
-
Cloning this repository:
git clone git://gitorious.org/pyside/pyside-examples.git pyside-examples cd pyside-examples
Add this repository as a remote to an existing local repository:
git remote add pyside-examples git://gitorious.org/pyside/pyside-examples.git git fetch pyside-examples git checkout -b my-local-tracking-branch pyside-examples/master_or_other_branch
pyside-examples-chaz6
-
Cloning this repository:
git clone git://gitorious.org/~chaz6/pyside/pyside-examples-chaz6.git pyside-examples-chaz6 cd pyside-examples-chaz6
Add this repository as a remote to an existing local repository:
git remote add pyside-examples-chaz6 git://gitorious.org/~chaz6/pyside/pyside-examples-chaz6.git git fetch pyside-examples-chaz6 git checkout -b my-local-tracking-branch pyside-examples-chaz6/master_or_other_branch
pyside-examples-dsa
-
Cloning this repository:
git clone git://gitorious.org/~dsa/pyside/pyside-examples-dsa.git pyside-examples-dsa cd pyside-examples-dsa
Add this repository as a remote to an existing local repository:
git remote add pyside-examples-dsa git://gitorious.org/~dsa/pyside/pyside-examples-dsa.git git fetch pyside-examples-dsa git checkout -b my-local-tracking-branch pyside-examples-dsa/master_or_other_branch
tcoopman-clone
-
Cloning this repository:
git clone git://gitorious.org/~tcoopman/pyside/tcoopman-clone.git tcoopman-clone cd tcoopman-clone
Add this repository as a remote to an existing local repository:
git remote add tcoopman-clone git://gitorious.org/~tcoopman/pyside/tcoopman-clone.git git fetch tcoopman-clone git checkout -b my-local-tracking-branch tcoopman-clone/master_or_other_branch
luck-pyside-clone
-
Cloning this repository:
git clone git://gitorious.org/~lucianowolf/pyside/luck-pyside-clone.git luck-pyside-clone cd luck-pyside-clone
Add this repository as a remote to an existing local repository:
git remote add luck-pyside-clone git://gitorious.org/~lucianowolf/pyside/luck-pyside-clone.git git fetch luck-pyside-clone git checkout -b my-local-tracking-branch luck-pyside-clone/master_or_other_branch
luck-apiextractor
-
Cloning this repository:
git clone git://gitorious.org/~lucianowolf/pyside/luck-apiextractor.git luck-apiextractor cd luck-apiextractor
Add this repository as a remote to an existing local repository:
git remote add luck-apiextractor git://gitorious.org/~lucianowolf/pyside/luck-apiextractor.git git fetch luck-apiextractor git checkout -b my-local-tracking-branch luck-apiextractor/master_or_other_branch
luck-boostpythongenerator-clone
-
Cloning this repository:
git clone git://gitorious.org/~lucianowolf/pyside/luck-boostpythongenerator-clone.git luck-boostpythongenerator-clone cd luck-boostpythongenerator-clone
Add this repository as a remote to an existing local repository:
git remote add luck-boostpythongenerator-clone git://gitorious.org/~lucianowolf/pyside/luck-boostpythongenerator-clone.git git fetch luck-boostpythongenerator-clone git checkout -b my-local-tracking-branch luck-boostpythongenerator-clone/master_or_other_branch
luck-shiboken
-
Cloning this repository:
git clone git://gitorious.org/~lucianowolf/pyside/luck-shiboken.git luck-shiboken cd luck-shiboken
Add this repository as a remote to an existing local repository:
git remote add luck-shiboken git://gitorious.org/~lucianowolf/pyside/luck-shiboken.git git fetch luck-shiboken git checkout -b my-local-tracking-branch luck-shiboken/master_or_other_branch
mer-port
-
Cloning this repository:
git clone git://gitorious.org/+mer/pyside/mer-port.git mer-port cd mer-port
Add this repository as a remote to an existing local repository:
git remote add mer-port git://gitorious.org/+mer/pyside/mer-port.git git fetch mer-port git checkout -b my-local-tracking-branch mer-port/master_or_other_branch
pyside-examples-xmon
-
Cloning this repository:
git clone git://gitorious.org/~xmonader/pyside/pyside-examples-xmon.git pyside-examples-xmon cd pyside-examples-xmon
Add this repository as a remote to an existing local repository:
git remote add pyside-examples-xmon git://gitorious.org/~xmonader/pyside/pyside-examples-xmon.git git fetch pyside-examples-xmon git checkout -b my-local-tracking-branch pyside-examples-xmon/master_or_other_branch
apiextractor-chaz6
-
Cloning this repository:
git clone git://gitorious.org/~chaz6/pyside/apiextractor-chaz6.git apiextractor-chaz6 cd apiextractor-chaz6
Add this repository as a remote to an existing local repository:
git remote add apiextractor-chaz6 git://gitorious.org/~chaz6/pyside/apiextractor-chaz6.git git fetch apiextractor-chaz6 git checkout -b my-local-tracking-branch apiextractor-chaz6/master_or_other_branch
baraujo-pyside
-
Cloning this repository:
git clone git://gitorious.org/~baraujo/pyside/baraujo-pyside.git baraujo-pyside cd baraujo-pyside
Add this repository as a remote to an existing local repository:
git remote add baraujo-pyside git://gitorious.org/~baraujo/pyside/baraujo-pyside.git git fetch baraujo-pyside git checkout -b my-local-tracking-branch baraujo-pyside/master_or_other_branch
baraujo-boostpythongenerator
-
Cloning this repository:
git clone git://gitorious.org/~baraujo/pyside/baraujo-boostpythongenerator.git baraujo-boostpythongenerator cd baraujo-boostpythongenerator
Add this repository as a remote to an existing local repository:
git remote add baraujo-boostpythongenerator git://gitorious.org/~baraujo/pyside/baraujo-boostpythongenerator.git git fetch baraujo-boostpythongenerator git checkout -b my-local-tracking-branch baraujo-boostpythongenerator/master_or_other_branch
pyside-tools
PySide development tools (pyuic and pyrcc)
-
Cloning this repository:
git clone git://gitorious.org/pyside/pyside-tools.git pyside-tools cd pyside-tools
Add this repository as a remote to an existing local repository:
git remote add pyside-tools git://gitorious.org/pyside/pyside-tools.git git fetch pyside-tools git checkout -b my-local-tracking-branch pyside-tools/master_or_other_branch
baraujo-shiboken
-
Cloning this repository:
git clone git://gitorious.org/~baraujo/pyside/baraujo-shiboken.git baraujo-shiboken cd baraujo-shiboken
Add this repository as a remote to an existing local repository:
git remote add baraujo-shiboken git://gitorious.org/~baraujo/pyside/baraujo-shiboken.git git fetch baraujo-shiboken git checkout -b my-local-tracking-branch baraujo-shiboken/master_or_other_branch
lauromoura-pyside-tools
-
Cloning this repository:
git clone git://gitorious.org/~lauromoura/pyside/lauromoura-pyside-tools.git lauromoura-pyside-tools cd lauromoura-pyside-tools
Add this repository as a remote to an existing local repository:
git remote add lauromoura-pyside-tools git://gitorious.org/~lauromoura/pyside/lauromoura-pyside-tools.git git fetch lauromoura-pyside-tools git checkout -b my-local-tracking-branch lauromoura-pyside-tools/master_or_other_branch
boostpythongenerator-chaz6
-
Cloning this repository:
git clone git://gitorious.org/~chaz6/pyside/boostpythongenerator-chaz6.git boostpythongenerator-chaz6 cd boostpythongenerator-chaz6
Add this repository as a remote to an existing local repository:
git remote add boostpythongenerator-chaz6 git://gitorious.org/~chaz6/pyside/boostpythongenerator-chaz6.git git fetch boostpythongenerator-chaz6 git checkout -b my-local-tracking-branch boostpythongenerator-chaz6/master_or_other_branch
shiboken-chaz6
-
Cloning this repository:
git clone git://gitorious.org/~chaz6/pyside/shiboken-chaz6.git shiboken-chaz6 cd shiboken-chaz6
Add this repository as a remote to an existing local repository:
git remote add shiboken-chaz6 git://gitorious.org/~chaz6/pyside/shiboken-chaz6.git git fetch shiboken-chaz6 git checkout -b my-local-tracking-branch shiboken-chaz6/master_or_other_branch

