chname 2.1.3__py3-none-any.whl → 2.1.5__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.

Potentially problematic release.


This version of chname might be problematic. Click here for more details.

chname/__main__.py CHANGED
@@ -17,7 +17,7 @@ Options:
17
17
  -f, --fix=<maximum number of digits> Fixes numerical file names
18
18
  -h, --help Show this help screen
19
19
  -l, --lower Translates the filenames to lowercase
20
- --merge Merges the files in order specfied on command line
20
+ --merge Merges the files in order specified on command line
21
21
  -o, --order Take any input files and fluxes them in numerical order
22
22
  -p, --prepend=<prefix> Prefix to be prepended
23
23
  --random Randomizes the files
@@ -38,11 +38,12 @@ import sys
38
38
 
39
39
  from docopt import docopt
40
40
 
41
+ arguments = {}
41
42
 
42
43
  def main():
43
44
  """Main Method"""
44
45
  global arguments
45
- arguments = docopt(__doc__, version="chname 2.1.4")
46
+ arguments = docopt(__doc__, version="chname 2.1.5")
46
47
 
47
48
  if arguments["--test"]:
48
49
  arguments["--verbose"] = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: chname
3
- Version: 2.1.3
3
+ Version: 2.1.5
4
4
  Summary: Renames files in powerful ways
5
5
  License: MIT
6
6
  Author: Steve Scholnick
@@ -28,7 +28,7 @@ Options:
28
28
  -f, --fix=<maximum number of digits> Fixes numerical file names
29
29
  -h, --help Show this help screen
30
30
  -l, --lower Translates the filenames to lowercase
31
- --merge Merges the files in order specfied on command line
31
+ --merge Merges the files in order specified on command line
32
32
  -o, --order Take any input files and renames them in numerical order
33
33
  -p, --prepend=<prefix> Prefix to be prepended
34
34
  --random Randomizes the files
@@ -0,0 +1,7 @@
1
+ chname/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ chname/__main__.py,sha256=68bsw8qJ73McsnQPJMY_taSel1wE7LWIARWk1StgO6U,8466
3
+ chname-2.1.5.dist-info/LICENSE,sha256=wT_mfbxynx42y5DZ0-Kuf_pie3PaQPeK5nXUL8_V1WQ,1073
4
+ chname-2.1.5.dist-info/METADATA,sha256=F1qDTu5raYTNa0VT3kPuvVUGL3FFPqRwUgHmlxmY_Uk,2221
5
+ chname-2.1.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
6
+ chname-2.1.5.dist-info/entry_points.txt,sha256=l8ek6yn-OaGAak7ye2y-kPeGb6YMnYcwwHfQ1ygX6sk,47
7
+ chname-2.1.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- chname/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- chname/__main__.py,sha256=XgO4ct66Ml2sCVGB3CMIgFkQcmPEDnqBHyUDE8vNuAQ,8450
3
- chname-2.1.3.dist-info/LICENSE,sha256=wT_mfbxynx42y5DZ0-Kuf_pie3PaQPeK5nXUL8_V1WQ,1073
4
- chname-2.1.3.dist-info/METADATA,sha256=kyEYLgWR4Ya9-M5KrEQf3irZ5f6B3MIBB61I5k3Jcoo,2220
5
- chname-2.1.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
6
- chname-2.1.3.dist-info/entry_points.txt,sha256=l8ek6yn-OaGAak7ye2y-kPeGb6YMnYcwwHfQ1ygX6sk,47
7
- chname-2.1.3.dist-info/RECORD,,
File without changes