Metadata-Version: 2.1
Name: cue
Version: 0.9
Summary: Accounting system for linux
Home-page: https://kosciuszko.cloud
Author: Jonas McCallum
Author-email: jonasmccallum@gmail.com
License: UNKNOWN
Project-URL: Source, https://bitbucket.org/kosciuszko/cue
Project-URL: Tracker, https://bitbucket.org/kosciuszko/cue/issues
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: ruamel.yaml
Requires-Dist: wheezy.template
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# cue

Accounting system for Linux

    $ mkdir my_awesome_startup
    $ cd my_awesome_startup
    $ cue init
    $ vi temp__Ledger__settings.yml

    ... edit settings as desired ...

    $ cue commit
    creating ledger for my_awesome_startup
    $ cue invoice apple
    $ vi temp__Invoice__apple.inv

    ... edit invoice as desired ...

    $ cue commit


