arcana-sdk 0.0.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.
- arcana_sdk-0.0.0/PKG-INFO +21 -0
- arcana_sdk-0.0.0/README.md +12 -0
- arcana_sdk-0.0.0/pyproject.toml +18 -0
- arcana_sdk-0.0.0/setup.cfg +4 -0
- arcana_sdk-0.0.0/src/arcana_sdk/__init__.py +0 -0
- arcana_sdk-0.0.0/src/arcana_sdk.egg-info/PKG-INFO +21 -0
- arcana_sdk-0.0.0/src/arcana_sdk.egg-info/SOURCES.txt +7 -0
- arcana_sdk-0.0.0/src/arcana_sdk.egg-info/dependency_links.txt +1 -0
- arcana_sdk-0.0.0/src/arcana_sdk.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: arcana_sdk
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: RESERVED: Arcana SDK is not distributed from TestPyPI/PyPI. Install from Arcana index.
|
|
5
|
+
Author: Arcana
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# arcana_sdk (reserved)
|
|
11
|
+
|
|
12
|
+
This package name is reserved by Arcana.
|
|
13
|
+
|
|
14
|
+
Do **not** install from TestPyPI/PyPI.
|
|
15
|
+
|
|
16
|
+
Install from Arcana's package index, e.g.:
|
|
17
|
+
|
|
18
|
+
pip3 install arcana_sdk --extra-index-url https://<API_KEY>@api.dev.arcana.io/api/v1/sdk/simple/
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# arcana_sdk (reserved)
|
|
2
|
+
|
|
3
|
+
This package name is reserved by Arcana.
|
|
4
|
+
|
|
5
|
+
Do **not** install from TestPyPI/PyPI.
|
|
6
|
+
|
|
7
|
+
Install from Arcana's package index, e.g.:
|
|
8
|
+
|
|
9
|
+
pip3 install arcana_sdk --extra-index-url https://<API_KEY>@api.dev.arcana.io/api/v1/sdk/simple/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "arcana_sdk"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "RESERVED: Arcana SDK is not distributed from TestPyPI/PyPI. Install from Arcana index."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = {text = "Proprietary"}
|
|
12
|
+
authors = [{name = "Arcana"}]
|
|
13
|
+
|
|
14
|
+
[tool.setuptools]
|
|
15
|
+
package-dir = {"" = "src"}
|
|
16
|
+
|
|
17
|
+
[tool.setuptools.packages.find]
|
|
18
|
+
where = ["src"]
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: arcana_sdk
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: RESERVED: Arcana SDK is not distributed from TestPyPI/PyPI. Install from Arcana index.
|
|
5
|
+
Author: Arcana
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# arcana_sdk (reserved)
|
|
11
|
+
|
|
12
|
+
This package name is reserved by Arcana.
|
|
13
|
+
|
|
14
|
+
Do **not** install from TestPyPI/PyPI.
|
|
15
|
+
|
|
16
|
+
Install from Arcana's package index, e.g.:
|
|
17
|
+
|
|
18
|
+
pip3 install arcana_sdk --extra-index-url https://<API_KEY>@api.dev.arcana.io/api/v1/sdk/simple/
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
arcana_sdk
|