pretia 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.
pretia-0.0.1/LICENSE ADDED
@@ -0,0 +1,84 @@
1
+ Business Source License 1.1
2
+
3
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
4
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
5
+
6
+ -----------------------------------------------------------------------------
7
+
8
+ Parameters
9
+
10
+ Licensor: Pretia
11
+ Licensed Work: Pretia v0.0.1
12
+ The Licensed Work is (c) 2026 Pretia
13
+ Additional Use Grant: None
14
+ Change Date: June 13, 2030
15
+ Change License: Apache License, Version 2.0
16
+
17
+ -----------------------------------------------------------------------------
18
+
19
+ Terms
20
+
21
+ The Licensor hereby grants you the right to copy, modify, create derivative
22
+ works, redistribute, and make non-production use of the Licensed Work. The
23
+ Licensor may make an Additional Use Grant, above, permitting limited
24
+ production use.
25
+
26
+ Effective on the Change Date, or the fourth anniversary of the first publicly
27
+ available distribution of a specific version of the Licensed Work under this
28
+ License, whichever comes first, the Licensor hereby grants you rights under
29
+ the terms of the Change License, and the rights granted in the paragraph
30
+ above terminate.
31
+
32
+ If your use of the Licensed Work does not comply with the requirements
33
+ currently in effect as described in this License, you must purchase a
34
+ commercial license from the Licensor, its affiliated entities, or authorized
35
+ resellers, or you must refrain from using the Licensed Work.
36
+
37
+ All copies of the original and modified Licensed Work, and derivative works
38
+ of the Licensed Work, are subject to this License. This License applies
39
+ separately for each version of the Licensed Work and the Change Date may vary
40
+ for each version of the Licensed Work released by Licensor.
41
+
42
+ You must conspicuously display this License on each original or modified copy
43
+ of the Licensed Work. If you receive the Licensed Work in original or
44
+ modified form from a third party, the terms and conditions set forth in this
45
+ License apply to your use of that work.
46
+
47
+ Any use of the Licensed Work in violation of this License will automatically
48
+ terminate your rights under this License for the current and all other
49
+ versions of the Licensed Work.
50
+
51
+ This License does not grant you any right in any trademark or logo of
52
+ Licensor or its affiliates (provided that you may use a trademark or logo of
53
+ Licensor as expressly required by this License).
54
+
55
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
56
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
57
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
58
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
59
+ TITLE.
60
+
61
+ MariaDB hereby grants you permission to use this License's text to license
62
+ your works, and to refer to it using the trademark "Business Source License",
63
+ as long as you comply with the Covenants of Licensor below.
64
+
65
+ Covenants of Licensor
66
+
67
+ In consideration of the right to use this License's text and the "Business
68
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
69
+ other recipients of the licensed work to be provided by Licensor:
70
+
71
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
72
+ or a license that is compatible with GPL Version 2.0 or a later version,
73
+ where "compatible" means that software provided under the Change License can
74
+ be included in a program with software provided under GPL Version 2.0 or a
75
+ later version. Licensor may specify additional Change Licenses without
76
+ limitation.
77
+
78
+ 2. To either: (a) specify an additional grant of rights to use that does not
79
+ impose any additional restriction on the right granted in this License, as
80
+ the Additional Use Grant; or (b) insert the text "None".
81
+
82
+ 3. To specify a Change Date.
83
+
84
+ 4. Not to modify this License in any other way.
pretia-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: pretia
3
+ Version: 0.0.1
4
+ Summary: Pre-deployment cost intelligence for AI agents.
5
+ Project-URL: Homepage, https://pretia.ai
6
+ Project-URL: Repository, https://github.com/pretia-ai/pretia
7
+ Author-email: Get Pretia <getpretia@gmail.com>
8
+ License-Expression: BUSL-1.1
9
+ License-File: LICENSE
10
+ Keywords: agents,ai,cost,llm,profiling
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Software Development :: Testing
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # Pretia
19
+
20
+ **Pre-deployment cost intelligence for AI agents.**
21
+
22
+ Profile your agent's LLM calls, predict costs at scale, and catch bill-shock before it ships.
23
+
24
+ ## License
25
+
26
+ Pretia is licensed under the [Business Source License 1.1](./LICENSE). Non-production use is free. Production use requires a [commercial license](https://pretia.ai). Each version converts to Apache 2.0 after 4 years.
27
+
28
+ 🚧 Coming soon. Follow [pretia.ai](https://pretia.ai) for updates.
pretia-0.0.1/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Pretia
2
+
3
+ **Pre-deployment cost intelligence for AI agents.**
4
+
5
+ Profile your agent's LLM calls, predict costs at scale, and catch bill-shock before it ships.
6
+
7
+ ## License
8
+
9
+ Pretia is licensed under the [Business Source License 1.1](./LICENSE). Non-production use is free. Production use requires a [commercial license](https://pretia.ai). Each version converts to Apache 2.0 after 4 years.
10
+
11
+ 🚧 Coming soon. Follow [pretia.ai](https://pretia.ai) for updates.
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "pretia"
7
+ version = "0.0.1"
8
+ description = "Pre-deployment cost intelligence for AI agents."
9
+ readme = "README.md"
10
+ license = "BUSL-1.1"
11
+ requires-python = ">=3.10"
12
+ authors = [
13
+ { name = "Get Pretia", email = "getpretia@gmail.com" },
14
+ ]
15
+ keywords = ["ai", "agents", "cost", "llm", "profiling"]
16
+ classifiers = [
17
+ "Development Status :: 1 - Planning",
18
+ "Intended Audience :: Developers",
19
+ "Programming Language :: Python :: 3",
20
+ "Topic :: Software Development :: Testing",
21
+ ]
22
+
23
+ [project.urls]
24
+ Homepage = "https://pretia.ai"
25
+ Repository = "https://github.com/pretia-ai/pretia"
@@ -0,0 +1,3 @@
1
+ """Pretia — Pre-deployment cost intelligence for AI agents."""
2
+
3
+ __version__ = "0.0.1"