making-with-code-cli 2.0.2__py3-none-any.whl → 2.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,10 +28,7 @@ from making_with_code_cli.setup.tasks import (
28
28
  choose_work_dir,
29
29
  choose_course,
30
30
  choose_editor,
31
- MWCShellConfig,
32
- InstallHomebrew,
33
31
  InstallXCode,
34
- WriteShellConfig,
35
32
  InstallPoetry,
36
33
  InstallGit,
37
34
  InstallTree,
@@ -83,10 +80,8 @@ def setup(ctx, config, debug):
83
80
  write_settings(settings, config)
84
81
 
85
82
  task_classes = [
86
- MWCShellConfig,
87
83
  InstallXCode,
88
84
  InstallPoetry,
89
- WriteShellConfig,
90
85
  InstallGit,
91
86
  InstallTree,
92
87
  InstallVSCode,
@@ -245,6 +245,7 @@ class SetupTask:
245
245
  def executable_on_path(self, name):
246
246
  return bool(run(f"which {name}", shell=True, capture_output=True).stdout)
247
247
 
248
+ # DEPRECATED
248
249
  class MWCShellConfig(SetupTask):
249
250
  """Writes a line in the rc shell config file sourcing ~/.mwc_rc.
250
251
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: making-with-code-cli
3
- Version: 2.0.2
3
+ Version: 2.0.4
4
4
  Summary: Courseware for Making With Code
5
5
  Home-page: https://github.com/cproctor/making-with-code-courseware
6
6
  License: MIT
@@ -8,8 +8,8 @@ making_with_code_cli/git_wrapper.py,sha256=qSkFdZG2OAww_-eBzAg3tYJODdHS91tEmvRJt
8
8
  making_with_code_cli/helpers.py,sha256=n1ZT5Gfg3997qMVC7sAqXeWmVxjVNKL2h_tHjfuZ41k,266
9
9
  making_with_code_cli/mwc_accounts_api.py,sha256=IW3cq8WepBt76n4ELSXipCHy-9NqMNZRjkFyQvPz92s,1765
10
10
  making_with_code_cli/settings.py,sha256=kRBUJWj5f0cUm9k_jd1SmjswxZtHrmpb9qB2uYXac9s,1625
11
- making_with_code_cli/setup/__init__.py,sha256=yG-lCNQRp3cDoSsnhGndg5-Z_CGRuTDU8Or0idjCW1g,3579
12
- making_with_code_cli/setup/tasks.py,sha256=ZFxGoIKIIPKwL5ALq3sA28sKaWjOfdE7Ala8txirJ7E,15776
11
+ making_with_code_cli/setup/__init__.py,sha256=aSVNO769ML-C3QphiAPzXWOKa3sf5ELd6PwDxhGYvyo,3466
12
+ making_with_code_cli/setup/tasks.py,sha256=vILrtk-4awusou1idIxtbNmSjms_aUt_ECAGMJHVW4M,15789
13
13
  making_with_code_cli/styles.py,sha256=ZKbs-Grq1aF3wV8scwQxMO1UjnphuIccdNzksLxAo_A,910
14
14
  making_with_code_cli/submit.py,sha256=gWnueoyvZVdJdSLxOBSS0Qvx_8OdQB5VonQ1p7hjYSA,1207
15
15
  making_with_code_cli/teach/__init__.py,sha256=GpytJX0og7q6obkBLUdppsJpUU_G_i948gX5O-Djdpc,448
@@ -26,7 +26,7 @@ making_with_code_cli/teach/test/test_module.py,sha256=qLCqC8RCb0p_hDTholfp-PgnPA
26
26
  making_with_code_cli/teach/update.py,sha256=nvEiaTxc57F9bFlOtwdz-jhDk00tk1Az4GvKuqPbpJs,1850
27
27
  making_with_code_cli/update/__init__.py,sha256=ZJJolyJL4x7li-HUYiA_HYvvwQ59SDMVUPMPRN1xun4,2613
28
28
  making_with_code_cli/version.py,sha256=4t7TOR5OlBrLFy7jrtS_d6FtIReco1NDdVPQoCb6Jx8,286
29
- making_with_code_cli-2.0.2.dist-info/METADATA,sha256=Fo3jGIv5t08KxZU30kPTyM5vnYm8bbGyOdNEHRqFTPc,2224
30
- making_with_code_cli-2.0.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
31
- making_with_code_cli-2.0.2.dist-info/entry_points.txt,sha256=XnS9X6fVIRhBnRwWh7cSi4AKG5rDUqVGeH9EPKKNdVg,52
32
- making_with_code_cli-2.0.2.dist-info/RECORD,,
29
+ making_with_code_cli-2.0.4.dist-info/METADATA,sha256=wCUI8XExHD3RlVQ2OLvsIHAMkRhfWkqARGE8C7AZvu4,2224
30
+ making_with_code_cli-2.0.4.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
31
+ making_with_code_cli-2.0.4.dist-info/entry_points.txt,sha256=XnS9X6fVIRhBnRwWh7cSi4AKG5rDUqVGeH9EPKKNdVg,52
32
+ making_with_code_cli-2.0.4.dist-info/RECORD,,