hgapi


Namehgapi JSON
Version 1.7.4 PyPI version JSON
download
home_pagehttps://bitbucket.org/haard/hgapi
SummaryPython API to Mercurial using the command-line interface
upload_time2017-10-17 15:40:47
maintainer
docs_urlhttps://pythonhosted.org/hgapi/
authorFredrik Håård
requires_python
licenseDo whatever you want, don't blame me
keywords mercurial api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
hgapi is a pure-Python API to Mercurial, that uses the command-line
interface instead of the internal Mercurial API. The rationale for
this is twofold: the internal API is unstable, and it is GPL.

hgapi works for any version of Mercurial, including  < 1.9, and will
instantly reflect any changes to the repository. It also has a really
permissive license (do whatever you want, don't blame me).

For example of code that uses this API, take a look at
https://bitbucket.org/haard/autohook which now uses hgapi
exclusively.
            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/haard/hgapi",
    "name": "hgapi",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/hgapi/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mercurial api",
    "author": "Fredrik H\u00e5\u00e5rd",
    "author_email": "fredrik@haard.se",
    "download_url": "https://files.pythonhosted.org/packages/36/db/6ad72214343e361c3fae732230e64bb7a5e4580002027782a4406748aee6/hgapi-1.7.4.tar.gz",
    "platform": "",
    "description": "\nhgapi is a pure-Python API to Mercurial, that uses the command-line\ninterface instead of the internal Mercurial API. The rationale for\nthis is twofold: the internal API is unstable, and it is GPL.\n\nhgapi works for any version of Mercurial, including  < 1.9, and will\ninstantly reflect any changes to the repository. It also has a really\npermissive license (do whatever you want, don't blame me).\n\nFor example of code that uses this API, take a look at\nhttps://bitbucket.org/haard/autohook which now uses hgapi\nexclusively.",
    "bugtrack_url": null,
    "license": "Do whatever you want, don't blame me",
    "summary": "Python API to Mercurial using the command-line interface",
    "version": "1.7.4",
    "project_urls": {
        "Homepage": "https://bitbucket.org/haard/hgapi"
    },
    "split_keywords": [
        "mercurial",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36db6ad72214343e361c3fae732230e64bb7a5e4580002027782a4406748aee6",
                "md5": "45d1cd67cb55761b872c519709e0c6d8",
                "sha256": "0b1f20a6a8cefe9e9f72b14a0823b7abdbc88d19cdf815211849067d9ac27ebc"
            },
            "downloads": -1,
            "filename": "hgapi-1.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "45d1cd67cb55761b872c519709e0c6d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13678,
            "upload_time": "2017-10-17T15:40:47",
            "upload_time_iso_8601": "2017-10-17T15:40:47.578827Z",
            "url": "https://files.pythonhosted.org/packages/36/db/6ad72214343e361c3fae732230e64bb7a5e4580002027782a4406748aee6/hgapi-1.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-10-17 15:40:47",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "haard",
    "bitbucket_project": "hgapi",
    "lcname": "hgapi"
}
        
Elapsed time: 0.13836s