ose-core 0.2.5__py3-none-any.whl → 0.3.0__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.
ose/commands/__init__.py CHANGED
@@ -0,0 +1,13 @@
1
+ from .CLICommandContext import CLICommandContext
2
+ from .Command import Command
3
+ from .CommandContext import CommandContext
4
+ from .ImportExternalCommand import ImportExternalCommand
5
+ from .ReleaseCommandContext import ReleaseCommandContext
6
+
7
+ __all__ = [
8
+ "CLICommandContext",
9
+ "Command",
10
+ "CommandContext",
11
+ "ImportExternalCommand",
12
+ "ReleaseCommandContext",
13
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ose-core
3
- Version: 0.2.5
3
+ Version: 0.3.0
4
4
  Summary: Core library for OntoSpreadEd - Ontology spreadsheet editor
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: pandas
@@ -16,6 +16,11 @@ Requires-Dist: pyyaml
16
16
  Requires-Dist: dacite
17
17
  Requires-Dist: aiohttp
18
18
  Requires-Dist: async-lru
19
+ Requires-Dist: typing-extensions>=4.0
20
+ Requires-Dist: urllib3
21
+ Requires-Dist: GitHub-Flask
22
+ Requires-Dist: Flask-SQLAlchemy==3.1.1
23
+ Requires-Dist: Flask-Migrate
19
24
  Provides-Extra: dev
20
25
  Requires-Dist: pytest; extra == "dev"
21
26
  Requires-Dist: ruff; extra == "dev"
@@ -6,7 +6,7 @@ ose/commands/Command.py,sha256=po7nv0xp6yuQpKEIlkx2id1kUU_ah6edCYgCwmzjESE,684
6
6
  ose/commands/CommandContext.py,sha256=h7r3YTgfzh9q63FC079xZdmjOD_pQr-J7peNWlOdngk,524
7
7
  ose/commands/ImportExternalCommand.py,sha256=4aSLDD8yKddMgrQ1BCHtl2ldBmovsw6I52_ZEKG-2sc,3616
8
8
  ose/commands/ReleaseCommandContext.py,sha256=B--0UOms_-bsqVbofO9Z5GH8degEYbmmqmqFOBcfBew,2478
9
- ose/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ ose/commands/__init__.py,sha256=2S5gyBLi0B5a-9GtHfC0EmgfikEv2OxA8nmVJ66QdnU,369
10
10
  ose/database/Base.py,sha256=mH7f2d_jiyxJSSx9Gk53QBXRa3LiKBsBjkFgvmtH1WA,83
11
11
  ose/database/NextId.py,sha256=IyJ4-YFIHn-XhWhvyPF6MTUt4lBJEFLJFDEFg_hrtYA,231
12
12
  ose/database/Release.py,sha256=YC2YmWvgubSBlpaOf6GXWUKZTJuL60zQGZxYVkSEBZQ,1641
@@ -64,7 +64,7 @@ ose/services/validation.py,sha256=mX13B1MXLJjYQKYlNEUZZdp5NUhsmvafnyUjY4ThXuQ,41
64
64
  ose/utils/__init__.py,sha256=KhtiHuTaXFSgcxdiu4_t3fdFDYAk0MRAjAyMUfKhKyg,424
65
65
  ose/utils/github.py,sha256=F1iLtsRZ6K9uwZHOkJIXeE_dYluEuWnh7TFjwfNy10Y,5549
66
66
  ose/utils/strings.py,sha256=FQYmVM0BYEWr7v75Xo4aEbJ8UH2ZfKbEkvlYRZYL0qg,1121
67
- ose_core-0.2.5.dist-info/METADATA,sha256=rkXpVy56V-rEDF7HYZmig8jbDG9qt1NzX0xJ8mR1IIs,544
68
- ose_core-0.2.5.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
69
- ose_core-0.2.5.dist-info/top_level.txt,sha256=lGLXZhNj751T-U5rANtbOWJjQUBRQP7tjGeVlg9Xb1s,4
70
- ose_core-0.2.5.dist-info/RECORD,,
67
+ ose_core-0.3.0.dist-info/METADATA,sha256=zFg-wsnloG1rIP-D8IbgWs0U9y6vwb1OALO7KYiP0UQ,701
68
+ ose_core-0.3.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
69
+ ose_core-0.3.0.dist-info/top_level.txt,sha256=lGLXZhNj751T-U5rANtbOWJjQUBRQP7tjGeVlg9Xb1s,4
70
+ ose_core-0.3.0.dist-info/RECORD,,