[Python-Dev] PEP 481 - Migrate Some Supporting Repositories to Git and Github

Terry Reedy tjreedy at udel.edu
Mon Dec 1 21:52:21 CET 2014


On 12/1/2014 11:42 AM, Wes Turner wrote:
> Here's a roundup of tools links, to make sure we're all on the same page:
>
> Git HG Rosetta Stone
> ===================
> https://github.com/sympy/sympy/wiki/Git-hg-rosetta-stone#rosetta-stone
>
> BugWarrior
> ===========
> BugWarrior works with many issue tracker APIs
>
> https://warehouse.python.org/project/bugwarrior/
>
>     bugwarrior is a command line utility for updating your local
>     taskwarrior database from your forge issue trackers.
>     It currently supports the following remote resources:
>
>       * github (api v3)
>       * bitbucket
>       * trac
>       * bugzilla
>       * megaplan
>       * teamlab
>       * redmine
>       * jira
>       * activecollab (2.x and 4.x)
>       * phabricator
>
> [...]
>
>
> DVCS Interaction
> ================
>
> Hg <-> Git
> ----------------
> * https://warehouse.python.org/project/hg-git/ (dulwich)
> * hg-github https://github.com/stephenmcd/hg-github
>
> Git <-> Hg
> ------------------
> * https://pypi.python.org/pypi/git-remote-hg/
> * https://github.com/felipec/git-remote-hg
>
> Python <-> Hg
> -----------------------
> | Wikipedia: https://en.wikipedia.org/wiki/Mercurial
> | Homepage: http://hg.selenic.org/
> | Docs: http://mercurial.selenic.com/guide
> | Docs: http://hgbook.red-bean.com/
> | Source: hg http://selenic.com/hg
> | Source: hg http://hg.intevation.org/mercurial/crew
>
> * http://evolution.experimentalworks.net/doc/user-guide.html
> * (growing list of included extensions)
>
> Python <-> Git
> ----------------------
> * GitPython, pygit2 (libgit2), dulwich
> * https://github.com/libgit2/pygit2 (libgit2)
> * https://pythonhosted.org/GitPython/ (Python)
> * https://github.com/jelmer/dulwich (Python)
> *
> http://docs.saltstack.com/en/latest/topics/tutorials/gitfs.html#installing-dependencies
>
> GitHub -> BitBucket
> -----------------------------
> * https://bitbucket.org/ZyX_I/gibiexport
>
>
> Sphinx Documentation
> ====================
> * http://read-the-docs.readthedocs.org/en/latest/webhooks.html
> * https://github.com/yoloseem/awesome-sphinxdoc
> * changelogs, charts, csv, ipython, %doctest_mode
>
>
> Is there an issue ticket or a wiki page that supports

https://wiki.python.org/moin/

> Markdown/ReStructuredText,

whoops, I am not sure what moin uses.

> where I could put this? Which URI do we assign to this artifact?

-- 
Terry Jan Reedy



More information about the Python-Dev mailing list