Metadata-Version: 1.1
Name: nflcmd
Version: 0.1.3
Summary: A set of commands for viewing and ranking NFL data.
Home-page: https://github.com/BurntSushi/nflcmd
Author: Andrew Gallant
Author-email: nflcmd@burntsushi.net
License: UNLICENSE
Description: Module nflcmd provides functions and types that are useful for building
        new commands. For example, this includes formatting specifications for
        tables of data, functions for aligning tabular data, and querying nfldb
        for aggregate statistics quickly.
        
Platform: ANY
Classifier: License :: Public Domain
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Other Audience
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
