~ubuntu-branches/ubuntu/vivid/dulwich/vivid-proposed

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-04-23 01:41:04 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20140423014104-nulhaisomztpfriy
Tags: 0.9.6-1
* New upstream release.
* Allow output to stderr in autopktest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the Dulwich project.
 
2
 
 
3
It aims to provide an interface to git repos (both local and remote) that
 
4
doesn't call out to git directly but instead uses pure Python.
 
5
 
 
6
Homepage: https://samba.org/~jelmer/dulwich/
 
7
Author: Jelmer Vernooij <jelmer@samba.org>
 
8
 
 
9
The project is named after the part of London that Mr. and Mrs. Git live in
 
10
in the particular Monty Python sketch.
 
11
 
 
12
Further documentation
 
13
---------------------
 
14
 
 
15
The dulwich documentation can be found in doc/ and on the web:
 
16
 
 
17
http://www.samba.org/~jelmer/dulwich/docs/
 
18
 
 
19
The API reference can be generated using pydoctor, by running "make pydoctor", or on the web:
 
20
 
 
21
http://www.samba.org/~jelmer/dulwich/apidocs
 
22
 
 
23
Help
 
24
----
 
25
 
 
26
There is a #dulwich IRC channel on Freenode, and a dulwich mailing list at
 
27
https://launchpad.net/~dulwich-users.