RETIRED, further work has moved to Debian project infrastructure
Go to file
Bogdan Vasilescu 371c97cadb Update diff.rst
`old_lineno` appeared twice. I think it should be `new_lineno` instead.
2017-07-18 12:58:56 -04:00
docs Update diff.rst 2017-07-18 12:58:56 -04:00
misc added valgrind python suppression file 2013-03-10 18:58:42 +01:00
pygit2 Release 0.26.0 2017-07-06 17:12:44 +02:00
src Merge remote-tracking branch 'nhynes/br-is-co' 2017-07-05 23:20:15 +02:00
test Merge remote-tracking branch 'nhynes/br-is-co' 2017-07-05 23:20:15 +02:00
.gitattributes Make pygit work in a frozen environment 2014-11-26 06:04:40 +01:00
.gitignore Allow testing with tox 2016-02-28 12:53:35 +01:00
.mailmap Release 0.25.0 2016-12-26 12:30:36 +01:00
.pep8 Coding style: Silent pep8 2013-05-26 14:39:12 +02:00
.travis.sh Update Travis CI script to use libgit2 v0.26 2017-07-03 15:47:52 +02:00
.travis.yml Fixing AppVeyor & Travis 2017-07-03 22:55:10 +02:00
CHANGELOG.rst Release 0.26.0 2017-07-06 17:12:44 +02:00
COPYING Update FSF address (issue #114) 2012-07-17 15:44:37 +02:00
README.rst Release 0.26.0 2017-07-06 17:12:44 +02:00
TODO.txt Make dealloc use tp_free or don't allow inheritance 2014-03-27 09:55:11 +01:00
appveyor.yml Fixing AppVeyor & Travis 2017-07-03 22:55:10 +02:00
setup.py Drop support for Python 3.2, cffi 1.10 doesn't work with 2017-05-07 09:53:10 +02:00
tox.ini Drop support for Python 3.2, cffi 1.10 doesn't work with 2017-05-07 09:53:10 +02:00

README.rst

pygit2 - libgit2 bindings in Python

image

image

Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 implements Git plumbing. Pygit2 works with Python 2.7, 3.3, 3.4, 3.5, 3.6 and PyPy 2.6

Links:

How to install

Authors

117 developers have contributed at least 1 commit to pygit2:

J. David Ibáñez           Carlos Martín Nieto       Nico von Geyso
W. Trevor King            Dave Borowitz             Matthias Bartelmeß
Daniel Rodríguez Troitiño Richo Healey              Christian Boos
Julien Miotte             Richard Möhn              Xu Tao
Jose Plana                Matthew Duggan            Matthew Gamble
Martin Lenders            Nick Hynes                Petr Hosek
Victor Garcia             Xavier Delannoy           Yonggang Luo
Patrick Steinhardt        Tamir Bahar               Valentin Haenel
Michael Jones             Bernardo Heynemann        Brodie Rao
John Szakmeister          Vlad Temian               Lukas Fleischer
Nicolas Dandrimont        David Versmisse           Rémi Duraffort
Santiago Perez De Rosso   Sebastian Thiel           Thom Wiggers
Alok Singhal              Anatoly Techtonik         Fraser Tweedale
Han-Wen Nienhuys          Jason Ziglar              Leonardo Rhodes
Petr Viktorin             Robert Hölzl              Ron Cohen
Thomas Kluyver            Alex Chamberlain          Alexander Bayandin
Amit Bakshi               Andrey Devyatkin          Arno van Lumig
Ben Davis                 Dustin Raimondi           Eric Schrijver
Greg Fitzgerald           Guillermo Pérez           Hervé Cauwelier
Huang Huang               Ian P. McCullough         Igor Gnatenko
Jack O'Connor             Jared Flatow              Jiunn Haur Lim
Jun Omae                  Kaarel Kitsemets          Kevin KIN-FOO
Mark Adams                Masud Rahman              Michael Sondergaard
Ondřej Nový               Sarath Lakshman           Szucs Krisztian
Vicent Marti              Zoran Zaric               Adam Spiers
Andrew Chin               András Veres-Szentkirályi Ash Berlin
Benjamin Kircher          Benjamin Pollack          Bryan O'Sullivan
Cam Cope                  Chason Chaffin            Chris Rebert
Colin Watson              Daniel Bruce              David Fischer
David Sanders             David Six                 Devaev Maxim
Eric Davis                Erik Meusel               Erik van Zijst
Ferengee                  Gustavo Di Pietrou        Holger Frey
Hugh Cole-Baker           Jasper Lievisse Adriaanse Josh Bleecher Snyder
Justin Clift              Kyriakos Oikonomakos      Mathieu Bridon
Matthaus Woolard          Nicolás Sanguinetti       Noah Fontes
Óscar San José            Peter Dave Hello          Philippe Ombredanne
Ridge Kennedy             Ross Nicoll               Rui Abreu Ferreira
Sheeo                     Soasme                    Vladimir Rutsky
Yu Jianjian               chengyuhang               earl

License

GPLv2 with linking exception.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

In addition to the permissions in the GNU General Public License, the authors give you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combined executable.)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.