costfold 0.0.1__py3-none-any.whl
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.
costfold/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: costfold
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Costfold — see the AI cost of a pull request before you merge.
|
|
5
|
+
License: MIT
|
|
6
|
+
Project-URL: Homepage, https://costfold.com
|
|
7
|
+
Project-URL: Source, https://github.com/costfold/costfold
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# Costfold
|
|
12
|
+
|
|
13
|
+
GitHub App that comments on PRs with the estimated bill impact of prompt and model changes — see your AI bill before you merge.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
costfold/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
|
|
2
|
+
costfold-0.0.1.dist-info/METADATA,sha256=UXEBFMfCxi5f7Nn7OPhHzYcO0NuA6xLa4arXnNl0Tjw,448
|
|
3
|
+
costfold-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
4
|
+
costfold-0.0.1.dist-info/top_level.txt,sha256=FMTtxKqPNVVJzP00B3lQwmOpbO58r2AQGyhfXsZhWeA,9
|
|
5
|
+
costfold-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
costfold
|