.gitignore
.pylintrc
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
.circleci/config.yml
examples/hello/Dockerfile
examples/hello/Dockerfile.standalone
examples/hello/Makefile
examples/hello/README.md
examples/hello/nu_plugin_hello
examples/len/Dockerfile
examples/len/Dockerfile.standalone
examples/len/Makefile
examples/len/README.md
examples/len/nu_plugin_len
examples/plus/Dockerfile
examples/plus/Dockerfile.standalone
examples/plus/Makefile
examples/plus/README.md
examples/plus/nu_plugin_plus
examples/pokemon/Dockerfile
examples/pokemon/Makefile
examples/pokemon/README.md
examples/pokemon/nu_plugin_pokemon
nushell/__init__.py
nushell/filter.py
nushell/logger.py
nushell/plugin.py
nushell/sink.py
nushell/version.py
nushell.egg-info/PKG-INFO
nushell.egg-info/SOURCES.txt
nushell.egg-info/dependency_links.txt
nushell.egg-info/not-zip-safe
nushell.egg-info/top_level.txt
nushell/tests/__init__.py
nushell/tests/helpers.py
nushell/tests/plugin_requests.py
nushell/tests/test_filter.py
nushell/tests/test_sink.py