Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f5eb2cc79eca494645ed0a2a8ca6b6a3 to your computer and use it in GitHub Desktop.
Save ryantm/f5eb2cc79eca494645ed0a2a8ca6b6a3 to your computer and use it in GitHub Desktop.
/nix/store/dnijahwkz2jlavwiahy5v4k2726fkgdb-python3.7-zetup-0.2.63
├── bin
│   └── zetup
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zetup
│   │   ├── annotate.py
│   │   ├── classes
│   │   │   ├── __init__.py
│   │   │   ├── member_module.py
│   │   │   ├── package.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── member_module.cpython-37.pyc
│   │   │   │   └── package.cpython-37.pyc
│   │   │   └── test
│   │   │   ├── Class
│   │   │   │   ├── __init__.py
│   │   │   │   ├── methods.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── methods.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── commands
│   │   │   ├── command.py
│   │   │   ├── conda.py
│   │   │   ├── del_.py
│   │   │   ├── dev.py
│   │   │   ├── error.py
│   │   │   ├── __init__.py
│   │   │   ├── make
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── templates
│   │   │   │   ├── __init__.py.jinja
│   │   │   │   ├── package
│   │   │   │   │   └── zetup_config.py.jinja
│   │   │   │   ├── setup.py.jinja
│   │   │   │   ├── tox.ini.jinja
│   │   │   │   └── VERSION.jinja
│   │   │   ├── __pycache__
│   │   │   │   ├── command.cpython-37.pyc
│   │   │   │   ├── conda.cpython-37.pyc
│   │   │   │   ├── del_.cpython-37.pyc
│   │   │   │   ├── dev.cpython-37.pyc
│   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── pytest.cpython-37.pyc
│   │   │   │   ├── run.cpython-37.pyc
│   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   └── tox.cpython-37.pyc
│   │   │   ├── pytest.py
│   │   │   ├── run.py
│   │   │   ├── test.py
│   │   │   └── tox.py
│   │   ├── conda.py
│   │   ├── config.py
│   │   ├── dist.py
│   │   ├── doc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── entry_point.py
│   │   ├── error.py
│   │   ├── extras.py
│   │   ├── func.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── modules.py
│   │   ├── notebook
│   │   │   ├── __init__.py
│   │   │   ├── jinja.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── jinja.cpython-37.pyc
│   │   ├── object.py
│   │   ├── package.py
│   │   ├── pip
│   │   │   ├── errors.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_errors.cpython-37.pyc
│   │   │   └── test_errors.py
│   │   ├── process
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── scons.cpython-37.pyc
│   │   │   └── scons.py
│   │   ├── program.py
│   │   ├── __pycache__
│   │   │   ├── annotate.cpython-37.pyc
│   │   │   ├── conda.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── dist.cpython-37.pyc
│   │   │   ├── entry_point.cpython-37.pyc
│   │   │   ├── error.cpython-37.pyc
│   │   │   ├── extras.cpython-37.pyc
│   │   │   ├── func.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── modules.cpython-37.pyc
│   │   │   ├── object.cpython-37.pyc
│   │   │   ├── package.cpython-37.pyc
│   │   │   ├── program.cpython-37.pyc
│   │   │   ├── requires.cpython-37.pyc
│   │   │   ├── resolve.cpython-37.pyc
│   │   │   ├── script.cpython-37.pyc
│   │   │   ├── test_classpackage.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   ├── zetup_config.cpython-37.pyc
│   │   │   └── zetup.cpython-37.pyc
│   │   ├── requires.py
│   │   ├── resolve.py
│   │   ├── script.py
│   │   ├── test_classpackage.py
│   │   ├── version.py
│   │   ├── zetup_config.py
│   │   ├── zetup.py
│   │   └── zfg
│   │   ├── data.py
│   │   ├── file.py
│   │   ├── __init__.py
│   │   ├── line.py
│   │   ├── parser.py
│   │   └── __pycache__
│   │   ├── data.cpython-37.pyc
│   │   ├── file.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── line.cpython-37.pyc
│   │   └── parser.cpython-37.pyc
│   └── zetup-0.2.63.dist-info
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
30 directories, 117 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment