Metadata-Version: 2.0
Name: fb-credentials
Version: 0.2.2
Summary: Functionality for getting credentials from .hgrc or prompting the user for FogBugz and related interfaces
Home-page: https://github.com/portusato/fb_credentials
Author: Nicolas Morales
Author-email: portu.github@gmail.com
License: BSD 3-Clause
Keywords: fogbugz login credentials username password token
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: fogbugz
Provides-Extra: test
Requires-Dist: mock; extra == 'test'
Requires-Dist: nose; extra == 'test'
Requires-Dist: nose-parameterized; extra == 'test'

.. image:: https://travis-ci.org/portusato/fb_credentials.svg?branch=master
   :target: https://travis-ci.org/portusato/fb_credentials
   :alt: Build status of the master branch on Linux

fb_credentials
==============

An extension to logging functionality for FogBugz module and for extensions
to it like fborm. 

Function fb_credentials.FogBugz is a layer on top of the constructor fogbugz.Fogbugz
 or similar constructors (for example fborm.FogBugzORM) that provides a convenient
 parsing of a .hgrc file (by default in the $HOME dir), or prompts the user for
 credentials.

Sample usage
============

import fb_credentials
fb = fb_credentials.FogBugz('https://YourRepository.com/')
fb.search(q='53410', cols='ixBug')

E-mail me
=========

portu.github@gmail.com


