Skip to main content

Determines type and host of a repo.

Project description

https://badge.fury.io/py/watdarepo.png https://travis-ci.org/pydanny/watdarepo.png?branch=master https://pypip.in/d/watdarepo/badge.png https://coveralls.io/repos/audreyr/cookiecutter/badge.png?branch=master

Determines type and host of a repo.

Features

Works to some degree with the following VCS:

  • Git

  • Mercurial

  • SVN

  • BZR

Works to some degree with the following hosting services:

  • GitHub

  • BitBucket

  • GitLab

  • Gitorious

  • Sourceforge

Usage

>>> from watdarepo import watdarepo
>>> watdarepo("https://github.com/pydanny/watdarepo")
{
    u'vcs': u'git',
    u'hosting_service': u'github',
    u'repo_url': u'https://github.com/pydanny/watdarepo'
}

History

0.3.0 (2013-09-17)

  • Allows for overrides of default repo_aliases and hosting services.

0.2.0 (2013-09-08)

  • Improved test coverage to 100%.

  • Added coveralls.

  • Better analysis of repos.

0.1.0 (2013-09-08)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

watdarepo-0.3.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page