kopipasta 0.12.0__tar.gz → 0.13.0__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.
Potentially problematic release.
This version of kopipasta might be problematic. Click here for more details.
- {kopipasta-0.12.0/kopipasta.egg-info → kopipasta-0.13.0}/PKG-INFO +1 -1
- {kopipasta-0.12.0 → kopipasta-0.13.0}/kopipasta/main.py +1 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0/kopipasta.egg-info}/PKG-INFO +1 -1
- {kopipasta-0.12.0 → kopipasta-0.13.0}/setup.py +1 -1
- {kopipasta-0.12.0 → kopipasta-0.13.0}/LICENSE +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/MANIFEST.in +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/README.md +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/kopipasta/__init__.py +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/kopipasta.egg-info/SOURCES.txt +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/kopipasta.egg-info/dependency_links.txt +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/kopipasta.egg-info/entry_points.txt +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/kopipasta.egg-info/requires.txt +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/kopipasta.egg-info/top_level.txt +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/requirements.txt +0 -0
- {kopipasta-0.12.0 → kopipasta-0.13.0}/setup.cfg +0 -0
|
@@ -822,6 +822,7 @@ def main():
|
|
|
822
822
|
pyperclip.copy(prompt)
|
|
823
823
|
separator = "\n" + "=" * 40 + "\n☕🍝 Kopipasta Complete! 🍝☕\n" + "=" * 40 + "\n"
|
|
824
824
|
print(separator)
|
|
825
|
+
final_char_count = len(prompt)
|
|
825
826
|
final_token_estimate = final_char_count // 4
|
|
826
827
|
print(f"Prompt has been copied to clipboard. Final size: {final_char_count} characters (~ {final_token_estimate} tokens)")
|
|
827
828
|
except pyperclip.PyperclipException as e:
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="kopipasta",
|
|
8
|
-
version="0.
|
|
8
|
+
version="0.13.0",
|
|
9
9
|
author="Mikko Korpela",
|
|
10
10
|
author_email="mikko.korpela@gmail.com",
|
|
11
11
|
description="A CLI tool to generate prompts with project structure and file contents",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|