Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 05:24
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/250f1624cac1e87e9b973350d4aed4a5 to your computer and use it in GitHub Desktop.
Save r-ryantm/250f1624cac1e87e9b973350d4aed4a5 to your computer and use it in GitHub Desktop.
/nix/store/six4xzv12v3x3zdrz4mgj67pr1schfnm-python3.7-chalice-1.21.2
├── bin
│   └── chalice
├── lib
│   └── python3.7
│   └── site-packages
│   ├── chalice
│   │   ├── analyzer.py
│   │   ├── app.py
│   │   ├── awsclient.py
│   │   ├── cli
│   │   │   ├── factory.py
│   │   │   ├── filewatch
│   │   │   │   ├── eventbased.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── eventbased.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── stat.cpython-37.pyc
│   │   │   │   └── stat.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── factory.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── reloader.cpython-37.pyc
│   │   │   └── reloader.py
│   │   ├── compat.py
│   │   ├── config.py
│   │   ├── constants.py
│   │   ├── deploy
│   │   │   ├── appgraph.py
│   │   │   ├── deployer.py
│   │   │   ├── executor.py
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   ├── packager.py
│   │   │   ├── planner.py
│   │   │   ├── __pycache__
│   │   │   │   ├── appgraph.cpython-37.pyc
│   │   │   │   ├── deployer.cpython-37.pyc
│   │   │   │   ├── executor.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   ├── packager.cpython-37.pyc
│   │   │   │   ├── planner.cpython-37.pyc
│   │   │   │   ├── swagger.cpython-37.pyc
│   │   │   │   ├── sweeper.cpython-37.pyc
│   │   │   │   └── validate.cpython-37.pyc
│   │   │   ├── swagger.py
│   │   │   ├── sweeper.py
│   │   │   └── validate.py
│   │   ├── __init__.py
│   │   ├── invoke.py
│   │   ├── local.py
│   │   ├── logs.py
│   │   ├── package.py
│   │   ├── pipeline.py
│   │   ├── policies-extra.json
│   │   ├── policies.json
│   │   ├── policy.py
│   │   ├── __pycache__
│   │   │   ├── analyzer.cpython-37.pyc
│   │   │   ├── app.cpython-37.pyc
│   │   │   ├── awsclient.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── invoke.cpython-37.pyc
│   │   │   ├── local.cpython-37.pyc
│   │   │   ├── logs.cpython-37.pyc
│   │   │   ├── package.cpython-37.pyc
│   │   │   ├── pipeline.cpython-37.pyc
│   │   │   ├── policy.cpython-37.pyc
│   │   │   ├── test.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── test.py
│   │   ├── utils.py
│   │   └── vendored
│   │   ├── botocore
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── regions.cpython-37.pyc
│   │   │   └── regions.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── chalice-1.21.2.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── NOTICE
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
18 directories, 81 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment