arc-devkit 0.4.0__tar.gz → 0.4.1__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.
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/PKG-INFO +7 -6
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit.egg-info/PKG-INFO +7 -6
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/pyproject.toml +7 -6
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/README.md +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/agents/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/agents/async_base.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/agents/async_monitor.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/agents/base_agent.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/agents/monitor_agent.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/agents/payment_agent.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/analytics/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/analytics/portfolio.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/api/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/api/main.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/api/routes/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/api/routes/agents.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/api/routes/copilot.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/api/routes/debugger.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/cli/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/cli/commands/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/cli/commands/agent.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/cli/commands/copilot.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/cli/commands/debug.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/cli/flat.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/cli/main.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/config.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/contracts/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/contracts/loader.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/copilot/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/copilot/agent.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/core/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/core/connection.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/core/gas.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/core/wallet.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/debugger/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/debugger/tx_analyzer.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/deploy/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/deploy/deployer.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/events/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/events/listener.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/usdc/__init__.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit/usdc/token.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit.egg-info/SOURCES.txt +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit.egg-info/dependency_links.txt +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit.egg-info/entry_points.txt +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit.egg-info/requires.txt +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/arc_devkit.egg-info/top_level.txt +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/setup.cfg +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_agents.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_analytics.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_api.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_async_agents.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_cli.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_connection.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_contracts.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_copilot.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_debugger.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_deploy.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_events.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_integration.py +0 -0
- {arc_devkit-0.4.0 → arc_devkit-0.4.1}/tests/test_usdc.py +0 -0
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arc-devkit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Plataforma open source de ferramentas para desenvolvedores da Arc blockchain (Circle)
|
|
5
|
-
Author
|
|
6
|
-
License
|
|
7
|
-
Project-URL: Homepage, https://github.com/Jeielsantosdev/
|
|
8
|
-
Project-URL: Repository, https://github.com/Jeielsantosdev/
|
|
9
|
-
Project-URL:
|
|
5
|
+
Author: Arc DevKit Contributors
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/Jeielsantosdev/arc_dev_kit
|
|
8
|
+
Project-URL: Repository, https://github.com/Jeielsantosdev/arc_dev_kit
|
|
9
|
+
Project-URL: Issues, https://github.com/Jeielsantosdev/arc_dev_kit/issues
|
|
10
10
|
Keywords: arc,blockchain,circle,usdc,web3,ai,anthropic
|
|
11
11
|
Classifier: Development Status :: 3 - Alpha
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
14
|
Classifier: Programming Language :: Python :: 3
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arc-devkit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Plataforma open source de ferramentas para desenvolvedores da Arc blockchain (Circle)
|
|
5
|
-
Author
|
|
6
|
-
License
|
|
7
|
-
Project-URL: Homepage, https://github.com/Jeielsantosdev/
|
|
8
|
-
Project-URL: Repository, https://github.com/Jeielsantosdev/
|
|
9
|
-
Project-URL:
|
|
5
|
+
Author: Arc DevKit Contributors
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/Jeielsantosdev/arc_dev_kit
|
|
8
|
+
Project-URL: Repository, https://github.com/Jeielsantosdev/arc_dev_kit
|
|
9
|
+
Project-URL: Issues, https://github.com/Jeielsantosdev/arc_dev_kit/issues
|
|
10
10
|
Keywords: arc,blockchain,circle,usdc,web3,ai,anthropic
|
|
11
11
|
Classifier: Development Status :: 3 - Alpha
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
14
|
Classifier: Programming Language :: Python :: 3
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -4,18 +4,19 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "arc-devkit"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.1"
|
|
8
8
|
description = "Plataforma open source de ferramentas para desenvolvedores da Arc blockchain (Circle)"
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
license = "MIT"
|
|
10
|
+
license = { text = "MIT" }
|
|
11
11
|
authors = [
|
|
12
|
-
{ name = "
|
|
12
|
+
{ name = "Arc DevKit Contributors" }
|
|
13
13
|
]
|
|
14
14
|
requires-python = ">=3.11"
|
|
15
15
|
keywords = ["arc", "blockchain", "circle", "usdc", "web3", "ai", "anthropic"]
|
|
16
16
|
classifiers = [
|
|
17
17
|
"Development Status :: 3 - Alpha",
|
|
18
18
|
"Intended Audience :: Developers",
|
|
19
|
+
"License :: OSI Approved :: MIT License",
|
|
19
20
|
"Programming Language :: Python :: 3",
|
|
20
21
|
"Programming Language :: Python :: 3.11",
|
|
21
22
|
"Programming Language :: Python :: 3.12",
|
|
@@ -44,9 +45,9 @@ dependencies = [
|
|
|
44
45
|
]
|
|
45
46
|
|
|
46
47
|
[project.urls]
|
|
47
|
-
Homepage = "https://github.com/Jeielsantosdev/
|
|
48
|
-
Repository = "https://github.com/Jeielsantosdev/
|
|
49
|
-
|
|
48
|
+
Homepage = "https://github.com/Jeielsantosdev/arc_dev_kit"
|
|
49
|
+
Repository = "https://github.com/Jeielsantosdev/arc_dev_kit"
|
|
50
|
+
Issues = "https://github.com/Jeielsantosdev/arc_dev_kit/issues"
|
|
50
51
|
|
|
51
52
|
[project.optional-dependencies]
|
|
52
53
|
dev = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|