Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 26, 2020 13:03
Show Gist options
  • Save r-ryantm/a421f85fd17bea7c03f07cf482bf60ea to your computer and use it in GitHub Desktop.
Save r-ryantm/a421f85fd17bea7c03f07cf482bf60ea to your computer and use it in GitHub Desktop.
/nix/store/s31zq4iqb512j3l07b7jr18syk1pwhjy-python3.7-poetry-1.0.10
├── bin
│   └── poetry
├── lib
│   └── python3.7
│   └── site-packages
│   ├── poetry
│   │   ├── config
│   │   │   ├── config.py
│   │   │   ├── config_source.py
│   │   │   ├── dict_config_source.py
│   │   │   ├── file_config_source.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── config_source.cpython-37.pyc
│   │   │   ├── dict_config_source.cpython-37.pyc
│   │   │   ├── file_config_source.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── console
│   │   │   ├── application.py
│   │   │   ├── args
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── run_args_parser.cpython-37.pyc
│   │   │   │   └── run_args_parser.py
│   │   │   ├── commands
│   │   │   │   ├── about.py
│   │   │   │   ├── add.py
│   │   │   │   ├── build.py
│   │   │   │   ├── cache
│   │   │   │   │   ├── cache.py
│   │   │   │   │   ├── clear.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── cache.cpython-37.pyc
│   │   │   │   │   ├── clear.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── check.py
│   │   │   │   ├── command.py
│   │   │   │   ├── config.py
│   │   │   │   ├── debug
│   │   │   │   │   ├── debug.py
│   │   │   │   │   ├── info.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── debug.cpython-37.pyc
│   │   │   │   │   │   ├── info.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── resolve.cpython-37.pyc
│   │   │   │   │   └── resolve.py
│   │   │   │   ├── env
│   │   │   │   │   ├── env.py
│   │   │   │   │   ├── info.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── list.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── env.cpython-37.pyc
│   │   │   │   │   │   ├── info.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── list.cpython-37.pyc
│   │   │   │   │   │   ├── remove.cpython-37.pyc
│   │   │   │   │   │   └── use.cpython-37.pyc
│   │   │   │   │   ├── remove.py
│   │   │   │   │   └── use.py
│   │   │   │   ├── env_command.py
│   │   │   │   ├── export.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── init.py
│   │   │   │   ├── install.py
│   │   │   │   ├── lock.py
│   │   │   │   ├── new.py
│   │   │   │   ├── publish.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── about.cpython-37.pyc
│   │   │   │   │   ├── add.cpython-37.pyc
│   │   │   │   │   ├── build.cpython-37.pyc
│   │   │   │   │   ├── check.cpython-37.pyc
│   │   │   │   │   ├── command.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   ├── env_command.cpython-37.pyc
│   │   │   │   │   ├── export.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── init.cpython-37.pyc
│   │   │   │   │   ├── install.cpython-37.pyc
│   │   │   │   │   ├── lock.cpython-37.pyc
│   │   │   │   │   ├── new.cpython-37.pyc
│   │   │   │   │   ├── publish.cpython-37.pyc
│   │   │   │   │   ├── remove.cpython-37.pyc
│   │   │   │   │   ├── run.cpython-37.pyc
│   │   │   │   │   ├── search.cpython-37.pyc
│   │   │   │   │   ├── shell.cpython-37.pyc
│   │   │   │   │   ├── show.cpython-37.pyc
│   │   │   │   │   ├── update.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── remove.py
│   │   │   │   ├── run.py
│   │   │   │   ├── search.py
│   │   │   │   ├── self
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── self.cpython-37.pyc
│   │   │   │   │   │   └── update.cpython-37.pyc
│   │   │   │   │   ├── self.py
│   │   │   │   │   └── update.py
│   │   │   │   ├── shell.py
│   │   │   │   ├── show.py
│   │   │   │   ├── update.py
│   │   │   │   └── version.py
│   │   │   ├── config
│   │   │   │   ├── application_config.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── application_config.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── logging
│   │   │   │   ├── __init__.py
│   │   │   │   ├── io_formatter.py
│   │   │   │   ├── io_handler.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── io_formatter.cpython-37.pyc
│   │   │   │   └── io_handler.cpython-37.pyc
│   │   │   └── __pycache__
│   │   │   ├── application.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── exceptions.py
│   │   ├── factory.py
│   │   ├── __init__.py
│   │   ├── installation
│   │   │   ├── base_installer.py
│   │   │   ├── __init__.py
│   │   │   ├── installer.py
│   │   │   ├── noop_installer.py
│   │   │   ├── pip_installer.py
│   │   │   └── __pycache__
│   │   │   ├── base_installer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── installer.cpython-37.pyc
│   │   │   ├── noop_installer.cpython-37.pyc
│   │   │   └── pip_installer.cpython-37.pyc
│   │   ├── io
│   │   │   ├── __init__.py
│   │   │   ├── null_io.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── null_io.cpython-37.pyc
│   │   ├── json
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── schemas
│   │   │   └── poetry-schema.json
│   │   ├── layouts
│   │   │   ├── __init__.py
│   │   │   ├── layout.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── layout.cpython-37.pyc
│   │   │   │   ├── src.cpython-37.pyc
│   │   │   │   └── standard.cpython-37.pyc
│   │   │   ├── src.py
│   │   │   └── standard.py
│   │   ├── locations.py
│   │   ├── __main__.py
│   │   ├── masonry
│   │   │   ├── api.py
│   │   │   ├── builder.py
│   │   │   ├── builders
│   │   │   │   ├── builder.py
│   │   │   │   ├── complete.py
│   │   │   │   ├── editable.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── builder.cpython-37.pyc
│   │   │   │   │   ├── complete.cpython-37.pyc
│   │   │   │   │   ├── editable.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── sdist.cpython-37.pyc
│   │   │   │   │   └── wheel.cpython-37.pyc
│   │   │   │   ├── sdist.py
│   │   │   │   └── wheel.py
│   │   │   ├── __init__.py
│   │   │   ├── metadata.py
│   │   │   ├── publishing
│   │   │   │   ├── __init__.py
│   │   │   │   ├── publisher.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── publisher.cpython-37.pyc
│   │   │   │   │   └── uploader.cpython-37.pyc
│   │   │   │   └── uploader.py
│   │   │   ├── __pycache__
│   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   ├── builder.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── metadata.cpython-37.pyc
│   │   │   └── utils
│   │   │   ├── helpers.py
│   │   │   ├── include.py
│   │   │   ├── __init__.py
│   │   │   ├── module.py
│   │   │   ├── package_include.py
│   │   │   ├── __pycache__
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── include.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── module.cpython-37.pyc
│   │   │   │   ├── package_include.cpython-37.pyc
│   │   │   │   └── tags.cpython-37.pyc
│   │   │   └── tags.py
│   │   ├── mixology
│   │   │   ├── assignment.py
│   │   │   ├── failure.py
│   │   │   ├── incompatibility_cause.py
│   │   │   ├── incompatibility.py
│   │   │   ├── __init__.py
│   │   │   ├── partial_solution.py
│   │   │   ├── __pycache__
│   │   │   │   ├── assignment.cpython-37.pyc
│   │   │   │   ├── failure.cpython-37.pyc
│   │   │   │   ├── incompatibility_cause.cpython-37.pyc
│   │   │   │   ├── incompatibility.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── partial_solution.cpython-37.pyc
│   │   │   │   ├── result.cpython-37.pyc
│   │   │   │   ├── set_relation.cpython-37.pyc
│   │   │   │   ├── term.cpython-37.pyc
│   │   │   │   └── version_solver.cpython-37.pyc
│   │   │   ├── result.py
│   │   │   ├── set_relation.py
│   │   │   ├── term.py
│   │   │   └── version_solver.py
│   │   ├── packages
│   │   │   ├── constraints
│   │   │   │   ├── any_constraint.py
│   │   │   │   ├── base_constraint.py
│   │   │   │   ├── constraint.py
│   │   │   │   ├── empty_constraint.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── multi_constraint.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── any_constraint.cpython-37.pyc
│   │   │   │   │   ├── base_constraint.cpython-37.pyc
│   │   │   │   │   ├── constraint.cpython-37.pyc
│   │   │   │   │   ├── empty_constraint.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── multi_constraint.cpython-37.pyc
│   │   │   │   │   ├── union_constraint.cpython-37.pyc
│   │   │   │   │   └── wildcard_constraint.cpython-37.pyc
│   │   │   │   ├── union_constraint.py
│   │   │   │   └── wildcard_constraint.py
│   │   │   ├── dependency_package.py
│   │   │   ├── dependency.py
│   │   │   ├── directory_dependency.py
│   │   │   ├── file_dependency.py
│   │   │   ├── __init__.py
│   │   │   ├── locker.py
│   │   │   ├── package_collection.py
│   │   │   ├── package.py
│   │   │   ├── project_package.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dependency.cpython-37.pyc
│   │   │   │   ├── dependency_package.cpython-37.pyc
│   │   │   │   ├── directory_dependency.cpython-37.pyc
│   │   │   │   ├── file_dependency.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── locker.cpython-37.pyc
│   │   │   │   ├── package_collection.cpython-37.pyc
│   │   │   │   ├── package.cpython-37.pyc
│   │   │   │   ├── project_package.cpython-37.pyc
│   │   │   │   ├── url_dependency.cpython-37.pyc
│   │   │   │   └── vcs_dependency.cpython-37.pyc
│   │   │   ├── url_dependency.py
│   │   │   ├── utils
│   │   │   │   ├── __init__.py
│   │   │   │   ├── link.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── link.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   └── utils.py
│   │   │   └── vcs_dependency.py
│   │   ├── poetry.py
│   │   ├── puzzle
│   │   │   ├── dependencies.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── install.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── install.cpython-37.pyc
│   │   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   │   ├── uninstall.cpython-37.pyc
│   │   │   │   │   └── update.cpython-37.pyc
│   │   │   │   ├── uninstall.py
│   │   │   │   └── update.py
│   │   │   ├── provider.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dependencies.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   └── solver.cpython-37.pyc
│   │   │   └── solver.py
│   │   ├── __pycache__
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── factory.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── locations.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── poetry.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   ├── repositories
│   │   │   ├── auth.py
│   │   │   ├── base_repository.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── installed_repository.py
│   │   │   ├── legacy_repository.py
│   │   │   ├── pool.py
│   │   │   ├── __pycache__
│   │   │   │   ├── auth.cpython-37.pyc
│   │   │   │   ├── base_repository.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── installed_repository.cpython-37.pyc
│   │   │   │   ├── legacy_repository.cpython-37.pyc
│   │   │   │   ├── pool.cpython-37.pyc
│   │   │   │   ├── pypi_repository.cpython-37.pyc
│   │   │   │   ├── remote_repository.cpython-37.pyc
│   │   │   │   └── repository.cpython-37.pyc
│   │   │   ├── pypi_repository.py
│   │   │   ├── remote_repository.py
│   │   │   └── repository.py
│   │   ├── semver
│   │   │   ├── empty_constraint.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── patterns.py
│   │   │   ├── __pycache__
│   │   │   │   ├── empty_constraint.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── patterns.cpython-37.pyc
│   │   │   │   ├── version_constraint.cpython-37.pyc
│   │   │   │   ├── version.cpython-37.pyc
│   │   │   │   ├── version_range.cpython-37.pyc
│   │   │   │   └── version_union.cpython-37.pyc
│   │   │   ├── version_constraint.py
│   │   │   ├── version.py
│   │   │   ├── version_range.py
│   │   │   └── version_union.py
│   │   ├── spdx
│   │   │   ├── data
│   │   │   │   └── licenses.json
│   │   │   ├── __init__.py
│   │   │   ├── license.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── license.cpython-37.pyc
│   │   │   │   └── updater.cpython-37.pyc
│   │   │   └── updater.py
│   │   ├── utils
│   │   │   ├── appdirs.py
│   │   │   ├── _compat.py
│   │   │   ├── env.py
│   │   │   ├── exporter.py
│   │   │   ├── extras.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── inspector.py
│   │   │   ├── password_manager.py
│   │   │   ├── patterns.py
│   │   │   ├── __pycache__
│   │   │   │   ├── appdirs.cpython-37.pyc
│   │   │   │   ├── _compat.cpython-37.pyc
│   │   │   │   ├── env.cpython-37.pyc
│   │   │   │   ├── exporter.cpython-37.pyc
│   │   │   │   ├── extras.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── inspector.cpython-37.pyc
│   │   │   │   ├── password_manager.cpython-37.pyc
│   │   │   │   ├── patterns.cpython-37.pyc
│   │   │   │   ├── setup_reader.cpython-37.pyc
│   │   │   │   ├── shell.cpython-37.pyc
│   │   │   │   └── toml_file.cpython-37.pyc
│   │   │   ├── setup_reader.py
│   │   │   ├── shell.py
│   │   │   └── toml_file.py
│   │   ├── vcs
│   │   │   ├── git.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── git.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── _vendor
│   │   ├── version
│   │   │   ├── base.py
│   │   │   ├── exceptions.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── legacy_version.py
│   │   │   ├── markers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── legacy_version.cpython-37.pyc
│   │   │   │   ├── markers.cpython-37.pyc
│   │   │   │   ├── requirements.cpython-37.pyc
│   │   │   │   ├── specifiers.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   ├── version.cpython-37.pyc
│   │   │   │   └── version_selector.cpython-37.pyc
│   │   │   ├── requirements.py
│   │   │   ├── specifiers.py
│   │   │   ├── utils.py
│   │   │   ├── version.py
│   │   │   └── version_selector.py
│   │   └── __version__.py
│   └── poetry-1.0.10.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── poetry
├── fish
│   └── vendor_completions.d
│   └── poetry.fish
└── zsh
└── vendor-completions
└── _poetry
78 directories, 370 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment