Metadata-Version: 1.1
Name: pyfpds
Version: 0.1.0
Summary: pyfpds is a python wrapper for accessing federal contracting data in the Federal Procurement Data System (FPDS)
Home-page: https://github.com/kaitlin/pyfpds
Author: Kaitlin Devine
Author-email: kaitlin.devine@gsa.gov
License: BSD
Description: ===============================
        pyfpds
        ===============================
        
        .. image:: https://badge.fury.io/py/pyfpds.png
            :target: http://badge.fury.io/py/pyfpds
        
        .. image:: https://travis-ci.org/kaitlin/pyfpds.png?branch=master
                :target: https://travis-ci.org/kaitlin/pyfpds
        
        .. image:: https://pypip.in/d/pyfpds/badge.png
                :target: https://pypi.python.org/pypi/pyfpds
        
        
        pyfpds is a python wrapper for accessing federal contracting data in the Federal Procurement Data System (FPDS)
        
        * Free software: BSD license
        * Documentation: https://pyfpds.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
         - convert nested elements into flat record structure
         - unify three award types into the same type of record
         - loop through query to get all relevant records (with sensible default for the limit)
         - use some default ordering (date, mod number, etc)
         - support query by all the elements fpds atom supports
         - 
        
        
        
        
        History
        -------
        
        0.1.0 (2014-08-04)
        ---------------------
        
        * First release on PyPI.
Keywords: pyfpds
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
