alblack52 0.0.2__tar.gz → 0.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alblack52
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: This is the simplest module for quick work with files.
5
5
  Author: __token__
6
6
  Author-email: mihajlovic.aleksa@gmail.com
@@ -152,7 +152,7 @@ def merge(lst):
152
152
  return print('alooooooooo')
153
153
 
154
154
 
155
- def insertion(lst):
155
+ def insertion():
156
156
  '''def insertion(lst):
157
157
  for i in range(1,len(lst)):
158
158
  key = lst[i]
@@ -163,3 +163,15 @@ def insertion(lst):
163
163
  lst[j+1] = key
164
164
  return lst'''
165
165
  return print('чел это рофлс')
166
+
167
+
168
+ def all():
169
+ '''insertion
170
+ merge
171
+ shall
172
+ quick
173
+ selection
174
+ bubble
175
+ cocktail
176
+ comb'''
177
+ return print('гаврилен')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alblack52
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: This is the simplest module for quick work with files.
5
5
  Author: __token__
6
6
  Author-email: mihajlovic.aleksa@gmail.com
@@ -5,9 +5,10 @@ def readme():
5
5
  with open('README.md', 'r') as f:
6
6
  return f.read()
7
7
 
8
+
8
9
  setup(
9
10
  name='alblack52',
10
- version='0.0.2',
11
+ version='0.0.3',
11
12
  author='__token__',
12
13
  description='This is the simplest module for quick work with files.',
13
14
  packages=['alblack52'],
File without changes
File without changes
File without changes