Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 12:31
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 r-ryantm/63fec1c9ca8ca94837b9bf6a1e20209e to your computer and use it in GitHub Desktop.
Save r-ryantm/63fec1c9ca8ca94837b9bf6a1e20209e to your computer and use it in GitHub Desktop.
/nix/store/lvc9rjf7l7xaazczry3pf4wlgvy8443i-python3.7-aws-lambda-builders-1.1.0
├── bin
│   └── lambda-builders
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aws_lambda_builders
│   │   ├── actions.py
│   │   ├── binary_path.py
│   │   ├── builder.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── path_resolver.py
│   │   ├── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── binary_path.cpython-37.pyc
│   │   │   ├── builder.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── path_resolver.cpython-37.pyc
│   │   │   ├── registry.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── validator.cpython-37.pyc
│   │   │   └── workflow.cpython-37.pyc
│   │   ├── registry.py
│   │   ├── utils.py
│   │   ├── validator.py
│   │   ├── workflow.py
│   │   └── workflows
│   │   ├── custom_make
│   │   │   ├── actions.py
│   │   │   ├── DESIGN.md
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── make.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── make.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── utils.py
│   │   │   └── workflow.py
│   │   ├── dotnet_clipackage
│   │   │   ├── actions.py
│   │   │   ├── DESIGN.md
│   │   │   ├── dotnetcli.py
│   │   │   ├── dotnetcli_resolver.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── dotnetcli.cpython-37.pyc
│   │   │   │   ├── dotnetcli_resolver.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── utils.py
│   │   │   └── workflow.py
│   │   ├── go_dep
│   │   │   ├── actions.py
│   │   │   ├── DESIGN.md
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── subproc_exec.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── subproc_exec.py
│   │   │   ├── utils.py
│   │   │   └── workflow.py
│   │   ├── go_modules
│   │   │   ├── actions.py
│   │   │   ├── builder.py
│   │   │   ├── DESIGN.md
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── builder.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   ├── validator.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── utils.py
│   │   │   ├── validator.py
│   │   │   └── workflow.py
│   │   ├── __init__.py
│   │   ├── java_gradle
│   │   │   ├── actions.py
│   │   │   ├── DESIGN.md
│   │   │   ├── gradle.py
│   │   │   ├── gradle_resolver.py
│   │   │   ├── gradle_validator.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── gradle.cpython-37.pyc
│   │   │   │   ├── gradle_resolver.cpython-37.pyc
│   │   │   │   ├── gradle_validator.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── resources
│   │   │   │   └── lambda-build-init.gradle
│   │   │   ├── utils.py
│   │   │   └── workflow.py
│   │   ├── java_maven
│   │   │   ├── actions.py
│   │   │   ├── DESIGN.md
│   │   │   ├── __init__.py
│   │   │   ├── maven.py
│   │   │   ├── maven_resolver.py
│   │   │   ├── maven_validator.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── maven.cpython-37.pyc
│   │   │   │   ├── maven_resolver.cpython-37.pyc
│   │   │   │   ├── maven_validator.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── utils.py
│   │   │   └── workflow.py
│   │   ├── nodejs_npm
│   │   │   ├── actions.py
│   │   │   ├── DESIGN.md
│   │   │   ├── __init__.py
│   │   │   ├── npm.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── npm.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── utils.py
│   │   │   └── workflow.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── python_pip
│   │   │   ├── actions.py
│   │   │   ├── compat.py
│   │   │   ├── DESIGN.md
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── packager.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── packager.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   ├── validator.cpython-37.pyc
│   │   │   │   └── workflow.cpython-37.pyc
│   │   │   ├── utils.py
│   │   │   ├── validator.py
│   │   │   └── workflow.py
│   │   └── ruby_bundler
│   │   ├── actions.py
│   │   ├── bundler.py
│   │   ├── DESIGN.md
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── bundler.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── workflow.cpython-37.pyc
│   │   ├── utils.py
│   │   └── workflow.py
│   └── aws_lambda_builders-1.1.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── NOTICE
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
29 directories, 155 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment