Metadata-Version: 1.0
Name: hgapi
Version: 1.2.0
Summary: Python API to Mercurial using the command-line interface
Home-page: https://bitbucket.org/haard/hgapi
Author: Fredrik Håård
Author-email: fredrik@haard.se
License: Do whatever you want, don't blame me
Description: 
        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 Mercurial < 1.9, and will instantly reflect any
        changes to the repository, unlike interfaces based on the
        CommandServer (http://mercurial.selenic.com/wiki/CommandServer). 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.
Keywords: mercurial api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Version Control
