Metadata-Version: 1.1
Name: libwedger
Version: 0.1.0
Summary: Interpret ledger's output and make it available in Python.
Home-page: https://github.com/felixc/libwedger/
Author: Felix Crux and the Authors
Author-email: felixc@felixcrux.com
License: MIT License
Download-URL: https://pypi.python.org/pypi/libwedger
Description: libwedger - A Python API for interacting with ledger
        ====================================================
        
        ``libwedger`` is a Python module designed to interpret the output of the
        `ledger <http://www.ledger-cli.org/>`_ utility and make it available to
        Python programs.
        
        ``libwedger`` was created to support the larger *Wedger* project.
        
        
        Documentation
        -------------
        
        Online documentation lives `here <https://pythonhosted.org/libwedger/>`_.
        
        Documentation for ``libwedger`` can be built using the sources in the ``doc``
        directory. In particular, ``make html`` (inside the ``doc`` directory) will
        produce a set of HTML files that you can browse locally. Run ``make`` inside
        the ``doc`` directory to see information on other documentation formats.
        
        Note that building the documentation from source requires Sphinx.
        
        
        Installation
        ------------
        
        ``libwedger`` is on `PyPI <https://pypi.python.org/pypi/libwedger>`_.
        
        You can install it with the command ``pip install --pre libwedger``.
        
        
        Versioning & History
        --------------------
        
        ``libwedger`` is currently only available in an unstable development version.
        
        Version numbers follow the principles of `Semantic Versioning
        <http://semver.org/spec/v2.0.0.html>`_. In particular, this means that once
        development reaches the 1.0.0 version, the API will be considered stable, and
        any changes will be made gradually and gracefully across multiple versions,
        with reasonable deprecation timelines. But, until then, don't rely on the API
        working the same way from commit to commit.
        
        See the ``CHANGELOG`` file for a history of changes and released versions.
        
        
        Contributing
        ------------
        
        Bugs and feature requests can be reported through the GitHub issue tracker,
        or by email to ``felixc@felixcrux.com``. If your bug report is sensitive in
        nature, you may encrypt it to `PGP key 1EE485F8
        <http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x8569B6311EE485F8>`_.
        
        For information on making changes and submitting patches, please refer to the
        ``CONTRIBUTING`` file; ideally *before* writing any code!
        
        
        Copyright & License
        -------------------
        
        ``libwedger`` is Open Source software, available under the terms of the MIT
        license. See the ``LICENSE`` file for more details. Copyright is held by
        the authors of the respective portions of code. See the ``AUTHORS`` file
        for more details.
        
        
        Release History
        ---------------
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Office/Business :: Financial :: Accounting
Provides: libwedger
