=============================
sahir py std
=============================

sahir py std is a test package just to see how we create a distribution for python.


Installation
=============================

Github without clone
pip install git+ssh://github.ubc.ca/smoosvi/sahir_py_std.git

Github clone
pip install ./dist/sahir_py_std-0.1dev.tar.gz

Pypi
pip install sahir_py_std


Usage of `standard_deviation`
=============================

```
from sahirPyStd import standard_deviation as s_d
s_d.standard_deviation([0,1,2])

# 0.816496580927726
```

Usage of `standard_error`
=============================

```
from sahirPyStd import standard_error as s_e
s_e.standard_error([1,2,3])

# 0.47140452079103173
```
