Skip to main content

Enables Python support for Gauge

Project description

# Gauge Python [![Documentation Status](https://readthedocs.org/projects/gauge-python/badge/?version=latest)](http://gauge-python.readthedocs.org/en/latest/?badge=latest) [![Build Status](https://snap-ci.com/kashishm/gauge-python/branch/master/build_image)](https://snap-ci.com/kashishm/gauge-python/branch/master)

Python language runner for __[Gauge](https://github.com/getgauge/gauge)__. Read the __[Documentation](https://gauge-python.readthedocs.org)__ for more details.


## Build from source
###Requirements
* Python
* Pip
* Gauge

### Installing package dependencies
```
pip install -r requirements.txt
```

### Tests
```
python install.py --test
```

### Tests Coverage
```
python install.py --test
coverage report -m
```

###Installing

````
python install.py --install
````

###Creating distributable

````
python install.py
````
This will create a .zip file in bin directory which can then be uploaded to Github releases.

##Uploading to PyPI

```
python setup.py sdist
twine upload dist/*
```
### License

The Gauge-Python is an open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

Project details


Release history Release notifications | RSS feed

This version

0.1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getgauge-0.1.2.tar.gz (62.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page