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 inPATH
to runarchive-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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file archive_project-1.0.0.tar.gz
.
File metadata
- Download URL: archive_project-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72f80d9832d9c40ebe5531610fdd4daa236fe4ad3ace22b8ea1f428f3753ceb2 |
|
MD5 | 79d72e7e7036e89811eba337080ab126 |
|
BLAKE2b-256 | 2b84d23caded10e91395ec8f2e111ed7d16dea9ce3b7817768a71e3c11f4f4a6 |
File details
Details for the file archive_project-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: archive_project-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d924a2aabbbc4a82a53d95fa2f43cf1928c66daef199ef49c87b4672b292ea46 |
|
MD5 | ab7352fe05b2609cb0bc542015b635a4 |
|
BLAKE2b-256 | d2ea9033390ad64509c576b7dabc1c334cb3bf66eb4123ed089e9d2c63ffcd4f |