adata-cli 0.0.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.
- adata_cli-0.0.1/.idea/.gitignore +10 -0
- adata_cli-0.0.1/.idea/adata-cli.iml +10 -0
- adata_cli-0.0.1/.idea/inspectionProfiles/Project_Default.xml +6 -0
- adata_cli-0.0.1/.idea/inspectionProfiles/profiles_settings.xml +6 -0
- adata_cli-0.0.1/.idea/misc.xml +7 -0
- adata_cli-0.0.1/.idea/modules.xml +8 -0
- adata_cli-0.0.1/.idea/workspace.xml +58 -0
- adata_cli-0.0.1/PKG-INFO +5 -0
- adata_cli-0.0.1/adata/__init__.py +0 -0
- adata_cli-0.0.1/adata/__main__.py +0 -0
- adata_cli-0.0.1/pyproject.toml +41 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="PYTHON_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$">
|
|
5
|
+
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
|
6
|
+
</content>
|
|
7
|
+
<orderEntry type="jdk" jdkName="uv (adata-cli)" jdkType="Python SDK" />
|
|
8
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
9
|
+
</component>
|
|
10
|
+
</module>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="Black">
|
|
4
|
+
<option name="sdkName" value="uv (adata-cli)" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="uv (adata-cli)" project-jdk-type="Python SDK" />
|
|
7
|
+
</project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/adata-cli.iml" filepath="$PROJECT_DIR$/.idea/adata-cli.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="37c46760-be53-4403-9327-ca3af1906dac" name="Changes" comment="" />
|
|
5
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
6
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
7
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
8
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
9
|
+
</component>
|
|
10
|
+
<component name="FileTemplateManagerImpl">
|
|
11
|
+
<option name="RECENT_TEMPLATES">
|
|
12
|
+
<list>
|
|
13
|
+
<option value="Python Script" />
|
|
14
|
+
</list>
|
|
15
|
+
</option>
|
|
16
|
+
</component>
|
|
17
|
+
<component name="ProjectColorInfo"><![CDATA[{
|
|
18
|
+
"associatedIndex": 5
|
|
19
|
+
}]]></component>
|
|
20
|
+
<component name="ProjectId" id="3BtZ927uJSvs0a99QKwhfXIr3MK" />
|
|
21
|
+
<component name="ProjectViewState">
|
|
22
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
23
|
+
<option name="showLibraryContents" value="true" />
|
|
24
|
+
</component>
|
|
25
|
+
<component name="PropertiesComponent"><![CDATA[{
|
|
26
|
+
"keyToString": {
|
|
27
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
28
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
29
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
30
|
+
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
|
31
|
+
"node.js.detected.package.eslint": "true",
|
|
32
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
33
|
+
"vue.rearranger.settings.migration": "true"
|
|
34
|
+
}
|
|
35
|
+
}]]></component>
|
|
36
|
+
<component name="SharedIndexes">
|
|
37
|
+
<attachedChunks>
|
|
38
|
+
<set>
|
|
39
|
+
<option value="bundled-js-predefined-d6986cc7102b-9b0f141eb926-JavaScript-PY-253.29346.308" />
|
|
40
|
+
<option value="bundled-python-sdk-ca5e2b39c7df-6e1f45a539f7-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-253.29346.308" />
|
|
41
|
+
</set>
|
|
42
|
+
</attachedChunks>
|
|
43
|
+
</component>
|
|
44
|
+
<component name="TaskManager">
|
|
45
|
+
<task active="true" id="Default" summary="Default task">
|
|
46
|
+
<changelist id="37c46760-be53-4403-9327-ca3af1906dac" name="Changes" comment="" />
|
|
47
|
+
<created>1775310172306</created>
|
|
48
|
+
<option name="number" value="Default" />
|
|
49
|
+
<option name="presentableId" value="Default" />
|
|
50
|
+
<updated>1775310172306</updated>
|
|
51
|
+
<workItem from="1775310173481" duration="316000" />
|
|
52
|
+
</task>
|
|
53
|
+
<servers />
|
|
54
|
+
</component>
|
|
55
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
56
|
+
<option name="version" value="3" />
|
|
57
|
+
</component>
|
|
58
|
+
</project>
|
adata_cli-0.0.1/PKG-INFO
ADDED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "adata-cli"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "AData CLI"
|
|
5
|
+
requires-python = ">=3.12"
|
|
6
|
+
dependencies = []
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
[tool.hatch.build.targets.wheel]
|
|
10
|
+
packages = ["adata"]
|
|
11
|
+
|
|
12
|
+
[build-system]
|
|
13
|
+
requires = ["hatchling"]
|
|
14
|
+
build-backend = "hatchling.build"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[tool.ruff]
|
|
21
|
+
line-length = 110
|
|
22
|
+
target-version = "py312"
|
|
23
|
+
|
|
24
|
+
[tool.ruff.format]
|
|
25
|
+
# Like Black, use double quotes for strings.
|
|
26
|
+
quote-style = "double"
|
|
27
|
+
|
|
28
|
+
[tool.ruff.lint]
|
|
29
|
+
select = ["E", "F", "I", "N", "W"]
|
|
30
|
+
ignore = ["E501"]
|
|
31
|
+
|
|
32
|
+
[tool.pytest.ini_options]
|
|
33
|
+
asyncio_mode = "auto"
|
|
34
|
+
testpaths = ["tests"]
|
|
35
|
+
|
|
36
|
+
[dependency-groups]
|
|
37
|
+
dev = [
|
|
38
|
+
"pytest>=9.0.2",
|
|
39
|
+
"ruff>=0.15.8",
|
|
40
|
+
]
|
|
41
|
+
|