Metadata-Version: 2.1
Name: nycflights13
Version: 0.0.2
Summary: A data package for nyc flights (the nycflights13 R package)
Home-page: https://github.com/machow/nycflights13
Author: Michael Chow
Author-email: mc_al_github@fastmail.com
License: CC0
Description: # flightsnyc13-py
        
        Python data package for nyc flight data. This package aim to provide the same
        data as the R package [nycflights13](https://github.com/hadley/nycflights13).
        
        ## Install
        
        ```bash
        pip install nycflights13
        ```
        
Keywords: package
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
