libjam 0.0.10__py3-none-any.whl → 0.0.11__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.
libjam/drawer.py CHANGED
@@ -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 == '':
@@ -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
@@ -1,11 +1,11 @@
1
1
  libjam/__init__.py,sha256=iLE2y9r0Sfe3oIeoFHKwFIyLL6d_KcLP7fINd7pPAlY,145
2
2
  libjam/captain.py,sha256=igx-ecKJBI_vBN-pW7KmSEnmYMIHQEb9tFzpy5qHmI8,5636
3
3
  libjam/clipboard.py,sha256=5HxlO8ztLJPlnSCq4PncGvY4JGc9C4J2uHcepjC6zmg,3496
4
- libjam/drawer.py,sha256=ZK0baCuLqgmgwABgmig935HQVbQP05UXjd3P0drSSKQ,11975
4
+ libjam/drawer.py,sha256=vKL1iN8chHjXZRsTdmhE8qpDaZAgh7Orx5KtrvgplcE,12100
5
5
  libjam/flashcard.py,sha256=ulV4KPC3BRWLxwkQ87vsY0aM38nYpzOjUOISxTIRVDg,437
6
6
  libjam/notebook.py,sha256=4aLVRVTefiHMip44TERLJAXv88U8G6mYLqc1UvWsEfs,3108
7
7
  libjam/typewriter.py,sha256=waKY1sDxGzI2ZT5dSzFmLGbaNTIpEM5Zhg_OlPFUAng,3730
8
- libjam-0.0.10.dist-info/METADATA,sha256=Ql6PwuKRwtHaf01ad0sqxZwtjLmwwTxsMrrE7YFO0Zg,2141
9
- libjam-0.0.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- libjam-0.0.10.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
11
- libjam-0.0.10.dist-info/RECORD,,
8
+ libjam-0.0.11.dist-info/METADATA,sha256=Mhp9Dd0awHIauzbI3jl0udb3mxNAxrHtB49I1VeD6hM,2141
9
+ libjam-0.0.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ libjam-0.0.11.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
11
+ libjam-0.0.11.dist-info/RECORD,,