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.
@@ -0,0 +1,10 @@
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Ignored default folder with query files
5
+ /queries/
6
+ # Datasource local storage ignored files
7
+ /dataSources/
8
+ /dataSources.local.xml
9
+ # Editor-based HTTP Client requests
10
+ /httpRequests/
@@ -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,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
+ </profile>
6
+ </component>
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
@@ -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>
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: adata-cli
3
+ Version: 0.0.1
4
+ Summary: AData CLI
5
+ Requires-Python: >=3.12
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
+