libjam 0.0.10__tar.gz → 0.0.11__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.4
2
2
  Name: libjam
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: A library jam for Python.
5
5
  Project-URL: Homepage, https://github.com/philippkosarev/libjam
6
6
  Project-URL: Issues, https://github.com/philippkosarev/libjam/issues
@@ -5,4 +5,4 @@ rm ./dist -r
5
5
  python3 -m build
6
6
 
7
7
  # Publish command:
8
- # python3 -m twine upload --repository pypi dist/*
8
+ # python3 -m twine upload --repository pypi dist/*
@@ -40,6 +40,11 @@ def realpaths(path: list):
40
40
  # Deals with files
41
41
  class Drawer:
42
42
 
43
+ # Converts the given path to absolute
44
+ def absolute_path(self, path):
45
+ path = realpath(path)
46
+ return outpath(path)
47
+
43
48
  # Returns True if give a path to folder
44
49
  def is_folder(self, path: str):
45
50
  if path == '':
@@ -14,7 +14,7 @@ include = [
14
14
 
15
15
  [project]
16
16
  name = "libjam"
17
- version = "0.0.10"
17
+ version = "0.0.11"
18
18
  authors = [
19
19
  { name="Philipp Kosarev", email="philipp.kosarev@gmail.com" },
20
20
  ]
@@ -1,3 +0,0 @@
1
- patool==4.0.0
2
- rarfile==4.2
3
- Send2Trash==1.8.3
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes