Gloo icon indicating copy to clipboard operation
Gloo copied to clipboard

Data Project Management for IPython

Results 4 Gloo issues
Sort by recently updated
recently updated
newest added

With this change, the package becomes cross-platform.

title says it this would make packaging of the results easy. and pip would be a greater helper making the stuff transferable

On windows we would need a workaround: for https://github.com/tshauck/Gloo/blob/master/gloo/create_project.py#L42 http://bytes.com/topic/python/answers/159301-best-way-touch-file http://pypi.python.org/pypi/path.py/2.2 another solution: http://rogermcd.wordpress.com/2008/07/20/creating-a-file-with-python/ ``` def MakeFile(file_name): """ MakeFile(file_name): makes a file. """ temp_path = '.' + file_name file =...

README got renamed from *.txt to *.RST