Skip to main content

The CLI tool to zip Python project and copy archive to desktop

Project description

archive-project

CLI tool to archive a Python project under the current working directory ignoring things like .idea/, .mypy_cache, .venv, etc. and send the result zip to the desktop

Installation

pip install -U --user archive-project

The package will be installed in your user home directory. See pip documentation about user installs. You need the installation directory to be present in PATH to run archive-project from the terminal.

Usage

$ archive-project --help
Usage: archive-project [OPTIONS]

  Zip current Python project

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

$ archive-project
/Users/user/Desktop/archive-project.zip was successfully created

Requirements

  • Python 3.8+
  • macOS

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

archive_project-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

archive_project-1.0.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page