skilleter-thingy 0.0.28__tar.gz → 0.0.30__tar.gz

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.

Potentially problematic release.


This version of skilleter-thingy might be problematic. Click here for more details.

Files changed (71) hide show
  1. {skilleter_thingy-0.0.28/skilleter_thingy.egg-info → skilleter_thingy-0.0.30}/PKG-INFO +1 -1
  2. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/pyproject.toml +1 -1
  3. skilleter_thingy-0.0.30/skilleter_thingy/__init__.py +4 -0
  4. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/console_colours.py +1 -1
  5. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/docker_purge.py +2 -2
  6. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/ffind.py +5 -5
  7. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/ggit.py +2 -2
  8. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/ggrep.py +2 -2
  9. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_br.py +2 -2
  10. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_ca.py +3 -3
  11. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_cleanup.py +2 -2
  12. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_co.py +2 -2
  13. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_common.py +2 -2
  14. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_hold.py +2 -2
  15. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_mr.py +2 -2
  16. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_parent.py +2 -2
  17. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_review.py +5 -5
  18. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_update.py +2 -2
  19. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/git_wt.py +1 -1
  20. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/gitcmp_helper.py +6 -6
  21. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/gitprompt.py +2 -2
  22. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/gl.py +2 -2
  23. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/gphotosync.py +1 -1
  24. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/linecount.py +1 -1
  25. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/phototidier.py +1 -1
  26. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/readable.py +2 -2
  27. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/remdir.py +2 -2
  28. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/rpylint.py +1 -1
  29. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/tfm.py +2 -2
  30. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/tfparse.py +1 -1
  31. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/dircolors.py +2 -2
  32. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/docker.py +1 -1
  33. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/files.py +1 -1
  34. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/git.py +3 -3
  35. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/git2.py +2 -2
  36. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/gitlab.py +1 -1
  37. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/path.py +1 -1
  38. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/process.py +1 -1
  39. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/run.py +2 -2
  40. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/tfm_pane.py +3 -3
  41. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/trimpath.py +2 -2
  42. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30/skilleter_thingy.egg-info}/PKG-INFO +1 -1
  43. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy.egg-info/SOURCES.txt +18 -18
  44. skilleter_thingy-0.0.28/skilleter_thingy/__init__.py +0 -0
  45. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/LICENSE +0 -0
  46. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/README.md +0 -0
  47. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/setup.cfg +0 -0
  48. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/addpath.py +0 -0
  49. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/borger.py +0 -0
  50. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/diskspacecheck.py +0 -0
  51. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/moviemover.py +0 -0
  52. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/photodupe.py +0 -0
  53. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/py_audit.py +0 -0
  54. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/rmdupe.py +0 -0
  55. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/splitpics.py +0 -0
  56. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/strreplace.py +0 -0
  57. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/sysmon.py +0 -0
  58. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/colour.py +0 -0
  59. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/dc_curses.py +0 -0
  60. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/dc_defaults.py +0 -0
  61. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/dc_util.py +0 -0
  62. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/logger.py +0 -0
  63. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/popup.py +0 -0
  64. {skilleter_thingy-0.0.28/skilleter_thingy → skilleter_thingy-0.0.30/skilleter_thingy/thingy}/tidy.py +0 -0
  65. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/window_rename.py +0 -0
  66. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/xchmod.py +0 -0
  67. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy/yamlcheck.py +0 -0
  68. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy.egg-info/dependency_links.txt +0 -0
  69. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy.egg-info/entry_points.txt +0 -0
  70. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy.egg-info/requires.txt +0 -0
  71. {skilleter_thingy-0.0.28 → skilleter_thingy-0.0.30}/skilleter_thingy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: skilleter_thingy
3
- Version: 0.0.28
3
+ Version: 0.0.30
4
4
  Summary: A collection of useful utilities, mainly aimed at making Git more friendly
5
5
  Author-email: John Skilleter <john@skilleter.org.uk>
6
6
  Project-URL: Home, https://skilleter.org.uk
@@ -7,7 +7,7 @@ name = "skilleter_thingy"
7
7
 
8
8
  # Version must be incremented to install updated Thingy
9
9
 
10
- version = "0.0.28"
10
+ version = "0.0.30"
11
11
 
12
12
  authors = [
13
13
  {name="John Skilleter", email="john@skilleter.org.uk"},
@@ -0,0 +1,4 @@
1
+ import os,
2
+ import sys
3
+
4
+ sys.path.append(os.path.dirname(os.path.realpath(__file__)))
@@ -11,7 +11,7 @@
11
11
 
12
12
  import sys
13
13
 
14
- from skilleter_thingy import colour
14
+ import thingy.colour as colour
15
15
 
16
16
  ################################################################################
17
17
 
@@ -13,8 +13,8 @@ import sys
13
13
  import re
14
14
  import argparse
15
15
 
16
- from skilleter_thingy import logger
17
- from skilleter_thingy import docker
16
+ import thingy.logger as logger
17
+ import thingy.docker as docker
18
18
 
19
19
  ################################################################################
20
20
 
@@ -28,11 +28,11 @@ import re
28
28
  import shlex
29
29
  import copy
30
30
 
31
- from skilleter_thingy import git
32
- from skilleter_thingy import logger
33
- from skilleter_thingy import run
34
- from skilleter_thingy import dircolors
35
- from skilleter_thingy import colour
31
+ import thingy.git as git
32
+ import thingy.logger as logger
33
+ import thingy.run as run
34
+ import thingy.dircolors as dircolors
35
+ import thingy.colour as colour
36
36
 
37
37
  ################################################################################
38
38
 
@@ -7,8 +7,8 @@ import os
7
7
  import subprocess
8
8
  import argparse
9
9
 
10
- from skilleter_thingy import git
11
- from skilleter_thingy import colour
10
+ import thingy.git as git
11
+ import thingy.colour as colour
12
12
 
13
13
  ################################################################################
14
14
 
@@ -13,8 +13,8 @@ import re
13
13
  import sys
14
14
  import argparse
15
15
 
16
- from skilleter_thingy import colour
17
- from skilleter_thingy import git
16
+ import thingy.colour as colour
17
+ import thingy.git as git
18
18
 
19
19
  ################################################################################
20
20
 
@@ -21,8 +21,8 @@ import datetime
21
21
  from dateutil.parser import parse
22
22
  from dateutil.relativedelta import relativedelta
23
23
 
24
- from skilleter_thingy import git
25
- from skilleter_thingy import colour
24
+ import thingy.git as git
25
+ import thingy.colour as colour
26
26
 
27
27
  ################################################################################
28
28
 
@@ -16,9 +16,9 @@ import os
16
16
  import argparse
17
17
  import sys
18
18
 
19
- from skilleter_thingy import colour
20
- from skilleter_thingy import git
21
- from skilleter_thingy import logger
19
+ import thingy.colour as colour
20
+ import thingy.git as git
21
+ import thingy.logger as logger
22
22
 
23
23
  ################################################################################
24
24
 
@@ -13,8 +13,8 @@ import sys
13
13
  import argparse
14
14
  import logging
15
15
 
16
- from skilleter_thingy import git
17
- from skilleter_thingy import colour
16
+ import thingy.git as git
17
+ import thingy.colour as colour
18
18
 
19
19
  ################################################################################
20
20
  # Constants
@@ -24,8 +24,8 @@ import logging
24
24
  import sys
25
25
  import argparse
26
26
 
27
- from skilleter_thingy import git
28
- from skilleter_thingy import colour
27
+ import thingy.git as git
28
+ import thingy.colour as colour
29
29
 
30
30
  assert sys.version_info.major >= 3 and sys.version_info.minor >= 6
31
31
 
@@ -9,8 +9,8 @@ Report the oldest commit in common in the history of two commits
9
9
  import sys
10
10
  import argparse
11
11
 
12
- from skilleter_thingy import colour
13
- from skilleter_thingy import git
12
+ import thingy.colour as colour
13
+ import thingy.git as git
14
14
 
15
15
  ################################################################################
16
16
 
@@ -6,8 +6,8 @@ import sys
6
6
  import argparse
7
7
  import fnmatch
8
8
 
9
- from skilleter_thingy import colour
10
- from skilleter_thingy import git
9
+ import thingy.colour as colour
10
+ import thingy.git as git
11
11
 
12
12
  ################################################################################
13
13
  # Prefix for tags representing archived branches
@@ -8,8 +8,8 @@ import logging
8
8
  import sys
9
9
  import argparse
10
10
 
11
- from skilleter_thingy import git
12
- from skilleter_thingy import colour
11
+ import thingy.git as git
12
+ import thingy.colour as colour
13
13
 
14
14
  ################################################################################
15
15
 
@@ -10,8 +10,8 @@ the distance to the potential parent.
10
10
  import argparse
11
11
  import sys
12
12
 
13
- from skilleter_thingy import git
14
- from skilleter_thingy import colour
13
+ import thingy.git as git
14
+ import thingy.colour as colour
15
15
 
16
16
  ################################################################################
17
17
 
@@ -52,9 +52,9 @@ import subprocess
52
52
  import time
53
53
  from enum import IntEnum
54
54
 
55
- from skilleter_thingy import git
56
- from skilleter_thingy import dc_curses
57
- from skilleter_thingy import colour
55
+ import thingy.git as git
56
+ import thingy.dc_curses as dc_curses
57
+ import thingy.colour as colour
58
58
 
59
59
  ################################################################################
60
60
  # Colour pair codes
@@ -1285,9 +1285,9 @@ def parse_command_line():
1285
1285
  if args.debug:
1286
1286
  from pudb.remote import set_trace
1287
1287
  set_trace()
1288
-
1288
+
1289
1289
  # Move to a new directory, if required
1290
-
1290
+
1291
1291
  if args.dir:
1292
1292
  os.chdir(args.dir)
1293
1293
 
@@ -26,8 +26,8 @@ import argparse
26
26
  import fnmatch
27
27
  import logging
28
28
 
29
- from skilleter_thingy import git
30
- from skilleter_thingy import colour
29
+ import thingy.git as git
30
+ import thingy.colour as colour
31
31
 
32
32
  ################################################################################
33
33
 
@@ -14,7 +14,7 @@ import sys
14
14
  import argparse
15
15
  import os
16
16
 
17
- from skilleter_thingy import git2 as git
17
+ import thingy.git2 as git as git2
18
18
 
19
19
  ################################################################################
20
20
 
@@ -43,12 +43,12 @@ import argparse
43
43
  import filecmp
44
44
  import re
45
45
 
46
- from skilleter_thingy import logger
47
- from skilleter_thingy import colour
48
- from skilleter_thingy import run
49
- from skilleter_thingy import files
50
- from skilleter_thingy import git
51
- from skilleter_thingy import dircolors
46
+ import thingy.logger as logger
47
+ import thingy.colour as colour
48
+ import thingy.run as run
49
+ import thingy.files as files
50
+ import thingy.git as git
51
+ import thingy.dircolors as dircolors
52
52
 
53
53
  ################################################################################
54
54
  # Constants
@@ -49,8 +49,8 @@ import os
49
49
  import sys
50
50
  import argparse
51
51
 
52
- from skilleter_thingy import git
53
- from skilleter_thingy import colour
52
+ import thingy.git as git
53
+ import thingy.colour as colour
54
54
 
55
55
  ################################################################################
56
56
  # Constants
@@ -13,8 +13,8 @@ import os
13
13
  import sys
14
14
  from collections import defaultdict
15
15
 
16
- from skilleter_thingy import colour
17
- from skilleter_thingy import gitlab
16
+ import thingy.colour as colour
17
+ import thingy.gitlab as gitlab
18
18
 
19
19
  ################################################################################
20
20
 
@@ -26,7 +26,7 @@ from collections import defaultdict
26
26
  from dateutil.relativedelta import relativedelta
27
27
  from PIL import Image, ExifTags
28
28
 
29
- from skilleter_thingy import colour
29
+ import thingy.colour as colour
30
30
 
31
31
  ################################################################################
32
32
 
@@ -11,7 +11,7 @@ import argparse
11
11
 
12
12
  import filetype
13
13
 
14
- from skilleter_thingy import files
14
+ import thingy.files as files
15
15
 
16
16
  ################################################################################
17
17
 
@@ -26,7 +26,7 @@ from PIL import UnidentifiedImageError
26
26
  from PIL import Image
27
27
  from PIL.ExifTags import TAGS
28
28
 
29
- from skilleter_thingy import colour
29
+ import thingy.colour as colour
30
30
 
31
31
  ################################################################################
32
32
 
@@ -21,8 +21,8 @@ import re
21
21
  import filecmp
22
22
  import shutil
23
23
 
24
- from skilleter_thingy import tidy
25
- from skilleter_thingy import files
24
+ import thingy.tidy as tidy
25
+ import thingy.files as files
26
26
 
27
27
  ################################################################################
28
28
 
@@ -26,8 +26,8 @@ import argparse
26
26
  import fnmatch
27
27
  import shutil
28
28
 
29
- from skilleter_thingy import colour
30
- from skilleter_thingy import logger
29
+ import thingy.colour as colour
30
+ import thingy.logger as logger
31
31
 
32
32
  log = logger.init('remdir')
33
33
 
@@ -12,7 +12,7 @@ import argparse
12
12
  import glob
13
13
 
14
14
  # TODO: Convert to use thingy.proc
15
- from skilleter_thingy import process
15
+ import thingy.process as process
16
16
 
17
17
  ################################################################################
18
18
 
@@ -89,8 +89,8 @@ from collections import defaultdict
89
89
  import threading
90
90
  import queue
91
91
 
92
- from skilleter_thingy import popup
93
- from skilleter_thingy import tfm_pane
92
+ import thingy.popup as popup
93
+ import thingy.tfm_pane as tfm_pane
94
94
 
95
95
  ################################################################################
96
96
  # Colour pair codes
@@ -12,7 +12,7 @@ import json
12
12
  import argparse
13
13
  from collections import defaultdict
14
14
 
15
- from skilleter_thingy import colour
15
+ import thingy.colour as colour
16
16
 
17
17
  ################################################################################
18
18
 
@@ -14,8 +14,8 @@ from io import StringIO, TextIOBase
14
14
  import os
15
15
  import stat
16
16
 
17
- from skilleter_thingy import dc_defaults
18
- from skilleter_thingy import dc_util
17
+ import thingy.dc_defaults as dc_defaults
18
+ import thingy.dc_util as dc_util
19
19
 
20
20
  __all__ = ['Dircolors']
21
21
 
@@ -13,7 +13,7 @@
13
13
  ################################################################################
14
14
 
15
15
  # TODO: Convert to use thingy.proc
16
- from skilleter_thingy import process
16
+ import thingy.process as process
17
17
 
18
18
  ################################################################################
19
19
 
@@ -13,7 +13,7 @@ import os
13
13
  import shutil
14
14
 
15
15
  # TODO: Convert to use thingy.proc
16
- from skilleter_thingy import process
16
+ import thingy.process as process
17
17
 
18
18
  ################################################################################
19
19
 
@@ -28,8 +28,8 @@ import logging
28
28
  import fnmatch
29
29
  import subprocess
30
30
 
31
- from skilleter_thingy import run
32
- from skilleter_thingy import gitlab
31
+ import thingy.run as run
32
+ import thingy.gitlab as gitlab
33
33
 
34
34
  ################################################################################
35
35
  # Configuration files to access
@@ -47,7 +47,7 @@ class GitError(run.RunError):
47
47
  ################################################################################
48
48
 
49
49
  def git(cmd, stdout=None, stderr=None):
50
- """ Wrapper for run.run that raises a GitError instead of RunError
50
+ """ Wrapper for thingy.run.run that raises a GitError instead of RunError
51
51
  so that Git module users do not to include the run module just
52
52
  to get the exception.
53
53
  Optionally redirect stdout and stderr as specified. """
@@ -29,8 +29,8 @@ import subprocess
29
29
 
30
30
  import pygit2
31
31
 
32
- from skilleter_thingy import run
33
- from skilleter_thingy import gitlab
32
+ import thingy.run as run
33
+ import thingy.gitlab as gitlab
34
34
 
35
35
  ################################################################################
36
36
  # Configuration files to access
@@ -26,7 +26,7 @@ import os
26
26
  try:
27
27
  import requests
28
28
  except ModuleNotFoundError:
29
- sys.stderr.write('This code requires the Python "requests" module which should be installed via Pip\n')
29
+ sys.stderr.write('This code requires the Python "requests" module which should be installed via your package manager\n')
30
30
  sys.exit(1)
31
31
 
32
32
  ################################################################################
@@ -11,7 +11,7 @@
11
11
 
12
12
  import os
13
13
 
14
- from skilleter_thingy import logger
14
+ import thingy.logger as logger
15
15
 
16
16
  ################################################################################
17
17
 
@@ -12,7 +12,7 @@
12
12
  import subprocess
13
13
  import sys
14
14
 
15
- from skilleter_thingy import logger
15
+ import thingy.logger as logger
16
16
 
17
17
  ################################################################################
18
18
 
@@ -23,8 +23,8 @@ import subprocess
23
23
  import threading
24
24
  import shlex
25
25
 
26
- from skilleter_thingy import colour
27
- from skilleter_thingy import tidy
26
+ import thingy.colour
27
+ import thingy.tidy
28
28
 
29
29
  ################################################################################
30
30
 
@@ -16,9 +16,9 @@ from enum import IntEnum
16
16
  if sys.platform == 'linux':
17
17
  import inotify.adapters
18
18
 
19
- from skilleter_thingy import dc_curses
20
- from skilleter_thingy import path
21
- from skilleter_thingy import popup
19
+ import thingy.dc_curses as dc_curses
20
+ import thingy.path as path
21
+ import thingy.popup as popup
22
22
 
23
23
  ################################################################################
24
24
 
@@ -14,8 +14,8 @@ import os
14
14
  import argparse
15
15
  import shutil
16
16
 
17
- from skilleter_thingy import path
18
- from skilleter_thingy import logger
17
+ import thingy.path as path
18
+ import thingy.logger as logger
19
19
 
20
20
  ################################################################################
21
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: skilleter_thingy
3
- Version: 0.0.28
3
+ Version: 0.0.30
4
4
  Summary: A collection of useful utilities, mainly aimed at making Git more friendly
5
5
  Author-email: John Skilleter <john@skilleter.org.uk>
6
6
  Project-URL: Home, https://skilleter.org.uk
@@ -4,21 +4,12 @@ pyproject.toml
4
4
  skilleter_thingy/__init__.py
5
5
  skilleter_thingy/addpath.py
6
6
  skilleter_thingy/borger.py
7
- skilleter_thingy/colour.py
8
7
  skilleter_thingy/console_colours.py
9
- skilleter_thingy/dc_curses.py
10
- skilleter_thingy/dc_defaults.py
11
- skilleter_thingy/dc_util.py
12
- skilleter_thingy/dircolors.py
13
8
  skilleter_thingy/diskspacecheck.py
14
- skilleter_thingy/docker.py
15
9
  skilleter_thingy/docker_purge.py
16
10
  skilleter_thingy/ffind.py
17
- skilleter_thingy/files.py
18
11
  skilleter_thingy/ggit.py
19
12
  skilleter_thingy/ggrep.py
20
- skilleter_thingy/git.py
21
- skilleter_thingy/git2.py
22
13
  skilleter_thingy/git_br.py
23
14
  skilleter_thingy/git_ca.py
24
15
  skilleter_thingy/git_cleanup.py
@@ -31,31 +22,23 @@ skilleter_thingy/git_review.py
31
22
  skilleter_thingy/git_update.py
32
23
  skilleter_thingy/git_wt.py
33
24
  skilleter_thingy/gitcmp_helper.py
34
- skilleter_thingy/gitlab.py
35
25
  skilleter_thingy/gitprompt.py
36
26
  skilleter_thingy/gl.py
37
27
  skilleter_thingy/gphotosync.py
38
28
  skilleter_thingy/linecount.py
39
- skilleter_thingy/logger.py
40
29
  skilleter_thingy/moviemover.py
41
- skilleter_thingy/path.py
42
30
  skilleter_thingy/photodupe.py
43
31
  skilleter_thingy/phototidier.py
44
- skilleter_thingy/popup.py
45
- skilleter_thingy/process.py
46
32
  skilleter_thingy/py_audit.py
47
33
  skilleter_thingy/readable.py
48
34
  skilleter_thingy/remdir.py
49
35
  skilleter_thingy/rmdupe.py
50
36
  skilleter_thingy/rpylint.py
51
- skilleter_thingy/run.py
52
37
  skilleter_thingy/splitpics.py
53
38
  skilleter_thingy/strreplace.py
54
39
  skilleter_thingy/sysmon.py
55
40
  skilleter_thingy/tfm.py
56
- skilleter_thingy/tfm_pane.py
57
41
  skilleter_thingy/tfparse.py
58
- skilleter_thingy/tidy.py
59
42
  skilleter_thingy/trimpath.py
60
43
  skilleter_thingy/window_rename.py
61
44
  skilleter_thingy/xchmod.py
@@ -65,4 +48,21 @@ skilleter_thingy.egg-info/SOURCES.txt
65
48
  skilleter_thingy.egg-info/dependency_links.txt
66
49
  skilleter_thingy.egg-info/entry_points.txt
67
50
  skilleter_thingy.egg-info/requires.txt
68
- skilleter_thingy.egg-info/top_level.txt
51
+ skilleter_thingy.egg-info/top_level.txt
52
+ skilleter_thingy/thingy/colour.py
53
+ skilleter_thingy/thingy/dc_curses.py
54
+ skilleter_thingy/thingy/dc_defaults.py
55
+ skilleter_thingy/thingy/dc_util.py
56
+ skilleter_thingy/thingy/dircolors.py
57
+ skilleter_thingy/thingy/docker.py
58
+ skilleter_thingy/thingy/files.py
59
+ skilleter_thingy/thingy/git.py
60
+ skilleter_thingy/thingy/git2.py
61
+ skilleter_thingy/thingy/gitlab.py
62
+ skilleter_thingy/thingy/logger.py
63
+ skilleter_thingy/thingy/path.py
64
+ skilleter_thingy/thingy/popup.py
65
+ skilleter_thingy/thingy/process.py
66
+ skilleter_thingy/thingy/run.py
67
+ skilleter_thingy/thingy/tfm_pane.py
68
+ skilleter_thingy/thingy/tidy.py
File without changes