Metadata-Version: 1.1
Name: station-simulator
Version: 0.0.2
Summary: Tool for generating station CSV data
Home-page: https://github.com/asascience-open/station-simulator/
Author: Luke Campbell
Author-email: luke.campbell@rpsgroup.com
License: UNKNOWN
Description: Station Simulator
        =================
        
        *A script for generating large station CSVs fast*
        
        Copyright 2017 RPS Group Plc
        
        See LICENSE for details
        
        
        Installation
        ============
        
        To install using pip::
        
            pip install station-simulator
        
        
        Usage
        =====
        
        ::
        
            usage: station-simulator [-h] [-n STATION_NAME] [-s START] [-e END] output
        
            Generate a fake CSV of station data
        
            positional arguments:
              output                Output file
        
            optional arguments:
              -h, --help            show this help message and exit
              -n STATION_NAME, --station-name STATION_NAME
                                    Name of station
              -s START, --start START
                                    Start Date
              -e END, --end END     End Date
        
        Examples::
        
            station-simulator test.csv
        
            station-simulator -n Example1 --start 2001-01-01 --end 2010-01-01 output.csv
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
