GNServer 0.0.0.0.31__py3-none-any.whl → 0.0.0.0.32__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.
GNServer/__init__.py CHANGED
@@ -1,4 +1,8 @@
1
1
  """
2
+
3
+ # GNServer
4
+
5
+
2
6
  Copyright (C) 2024 KeyisB. All rights reserved.
3
7
 
4
8
  Permission is hereby granted, free of charge, to any person
@@ -29,13 +33,10 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29
33
  DEALINGS IN THE SOFTWARE.
30
34
  """
31
35
 
32
- from ._app import App, GNExceptions
33
- from KeyisBClient.gn import GNRequest, GNResponse, CORSObject, FileObject, TemplateObject
34
- from KeyisBClient import Url
35
-
36
-
37
-
36
+ from ._app import App
38
37
 
38
+ from gnobjects.net.objects import Url, GNRequest, GNResponse, CommandObject, CORSObject, FileObject, TemplateObject, GNProtocol
39
+ from gnobjects.net.objects import AllGNFastCommands as requests
39
40
 
40
41
 
41
42
  from ._client import AsyncClient
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GNServer
3
- Version: 0.0.0.0.31
3
+ Version: 0.0.0.0.32
4
4
  Summary: GNServer
5
5
  Home-page: https://github.com/KeyisB/libs/tree/main/GNServer
6
6
  Author: KeyisB
@@ -13,7 +13,7 @@ Description-Content-Type: text/plain
13
13
  License-File: LICENSE
14
14
  Requires-Dist: aioquic
15
15
  Requires-Dist: anyio
16
- Requires-Dist: KeyisBClient
16
+ Requires-Dist: gnobjects
17
17
  Requires-Dist: KeyisBTools
18
18
  Requires-Dist: aiofiles
19
19
  Requires-Dist: uvloop
@@ -0,0 +1,9 @@
1
+ GNServer/__init__.py,sha256=-iS5bld8zmaFjLCN5VW6T1CBbACHoGUPttdRdLPrUkw,1550
2
+ GNServer/_app.py,sha256=77g8nGa1-5faslltJeffpU585T9xZKf7D7wm8EjBMyU,27610
3
+ GNServer/_client.py,sha256=5kPQF1M6YriCKaCsleoasAaoZrf9YI428iG1RhCoufY,29474
4
+ GNServer/_crt.py,sha256=SOmyX7zBiCY9EhVSekksQtBHgTIZVvdqNZ8Ni-E5Zow,1390
5
+ gnserver-0.0.0.0.32.dist-info/licenses/LICENSE,sha256=WH_t7dKZyWJ5Ld07eYIkUG4Tv6zZWXtAdsUqYAUesn0,1084
6
+ gnserver-0.0.0.0.32.dist-info/METADATA,sha256=UzWLzP4uMWkQigfyKF71C25n-2NG9t0GHKu86M2pJ84,830
7
+ gnserver-0.0.0.0.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ gnserver-0.0.0.0.32.dist-info/top_level.txt,sha256=-UOUBuD4u7Qkb1o5PdcwyA3kx8xCH2lwy0tJHi26Wb4,9
9
+ gnserver-0.0.0.0.32.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- GNServer/__init__.py,sha256=V50sMYrrPdOGuI1iJm-SW7izhX-eggDH16AHvtIKjmM,1480
2
- GNServer/_app.py,sha256=77g8nGa1-5faslltJeffpU585T9xZKf7D7wm8EjBMyU,27610
3
- GNServer/_client.py,sha256=5kPQF1M6YriCKaCsleoasAaoZrf9YI428iG1RhCoufY,29474
4
- GNServer/_crt.py,sha256=SOmyX7zBiCY9EhVSekksQtBHgTIZVvdqNZ8Ni-E5Zow,1390
5
- gnserver-0.0.0.0.31.dist-info/licenses/LICENSE,sha256=WH_t7dKZyWJ5Ld07eYIkUG4Tv6zZWXtAdsUqYAUesn0,1084
6
- gnserver-0.0.0.0.31.dist-info/METADATA,sha256=WVL7KBS8pzeXrDxZhSLQBuNR9eri_UJCKcD7bISB3pE,833
7
- gnserver-0.0.0.0.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- gnserver-0.0.0.0.31.dist-info/top_level.txt,sha256=-UOUBuD4u7Qkb1o5PdcwyA3kx8xCH2lwy0tJHi26Wb4,9
9
- gnserver-0.0.0.0.31.dist-info/RECORD,,