nict 0.0.38__tar.gz → 0.2.0__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.

Potentially problematic release.


This version of nict might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nict
3
- Version: 0.0.38
4
- Summary: An easy to use library to speed up computation (by parallelizing on multi CPUs).
3
+ Version: 0.2.0
4
+ Summary: acllite, An easy to use library to speed up computation (by parallelizing on multi CPUs).
5
5
  Home-page:
6
6
  Author: NICHOLAS WU
7
7
  Author-email: nicholas_wu@aliyun.com
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nict
3
- Version: 0.0.38
4
- Summary: An easy to use library to speed up computation (by parallelizing on multi CPUs).
3
+ Version: 0.2.0
4
+ Summary: acllite, An easy to use library to speed up computation (by parallelizing on multi CPUs).
5
5
  Home-page:
6
6
  Author: NICHOLAS WU
7
7
  Author-email: nicholas_wu@aliyun.com
@@ -5,5 +5,4 @@ nict.egg-info/PKG-INFO
5
5
  nict.egg-info/SOURCES.txt
6
6
  nict.egg-info/dependency_links.txt
7
7
  nict.egg-info/top_level.txt
8
- nictemp/pip-25.0-py39h06a4308_0.tar.bz2
9
- nictemp/prompt_toolkit-3.0.51-py3-none-any.whl
8
+ nictemp/acllite.tar.gz
Binary file
@@ -16,12 +16,12 @@ install_requires = []
16
16
 
17
17
  setup(
18
18
  name="nict",
19
- version="0.0.38",
19
+ version="0.2.0",
20
20
  python_requires=">=3.5",
21
21
  packages=find_packages(),
22
22
  author="NICHOLAS WU",
23
23
  author_email="nicholas_wu@aliyun.com",
24
- description="An easy to use library to speed up computation (by parallelizing on multi CPUs).",
24
+ description="acllite, An easy to use library to speed up computation (by parallelizing on multi CPUs).",
25
25
  long_description="就不告诉你.",
26
26
  url="",
27
27
  include_package_data=True,
File without changes
File without changes
File without changes
File without changes