arichr/gophient

View on GitHub
docs/2_-_Getting_started.md

Summary

Maintainability
Test Coverage
To start using `gophient` import it and create a `gophient.Gopher` instance:

```python
import gophient

client = gophient.Gopher()
```

For a full definition of the API see the [API reference documentation](api.md).