Metadata-Version: 2.3
Name: dsbin
Version: 0.6.3
Summary: Personal script library solving problems you didn't know you cared about
License: GPL-3.0-or-later
Author: Danny Stewart
Author-email: danny@stewart.cc
Requires-Python: >=3.12,<3.14
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: arguer (>=0.1.1)
Requires-Dist: devpkg (>=0.2.1)
Requires-Dist: enviromancer (>=0.1.6)
Requires-Dist: halo (>=0.0.31)
Requires-Dist: inquirer (>=3.4.0,<4.0.0)
Requires-Dist: logician (>=0.3.3)
Requires-Dist: mutagen (>=1.47.0,<2.0.0)
Requires-Dist: mysql-connector-python (>=9.2.0,<10.0.0)
Requires-Dist: natsort (>=8.4.0,<9.0.0)
Requires-Dist: numpy (>=2.2.4,<3.0.0)
Requires-Dist: packaging (>=24.2,<25.0)
Requires-Dist: paramiko (>=3.5.1,<4.0.0)
Requires-Dist: parseutil (>=0.1.1)
Requires-Dist: pathkeeper (>=0.1.0)
Requires-Dist: pexpect (>=4.9.0,<5.0.0)
Requires-Dist: pillow (>=11.1.0,<12.0.0)
Requires-Dist: pyperclip (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: rich (>=14.0.0,<15.0.0)
Requires-Dist: rsa (>=4.9,<5.0)
Requires-Dist: scipy (>=1.15.2,<2.0.0)
Requires-Dist: scp (>=0.15.0,<0.16.0)
Requires-Dist: send2trash (>=1.8.3,<2.0.0)
Requires-Dist: shelper (>=0.1.4)
Requires-Dist: telethon (>=1.39.0,<2.0.0)
Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Requires-Dist: types-paramiko (>=3.5.0.20240928,<4.0.0.0)
Requires-Dist: types-pillow (>=10.2.0.20240822,<11.0.0.0)
Requires-Dist: types-requests (>=2.32.0.20250328,<3.0.0.0)
Requires-Dist: types-send2trash (>=1.8.2.7,<2.0.0.0)
Requires-Dist: walking-man (>=0.2.6)
Project-URL: Repository, https://github.com/dannystewart/dsbin
Description-Content-Type: text/markdown

# DSBin

[![PyPI version](https://img.shields.io/pypi/v/dsbin.svg)](https://pypi.org/project/dsbin/)
[![Python versions](https://img.shields.io/pypi/pyversions/dsbin.svg)](https://pypi.org/project/dsbin/)
[![PyPI downloads](https://img.shields.io/pypi/dm/dsbin.svg)](https://pypi.org/project/dsbin/)
[![License](https://img.shields.io/pypi/l/dsbin.svg)](https://github.com/dannystewart/dsbin/blob/main/LICENSE)

This is my personal collection of Python scripts, built up over many years of solving problems most people don't care about (or don't *know* they care about… until they discover my scripts).

## Script List

### Meta Scripts
- **dsver**, **lsbin**: *(No description available)*

### File Management
- **backupsort**, **bigfiles**, **dupefinder**, **fml**, **foldermerge**, **rsyncer**, **workcalc**: *(No description available)*

### Text Processing Scripts
- **pycompare**, **w11renamer**: *(No description available)*

### Media Scripts
- **ffgif**, **fftrim**, **ytdl**: *(No description available)*

### Music Scripts
- **aif2wav**, **alacrity**, **hpfilter**, **metacopy**, **mp3ify**, **mshare**, **pybounce**, **rmp3**, **wav2aif**, **wpmusic**: *(No description available)*

### Mac Scripts
- **dmg-encrypt**, **dmgify**, **mvdmg**, **netreset**, **pkginst**, **setmag**, **spacepurger**, **timestamps**: *(No description available)*

### Logic Pro Scripts
- **bipclean**, **bouncefiler**, **bounceprune**, **bounces**, **oldprojects**: *(No description available)*

### System Tools
- **changehostname**, **dockermounter**, **dsservice**, **dsupdater**, **dsupdater-install**, **envsync**, **ssh-tunnel**, **watchtower**: *(No description available)*

### Development Scripts
- **checkdeps**, **checkimports**, **codeconfigs**, **impactanalyzer**, **packageanalyzer**, **poetry-migrate**, **pybumper**, **pyenversioner**, **scriptdep**, **tagreplace**, **updatedeps**, **uvmigrate**: *(No description available)*

## License
This project is licensed under the LGPL-3.0 License. See the [LICENSE](https://github.com/dannystewart/dsbin/blob/main/LICENSE) file for details.

Contributions welcome! Please feel free to submit a pull request!

