kbasic 0.1.8__tar.gz → 0.1.9__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.3
2
2
  Name: kbasic
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Keyan's basic utility functions.
5
5
  Requires-Dist: numpy>=2.4.2
6
6
  Requires-Dist: pylatexenc>=2.10
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "kbasic"
3
- version = "0.1.8"
3
+ version = "0.1.9"
4
4
  description = "Keyan's basic utility functions."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -10,13 +10,13 @@ isAnvil: bool = Folder("/anvil").exists
10
10
  isPC: bool = Folder("/Users").exists
11
11
  isWindows: bool = Folder("/C:").exists
12
12
  if isAnvil:
13
- from kgsim.environment.anvil import simulationDir # so shit don't complain
14
- from kgsim.environment.anvil import *
13
+ from kbasic.environment.anvil import simulationDir # so shit don't complain
14
+ from kbasic.environment.anvil import *
15
15
  elif isPC:
16
16
  user = File(__file__).path.lower().split('/')[2]
17
17
  match user:
18
- case 'keyan': from kgsim.environment.Keyan import *
19
- case _: from kgsim.environment.defaultPC import *
18
+ case 'keyan': from kbasic.environment.Keyan import *
19
+ case _: from kbasic.environment.defaultPC import *
20
20
  # !==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==
21
21
  # >-|===|> Functions <|===|-<
22
22
  # !==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==
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
File without changes
File without changes