Metadata-Version: 2.1
Name: gowbso
Version: 2.0.0
Summary: A tool to generate CSV files for uploading to the WBSO tool
Home-page: https://github.com/eddiejessup/gowbso
Author: Elliot Marsden
Author-email: elliot.marsden@gmail.com
License: MIT
Keywords: wbso time-tracking
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: arrow

# GOWBSO

Make CSV files for uploading to the WBSO tool.

## Installation

Assuming you have pip installed, you can run

```bash
pip install gowbso --user
```

Omit `--user` if you are running in a Python virtual environment, but otherwise keep it: don't use sudo, it's a dangerous route because it modifies the Python environment that your operating system may rely on.

## Usage

See the examples directory.


