tracia 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,8 @@
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Editor-based HTTP Client requests
5
+ /httpRequests/
6
+ # Datasource local storage ignored files
7
+ /dataSources/
8
+ /dataSources.local.xml
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AgentMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
@@ -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="Python 3.8" />
5
+ </component>
6
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" 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/tracia-python.iml" filepath="$PROJECT_DIR$/.idea/tracia-python.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,8 @@
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
+ <orderEntry type="jdk" jdkName="Python 3.8" jdkType="Python SDK" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
@@ -0,0 +1,51 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="6900c842-1216-4be5-960c-9609bae9081b" 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="ProjectColorInfo"><![CDATA[{
11
+ "associatedIndex": 2
12
+ }]]></component>
13
+ <component name="ProjectId" id="37L0bx8hni8WsQV1dSaijpy2FPP" />
14
+ <component name="ProjectViewState">
15
+ <option name="hideEmptyMiddlePackages" value="true" />
16
+ <option name="showLibraryContents" value="true" />
17
+ </component>
18
+ <component name="PropertiesComponent"><![CDATA[{
19
+ "keyToString": {
20
+ "ModuleVcsDetector.initialDetectionPerformed": "true",
21
+ "RunOnceActivity.ShowReadmeOnStart": "true",
22
+ "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
23
+ "node.js.detected.package.eslint": "true",
24
+ "node.js.selected.package.eslint": "(autodetect)",
25
+ "nodejs_package_manager_path": "npm",
26
+ "vue.rearranger.settings.migration": "true"
27
+ }
28
+ }]]></component>
29
+ <component name="SharedIndexes">
30
+ <attachedChunks>
31
+ <set>
32
+ <option value="bundled-js-predefined-d6986cc7102b-9c94529fcfe0-JavaScript-PY-252.26199.168" />
33
+ <option value="bundled-python-sdk-b3d66beaba9a-c6efb3732140-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-252.26199.168" />
34
+ </set>
35
+ </attachedChunks>
36
+ </component>
37
+ <component name="TaskManager">
38
+ <task active="true" id="Default" summary="Default task">
39
+ <changelist id="6900c842-1216-4be5-960c-9609bae9081b" name="Changes" comment="" />
40
+ <created>1766667118657</created>
41
+ <option name="number" value="Default" />
42
+ <option name="presentableId" value="Default" />
43
+ <updated>1766667118657</updated>
44
+ <workItem from="1766667119753" duration="74000" />
45
+ </task>
46
+ <servers />
47
+ </component>
48
+ <component name="TypeScriptGeneratedFilesManager">
49
+ <option name="version" value="3" />
50
+ </component>
51
+ </project>
tracia-0.0.1/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Tracia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
tracia-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,52 @@
1
+ Metadata-Version: 2.4
2
+ Name: tracia
3
+ Version: 0.0.1
4
+ Summary: LLM prompt management and tracing SDK - Coming soon
5
+ Project-URL: Homepage, https://tracia.io
6
+ Project-URL: Repository, https://github.com/tracia/tracia-python
7
+ Project-URL: Issues, https://github.com/tracia/tracia-python/issues
8
+ Author-email: Tracia <hello@tracia.io>
9
+ License-Expression: MIT
10
+ License-File: LICENSE
11
+ Keywords: ai,anthropic,chatgpt,claude,gemini,google,llm,observability,openai,prompt,tracing
12
+ Classifier: Development Status :: 1 - Planning
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.8
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
+ Requires-Python: >=3.8
23
+ Description-Content-Type: text/markdown
24
+
25
+ # Tracia
26
+
27
+ **LLM prompt management and tracing SDK**
28
+
29
+ 🚀 **Coming soon** - Full SDK launching in early 2026.
30
+
31
+ ## What is Tracia?
32
+
33
+ Tracia is a modern LLM prompt management and tracing platform with zero-config setup. Store your prompts in the cloud, trace every LLM call, and iterate faster.
34
+
35
+ ## Quick Preview
36
+
37
+ ```python
38
+ from tracia import Tracia
39
+
40
+ client = Tracia()
41
+ response = client.run("my-prompt", variables={"name": "World"})
42
+ ```
43
+
44
+ ## Learn More
45
+
46
+ - 🌐 Website: [tracia.io](https://tracia.io)
47
+ - 📖 Docs: Coming soon
48
+ - 🐙 GitHub: [github.com/tracia](https://github.com/tracia)
49
+
50
+ ## License
51
+
52
+ MIT
tracia-0.0.1/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # Tracia
2
+
3
+ **LLM prompt management and tracing SDK**
4
+
5
+ 🚀 **Coming soon** - Full SDK launching in early 2026.
6
+
7
+ ## What is Tracia?
8
+
9
+ Tracia is a modern LLM prompt management and tracing platform with zero-config setup. Store your prompts in the cloud, trace every LLM call, and iterate faster.
10
+
11
+ ## Quick Preview
12
+
13
+ ```python
14
+ from tracia import Tracia
15
+
16
+ client = Tracia()
17
+ response = client.run("my-prompt", variables={"name": "World"})
18
+ ```
19
+
20
+ ## Learn More
21
+
22
+ - 🌐 Website: [tracia.io](https://tracia.io)
23
+ - 📖 Docs: Coming soon
24
+ - 🐙 GitHub: [github.com/tracia](https://github.com/tracia)
25
+
26
+ ## License
27
+
28
+ MIT
@@ -0,0 +1,44 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "tracia"
7
+ version = "0.0.1"
8
+ description = "LLM prompt management and tracing SDK - Coming soon"
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ requires-python = ">=3.8"
12
+ authors = [
13
+ { name = "Tracia", email = "hello@tracia.io" }
14
+ ]
15
+ keywords = [
16
+ "llm",
17
+ "prompt",
18
+ "tracing",
19
+ "observability",
20
+ "openai",
21
+ "chatgpt",
22
+ "anthropic",
23
+ "claude",
24
+ "google",
25
+ "gemini",
26
+ "ai"
27
+ ]
28
+ classifiers = [
29
+ "Development Status :: 1 - Planning",
30
+ "Intended Audience :: Developers",
31
+ "License :: OSI Approved :: MIT License",
32
+ "Programming Language :: Python :: 3",
33
+ "Programming Language :: Python :: 3.8",
34
+ "Programming Language :: Python :: 3.9",
35
+ "Programming Language :: Python :: 3.10",
36
+ "Programming Language :: Python :: 3.11",
37
+ "Programming Language :: Python :: 3.12",
38
+ "Topic :: Software Development :: Libraries :: Python Modules",
39
+ ]
40
+
41
+ [project.urls]
42
+ Homepage = "https://tracia.io"
43
+ Repository = "https://github.com/tracia/tracia-python"
44
+ Issues = "https://github.com/tracia/tracia-python/issues"
@@ -0,0 +1,8 @@
1
+ """
2
+ Tracia - LLM prompt management and tracing SDK
3
+
4
+ Full SDK coming soon at https://tracia.io
5
+ """
6
+
7
+ __version__ = "0.0.1"
8
+ __status__ = "coming-soon"