Skip to main content

Mercurial Python library

Project description

hglib

The hglib is fork of of hglib, which is library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg.

Only difference for now is just name of the package and updated tests.

Basic usage

import hglib

client = hglib.open(path)
log = client.log(revrange="tip")
print(log)

Dependencies

  • Python 2.7 or 3.5

Licence

MIT

Contact

Michal Šiška michal.515k4@gmail.com

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

hglib-2.6.1.tar.gz (22.1 kB view hashes)

Uploaded Source

Built Distribution

hglib-2.6.1-py3-none-any.whl (24.2 kB view hashes)

Uploaded Python 3

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