# Python Source Resource

Abstraction to make sources easier to write

`pip install segment_source_resource`

## Releasing

Ensure your .pypirc looks like the following:

```
[distutils]
index-servers =
   pypi

[pypi]
repository=https://pypi.python.org/pypi
username=segment
password=...
```
