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.1
to
2.0.2
+4
-3
PKG-INFO
Metadata-Version: 2.1
Name: scriptmonkey
Version: 2.0.1
Version: 2.0.2
Summary: A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.

@@ -10,2 +10,3 @@ 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

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

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

@@ -149,1 +148,3 @@ # 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.1
Version: 2.0.2
Summary: A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.

@@ -10,2 +10,3 @@ 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

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

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

@@ -149,1 +148,3 @@ # 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",
# Generated & vendor file rules

@@ -81,0 +83,0 @@ "*_pb2.py",

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

name="scriptmonkey",
version="2.0.1",
version="2.0.2",
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(),