hython 1.0.1__tar.gz → 1.0.2__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: hython
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: The ultimate high-performance utility framework for Python, powered by fasthardware.
5
5
  Author: Choi Woongyo
6
6
  Author-email: chldnsry1214@gmail.com
@@ -0,0 +1 @@
1
+ from .hython import init, boost, np, requests, aiohttp
@@ -4,6 +4,10 @@ import aiohttp
4
4
  import requests
5
5
  from functools import wraps
6
6
 
7
+ np=np
8
+ aiohttp=aiohttp
9
+ requests=requests
10
+
7
11
  def init(mode="DEFAULT"):
8
12
  print("\n🚀 [HYTHON] Initializing Hyper-Performance Environment...")
9
13
  fasthardware.speedup(mode=mode)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hython
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: The ultimate high-performance utility framework for Python, powered by fasthardware.
5
5
  Author: Choi Woongyo
6
6
  Author-email: chldnsry1214@gmail.com
@@ -8,7 +8,7 @@ if os.path.exists("README.md"):
8
8
 
9
9
  setup(
10
10
  name="hython",
11
- version="1.0.1",
11
+ version="1.0.2",
12
12
  author="Choi Woongyo",
13
13
  author_email="chldnsry1214@gmail.com",
14
14
  description="The ultimate high-performance utility framework for Python, powered by fasthardware.",
@@ -1,2 +0,0 @@
1
- # hython.py 파일(현재 폴더 .)에서 함수들을 가져와서 외부로 연결해줍니다.
2
- from .hython import init, boost
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes