kmisc 2.1.106__tar.gz → 2.1.107__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: kmisc
3
- Version: 2.1.106
3
+ Version: 2.1.107
4
4
  Summary: Enginering useful library
5
5
  Home-page: https://github.com/kagepark/kmisc
6
6
  Author: Kage Park
@@ -2091,21 +2091,6 @@ def Decompress(data,mode='lz4',work_path='/tmp',del_org_file=False,file_info={})
2091
2091
  if del_org_file: os.unline(data)
2092
2092
  return True
2093
2093
 
2094
- def ls(dirname,opt=''):
2095
- if not IsNone(dirname) and os.path.isdir(dirname):
2096
- dirlist=[]
2097
- dirinfo_a=list(os.walk(dirname))
2098
- if not IsNone(dirinfo_a):
2099
- dirinfo=dirinfo_a[0]
2100
- if opt == 'd':
2101
- dirlist=Get(dirinfo,1)
2102
- elif opt == 'f':
2103
- dirlist=Get(dirinfo,2)
2104
- else:
2105
- dirlist=Get(dirinfo,1)+Get(dirinfo,2)
2106
- return dirlist
2107
- return False
2108
-
2109
2094
  def append(src,addendum):
2110
2095
  type_src=type(src)
2111
2096
  type_data=type(addendum)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kmisc
3
- Version: 2.1.106
3
+ Version: 2.1.107
4
4
  Summary: Enginering useful library
5
5
  Home-page: https://github.com/kagepark/kmisc
6
6
  Author: Kage Park
File without changes
File without changes
File without changes
File without changes
File without changes