Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

scriptmonkey

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scriptmonkey - pypi Package Compare versions

Comparing version
2.0.2
to
2.0.3
+3
-4
PKG-INFO
Metadata-Version: 2.1
Name: scriptmonkey
Version: 2.0.2
Version: 2.0.3
Summary: A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.

@@ -10,3 +10,2 @@ Home-page: https://github.com/lukerbs/ScriptMonkey

Keywords: clipboard,file sharing,directory tree,development tools,python tools,LLM helper,code sharing,project structure,file utility,developer tools
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3

@@ -17,2 +16,4 @@ Classifier: License :: OSI Approved :: MIT License

Description-Content-Type: text/markdown
Requires-Dist: rich
Requires-Dist: pyperclip

@@ -148,3 +149,1 @@ # ScriptMonkey 🐒

**Version 2.0.0** - Simplified for focus and reliability. No more AI dependencies, just pure clipboard utility goodness! 🐒
[console_scripts]
scriptmonkey = scriptmonkey.core:main
Metadata-Version: 2.1
Name: scriptmonkey
Version: 2.0.2
Version: 2.0.3
Summary: A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.

@@ -10,3 +10,2 @@ Home-page: https://github.com/lukerbs/ScriptMonkey

Keywords: clipboard,file sharing,directory tree,development tools,python tools,LLM helper,code sharing,project structure,file utility,developer tools
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3

@@ -17,2 +16,4 @@ Classifier: License :: OSI Approved :: MIT License

Description-Content-Type: text/markdown
Requires-Dist: rich
Requires-Dist: pyperclip

@@ -148,3 +149,1 @@ # ScriptMonkey 🐒

**Version 2.0.0** - Simplified for focus and reliability. No more AI dependencies, just pure clipboard utility goodness! 🐒

@@ -79,2 +79,4 @@ import os

"CACHEDIR.TAG",
".lance",
".manifest",
"*.lance",

@@ -81,0 +83,0 @@ "*.manifest",

@@ -5,3 +5,3 @@ from setuptools import setup, find_packages

name="scriptmonkey",
version="2.0.2",
version="2.0.3",
description="A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.",

@@ -8,0 +8,0 @@ long_description=open("README.md", "r").read(),