Metadata-Version: 1.1
Name: bls
Version: 0.0.3
Summary: A library to access Bureau of Labor Statistics data
Home-page: https://github.com/OliverSherouse/bls
Author: Oliver Sherouse
Author-email: oliver.sherouse@gmail.com
License: UNKNOWN
Description: bls
        ===
        
        A Python library for the Bureau of Labor Statistics API.
        
        Use the function `get_series()` to retrieve data. `get_series()` has three
        arguments: a series id or sequence of series ids, a start year, and an end
        year.
        
        Note that you cannot currently retrieve more than ten years of data. By
        default, the last ten years are retrieved. You can specify only the start year
        to retrieve the ten years following, only the end year to retrieve the ten:
        previous years, or both to retrieve some smaller range.
        
        `bls` is a new module and undergoing very rapid development. Look for new
        features in the near future, and report bugs at
        <https://github.com/OliverSherouse/bls/issues>.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires: pandas
