# FogBugz Command Line Interface

Install with:

    $> python setup.py install

Run with:

    fb
    fb --logging=debug  # verbose
    fb --help  # for more options

Get help from `fb`:

    >>> help
    >>> help <command>  # for more

# Development

Run tests with:

    >>> python setup.py test

# References

- FogBugzPy: https://developers.fogbugz.com/?W199
- FogBugz XML API:
  - https://developers.fogbugz.com/default.asp?W194
  - http://help.fogcreek.com/8202/xml-api
