PlanQ 0.0.2__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.
- planq-0.0.2/.idea/.gitignore +10 -0
- planq-0.0.2/.idea/copilot.data.migration.ask2agent.xml +6 -0
- planq-0.0.2/.idea/inspectionProfiles/Project_Default.xml +6 -0
- planq-0.0.2/.idea/inspectionProfiles/profiles_settings.xml +6 -0
- planq-0.0.2/.idea/misc.xml +7 -0
- planq-0.0.2/.idea/modules.xml +8 -0
- planq-0.0.2/.idea/planq-placeholder.iml +11 -0
- planq-0.0.2/.idea/vcs.xml +6 -0
- planq-0.0.2/.idea/workspace.xml +71 -0
- planq-0.0.2/PKG-INFO +8 -0
- planq-0.0.2/README.md +1 -0
- planq-0.0.2/pyproject.toml +11 -0
- planq-0.0.2/src/planq/__init__.py +2 -0
- planq-0.0.2/uv.lock +8 -0
|
@@ -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 (planq-placeholder)" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="uv (planq-placeholder)" 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/planq-placeholder.iml" filepath="$PROJECT_DIR$/.idea/planq-placeholder.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
6
|
+
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
|
7
|
+
</content>
|
|
8
|
+
<orderEntry type="jdk" jdkName="uv (planq-placeholder)" jdkType="Python SDK" />
|
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
10
|
+
</component>
|
|
11
|
+
</module>
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="b022ae04-1a5f-497d-91f0-24103430bf71" 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="CopilotPersistence">
|
|
11
|
+
<persistenceIdMap>
|
|
12
|
+
<entry key="_/Users/dvazar/Projects/pets/planq-placeholder" value="3A86AtAIcF1qQdG7F5dojjsDWj0" />
|
|
13
|
+
</persistenceIdMap>
|
|
14
|
+
</component>
|
|
15
|
+
<component name="Git.Settings">
|
|
16
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
17
|
+
</component>
|
|
18
|
+
<component name="ProjectColorInfo"><![CDATA[{
|
|
19
|
+
"associatedIndex": 4
|
|
20
|
+
}]]></component>
|
|
21
|
+
<component name="ProjectId" id="3A86AtAIcF1qQdG7F5dojjsDWj0" />
|
|
22
|
+
<component name="ProjectViewState">
|
|
23
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
24
|
+
<option name="showExcludedFiles" value="false" />
|
|
25
|
+
<option name="showLibraryContents" value="true" />
|
|
26
|
+
</component>
|
|
27
|
+
<component name="PropertiesComponent"><![CDATA[{
|
|
28
|
+
"keyToString": {
|
|
29
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
30
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
31
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
32
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
33
|
+
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
|
34
|
+
"ai.playground.ignore.import.keys.banner.in.settings": "true",
|
|
35
|
+
"git-widget-placeholder": "main",
|
|
36
|
+
"ignore_missing_gitignore": "true",
|
|
37
|
+
"last_opened_file_path": "/Users/dvazar/Projects/pets/planq-placeholder",
|
|
38
|
+
"nodejs_package_manager_path": "npm",
|
|
39
|
+
"settings.editor.selected.configurable": "preferences.pluginManager"
|
|
40
|
+
}
|
|
41
|
+
}]]></component>
|
|
42
|
+
<component name="SharedIndexes">
|
|
43
|
+
<attachedChunks>
|
|
44
|
+
<set>
|
|
45
|
+
<option value="bundled-js-predefined-d6986cc7102b-9b0f141eb926-JavaScript-PY-253.31033.139" />
|
|
46
|
+
<option value="bundled-python-sdk-2653e85de345-6d6dccd035ac-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-253.31033.139" />
|
|
47
|
+
</set>
|
|
48
|
+
</attachedChunks>
|
|
49
|
+
</component>
|
|
50
|
+
<component name="TaskManager">
|
|
51
|
+
<task active="true" id="Default" summary="Default task">
|
|
52
|
+
<changelist id="b022ae04-1a5f-497d-91f0-24103430bf71" name="Changes" comment="" />
|
|
53
|
+
<created>1771961710270</created>
|
|
54
|
+
<option name="number" value="Default" />
|
|
55
|
+
<option name="presentableId" value="Default" />
|
|
56
|
+
<updated>1771961710270</updated>
|
|
57
|
+
</task>
|
|
58
|
+
<servers />
|
|
59
|
+
</component>
|
|
60
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
61
|
+
<option name="version" value="3" />
|
|
62
|
+
</component>
|
|
63
|
+
<component name="github-copilot-workspace">
|
|
64
|
+
<instructionFileLocations>
|
|
65
|
+
<option value=".github/instructions" />
|
|
66
|
+
</instructionFileLocations>
|
|
67
|
+
<promptFileLocations>
|
|
68
|
+
<option value=".github/prompts" />
|
|
69
|
+
</promptFileLocations>
|
|
70
|
+
</component>
|
|
71
|
+
</project>
|
planq-0.0.2/PKG-INFO
ADDED
planq-0.0.2/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
> This is a placeholder package. Active development is in progress.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "PlanQ"
|
|
3
|
+
version = "0.0.2"
|
|
4
|
+
description = "Placeholder package. Work in progress."
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
requires-python = ">=3.12"
|
|
7
|
+
dependencies = []
|
|
8
|
+
|
|
9
|
+
[build-system]
|
|
10
|
+
requires = ["hatchling"]
|
|
11
|
+
build-backend = "hatchling.build"
|