🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

clean-packager

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-packager

pipPyPI
Version
1.0.0
Maintainers
1

clean-packager

clean-packager is a Python utility that simplifies the process of cleaning up and organizing your Python package directories. It ensures your project is well-structured and free of unnecessary files before publishing to PyPI or deploying to production.

Features

  • Remove Unnecessary Files: Cleans up temporary files, cache directories, and other clutter (e.g., .pyc, .pyo, __pycache__).
  • Streamline Package Structure: Keeps only essential files like source code, README, LICENSE, and setup scripts.
  • Customizable Cleanup: Define specific file patterns or directories to exclude from your package.
  • Pre-Publish Checks: Validates the package structure before upload.
  • Safe Mode: Preview changes before permanently deleting files.

Installation

Install the package using pip:

pip install clean-packager

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts