Metadata-Version: 2.1
Name: scripts
Version: 3.0rc1
Summary: Various linux scripts
Author-email: Raffaele Salmaso <raffaele@salmaso.org>
License: MIT
Project-URL: Home Page, https://pypi.org/project/scripts/
Project-URL: Documentation, https://github.com/rsalmaso/scripts/blob/main/README.md
Project-URL: GitHub, https://github.com/rsalmaso/scripts
Project-URL: Changelog, https://github.com/rsalmaso/scripts/blob/main/CHANGELOG.md
Project-URL: Bug Reports, https://github.com/rsalmaso/scripts/discussions
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS
Requires-Dist: stua>=0.3rc1

# Script

A collection of various shell scripts:

* `pkg`: tool to compress files and directories, support several formats (zstd, xz, gz, bz2 with tar, zip...)
* `unpkg`: tool to decompress archives
* `httpd`: a simple http server
* `myip`: find active external ip
* `pycclean`: remove all backup and python cache files
* `cdblank`: clean a rewritable cd/dvd
* `cdriso`: generate an iso for a given directory
* `cdwrite`: burn an iso file
* `my-backup`: backup all mysql databases
* `pg-backup`: backup all postgresql databases
