toyz
toyz copied to clipboard
Toyz for Data Analysis and Reduction
When users are sharing directories it's possible that one of them may have created permissions that prevent other users from using/accessing that directory. Currently the code throws an error when...
Currently when a toyz module cannot be found an exception is called and the code stops. Instead a warning should be returned to the user notifying them that a module...
I wanted to try out toyz and ran into this error: ``` python $ python setup.py install --user Traceback (most recent call last): File "setup.py", line 5, in from toyz...
`toyz` seems to depend on `importlib`, but `importlib` is not installed along with `toyz`. ``` Loading dependencies, please wait... Traceback (most recent call last): File "/usr/bin/toyz", line 5, in pkg_resources.run_script('toyz==0.0.dev',...