File size: 7,639 Bytes
1d777c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
AUTHORS.md
CHANGELOG.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
conda/__init__.py
conda/__main__.py
conda/__version__.py
conda/activate.py
conda/api.py
conda/deprecations.py
conda/exceptions.py
conda/exports.py
conda/history.py
conda/instructions.py
conda/lock.py
conda/misc.py
conda/plan.py
conda/resolve.py
conda/utils.py
conda.egg-info/PKG-INFO
conda.egg-info/SOURCES.txt
conda.egg-info/dependency_links.txt
conda.egg-info/entry_points.txt
conda.egg-info/not-zip-safe
conda.egg-info/requires.txt
conda.egg-info/top_level.txt
conda/../conda/shell/cli-32.exe
conda/../conda/shell/cli-64.exe
conda/../conda/shell/conda.xsh
conda/../conda/shell/conda_icon.ico
conda/../conda/shell/Library/bin/conda.bat
conda/../conda/shell/Scripts/activate.bat
conda/../conda/shell/bin/activate
conda/../conda/shell/bin/conda
conda/../conda/shell/bin/deactivate
conda/../conda/shell/condabin/Conda.psm1
conda/../conda/shell/condabin/_conda_activate.bat
conda/../conda/shell/condabin/activate.bat
conda/../conda/shell/condabin/conda-hook.ps1
conda/../conda/shell/condabin/conda.bat
conda/../conda/shell/condabin/conda_auto_activate.bat
conda/../conda/shell/condabin/conda_hook.bat
conda/../conda/shell/condabin/deactivate.bat
conda/../conda/shell/condabin/rename_tmp.bat
conda/../conda/shell/etc/fish/conf.d/conda.fish
conda/../conda/shell/etc/profile.d/conda.csh
conda/../conda/shell/etc/profile.d/conda.sh
conda/_vendor/__init__.py
conda/_vendor/appdirs.py
conda/_vendor/distro.py
conda/_vendor/boltons/LICENSE
conda/_vendor/boltons/__init__.py
conda/_vendor/boltons/setutils.py
conda/_vendor/boltons/timeutils.py
conda/_vendor/cpuinfo/__init__.py
conda/_vendor/cpuinfo/cpuinfo.py
conda/_vendor/frozendict/__init__.py
conda/_vendor/toolz/__init__.py
conda/_vendor/toolz/compatibility.py
conda/_vendor/toolz/dicttoolz.py
conda/_vendor/toolz/itertoolz.py
conda/_vendor/toolz/recipes.py
conda/_vendor/toolz/utils.py
conda/_vendor/tqdm/__init__.py
conda/_vendor/tqdm/__main__.py
conda/_vendor/tqdm/_main.py
conda/_vendor/tqdm/_monitor.py
conda/_vendor/tqdm/_tqdm.py
conda/_vendor/tqdm/_utils.py
conda/_vendor/tqdm/asyncio.py
conda/_vendor/tqdm/auto.py
conda/_vendor/tqdm/cli.py
conda/_vendor/tqdm/std.py
conda/_vendor/tqdm/utils.py
conda/_vendor/tqdm/version.py
conda/auxlib/LICENSE
conda/auxlib/__init__.py
conda/auxlib/collection.py
conda/auxlib/compat.py
conda/auxlib/decorators.py
conda/auxlib/entity.py
conda/auxlib/exceptions.py
conda/auxlib/ish.py
conda/auxlib/logz.py
conda/auxlib/packaging.py
conda/auxlib/type_coercion.py
conda/base/__init__.py
conda/base/constants.py
conda/base/context.py
conda/base/exceptions.py
conda/cli/__init__.py
conda/cli/common.py
conda/cli/conda_argparse.py
conda/cli/find_commands.py
conda/cli/install.py
conda/cli/main.py
conda/cli/main_clean.py
conda/cli/main_compare.py
conda/cli/main_config.py
conda/cli/main_create.py
conda/cli/main_info.py
conda/cli/main_init.py
conda/cli/main_install.py
conda/cli/main_list.py
conda/cli/main_notices.py
conda/cli/main_package.py
conda/cli/main_pip.py
conda/cli/main_remove.py
conda/cli/main_rename.py
conda/cli/main_run.py
conda/cli/main_search.py
conda/cli/main_update.py
conda/cli/python_api.py
conda/common/__init__.py
conda/common/_logic.py
conda/common/compat.py
conda/common/configuration.py
conda/common/constants.py
conda/common/cuda.py
conda/common/decorators.py
conda/common/disk.py
conda/common/io.py
conda/common/iterators.py
conda/common/logic.py
conda/common/path.py
conda/common/serialize.py
conda/common/signals.py
conda/common/toposort.py
conda/common/url.py
conda/common/_os/__init__.py
conda/common/_os/linux.py
conda/common/_os/unix.py
conda/common/_os/windows.py
conda/common/pkg_formats/__init__.py
conda/common/pkg_formats/python.py
conda/core/__init__.py
conda/core/envs_manager.py
conda/core/index.py
conda/core/initialize.py
conda/core/link.py
conda/core/package_cache.py
conda/core/package_cache_data.py
conda/core/path_actions.py
conda/core/portability.py
conda/core/prefix_data.py
conda/core/solve.py
conda/core/subdir_data.py
conda/gateways/__init__.py
conda/gateways/anaconda_client.py
conda/gateways/logging.py
conda/gateways/subprocess.py
conda/gateways/connection/__init__.py
conda/gateways/connection/download.py
conda/gateways/connection/session.py
conda/gateways/connection/adapters/__init__.py
conda/gateways/connection/adapters/ftp.py
conda/gateways/connection/adapters/localfs.py
conda/gateways/connection/adapters/s3.py
conda/gateways/disk/__init__.py
conda/gateways/disk/create.py
conda/gateways/disk/delete.py
conda/gateways/disk/link.py
conda/gateways/disk/permissions.py
conda/gateways/disk/read.py
conda/gateways/disk/test.py
conda/gateways/disk/update.py
conda/gateways/repodata/__init__.py
conda/gateways/repodata/lock.py
conda/gateways/repodata/jlap/__init__.py
conda/gateways/repodata/jlap/core.py
conda/gateways/repodata/jlap/fetch.py
conda/gateways/repodata/jlap/interface.py
conda/models/__init__.py
conda/models/channel.py
conda/models/dist.py
conda/models/enums.py
conda/models/leased_path_entry.py
conda/models/match_spec.py
conda/models/package_info.py
conda/models/prefix_graph.py
conda/models/records.py
conda/models/version.py
conda/notices/__init__.py
conda/notices/cache.py
conda/notices/core.py
conda/notices/fetch.py
conda/notices/types.py
conda/notices/views.py
conda/plugins/__init__.py
conda/plugins/hookspec.py
conda/plugins/manager.py
conda/plugins/solvers.py
conda/plugins/types.py
conda/plugins/virtual_packages/__init__.py
conda/plugins/virtual_packages/archspec.py
conda/plugins/virtual_packages/cuda.py
conda/plugins/virtual_packages/linux.py
conda/plugins/virtual_packages/osx.py
conda/plugins/virtual_packages/windows.py
conda/testing/__init__.py
conda/testing/cases.py
conda/testing/fixtures.py
conda/testing/helpers.py
conda/testing/integration.py
conda/testing/solver_helpers.py
conda/testing/gateways/__init__.py
conda/testing/gateways/fixtures.py
conda/testing/notices/__init__.py
conda/testing/notices/fixtures.py
conda/testing/notices/helpers.py
conda/trust/__init__.py
conda/trust/constants.py
conda/trust/signature_verification.py
conda_env/__init__.py
conda_env/__main__.py
conda_env/env.py
conda_env/pip_util.py
conda_env/../conda/shell/cli-32.exe
conda_env/../conda/shell/cli-64.exe
conda_env/../conda/shell/conda.xsh
conda_env/../conda/shell/conda_icon.ico
conda_env/../conda/shell/Library/bin/conda.bat
conda_env/../conda/shell/Scripts/activate.bat
conda_env/../conda/shell/bin/activate
conda_env/../conda/shell/bin/conda
conda_env/../conda/shell/bin/deactivate
conda_env/../conda/shell/condabin/Conda.psm1
conda_env/../conda/shell/condabin/_conda_activate.bat
conda_env/../conda/shell/condabin/activate.bat
conda_env/../conda/shell/condabin/conda-hook.ps1
conda_env/../conda/shell/condabin/conda.bat
conda_env/../conda/shell/condabin/conda_auto_activate.bat
conda_env/../conda/shell/condabin/conda_hook.bat
conda_env/../conda/shell/condabin/deactivate.bat
conda_env/../conda/shell/condabin/rename_tmp.bat
conda_env/../conda/shell/etc/fish/conf.d/conda.fish
conda_env/../conda/shell/etc/profile.d/conda.csh
conda_env/../conda/shell/etc/profile.d/conda.sh
conda_env/cli/__init__.py
conda_env/cli/common.py
conda_env/cli/main.py
conda_env/cli/main_config.py
conda_env/cli/main_create.py
conda_env/cli/main_export.py
conda_env/cli/main_list.py
conda_env/cli/main_remove.py
conda_env/cli/main_update.py
conda_env/cli/main_vars.py
conda_env/installers/__init__.py
conda_env/installers/base.py
conda_env/installers/conda.py
conda_env/installers/pip.py
conda_env/specs/__init__.py
conda_env/specs/binstar.py
conda_env/specs/requirements.py
conda_env/specs/yaml_file.py