-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
144 lines (133 loc) · 4.55 KB
/
Copy pathpyproject.toml
File metadata and controls
144 lines (133 loc) · 4.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[project]
name = "dsbin"
version = "0.9.11.dev0"
description = "Personal script library solving problems you didn't know you cared about"
authors = [{ name = "Danny Stewart", email = "danny@stewart.cc" }]
urls = { repository = "https://github.com/dannystewart/dsbin" }
readme = "README.md"
license = "LGPL-3.0-or-later"
license-files = ["LICENSE"]
requires-python = ">=3.12,<4.0"
dependencies = [
"azure-storage-blob (>=12.29.0)",
"blessed (>=1.44.0)",
"chardet (>=7.4.3)",
"halo (>=0.0.31)",
"inquirer (>=3.4.1)",
"mutagen (>=1.47.0)",
"mysql-connector-python (>=9.7.0)",
"natsort (>=8.4.0)",
"numpy (>=2.4.6)",
"packaging (>=26.2)",
"paramiko (>=5.0.0)",
"pexpect (>=4.9.0)",
"pillow (>=12.2.0)",
"polykit (>=0.15.0)",
"prompt-toolkit (>=3.0.52)",
"pydub (>=0.25.1)",
"pyperclip (>=1.11.0)",
"requests (>=2.34.2)",
"rich (>=15.0.0)",
"rsa (>=4.9.1)",
"scipy (>=1.17.1)",
"scp (>=0.15.0)",
"telethon (>=1.43.2)",
"tomli-w (>=1.2.0)",
"tomlkit (>=0.15.0)",
"tqdm (>=4.67.3)",
"types-paramiko (>=4.0.0.20260518)",
"types-pillow (>=10.2.0.20240822)",
"types-requests (>=2.33.0.20260518)",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Communications :: File Sharing",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: Conversion",
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Video :: Conversion",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Shells",
"Topic :: System :: System Shells",
"Topic :: Utilities",
]
[tool.poetry.group.dev.dependencies]
mypy = ">=2.1.0"
pdoc = ">=16.0.0"
polykit = { path = "../polykit", develop = true }
pre-commit = ">=4.6.0"
ruff = ">=0.15.14"
[build-system]
requires = ["poetry-core>=2.0"]
build-backend = "poetry.core.masonry.api"
[project.scripts]
# Meta Scripts
lsbin = "dsbin.lsbin:main"
dsver = "dsbin.dsver:main"
dsfish = "dsbin.tools.dsfish:main"
# Development Scripts
changelogs = "dsbin.dev.changelogs:main"
checkdeps = "dsbin.dev.check_dependencies:main"
checkimports = "dsbin.dev.check_imports:main"
codeconfigs = "dsbin.dev.code_configs.code_configs:main"
impactanalyzer = "dsbin.dev.impact_analyzer:main"
packageanalyzer = "dsbin.dev.package_analyzer:main"
pybumper = "dsbin.pybumper.main:main"
pyprojector = "dsbin.pyprojector.pyprojector:main"
reporun = "dsbin.dev.reporun:main"
tagreplace = "dsbin.dev.tag_replace:main"
# File Management
backupsort = "dsbin.files.backupsort:main"
bigfiles = "dsbin.files.bigfiles:main"
dupefinder = "dsbin.files.dupefinder:main"
foldermerge = "dsbin.files.foldermerge:main"
rsyncer = "dsbin.files.rsyncer:main"
workcalc = "dsbin.workcalc.main:main"
# Text Processing
csvfix = "dsbin.text.csvfix:main"
pycompare = "dsbin.text.pycompare:main"
w11renamer = "dsbin.text.w11renamer:main"
# System Tools
changehostname = "dsbin.tools.changehostname:main"
dsservice = "dsbin.tools.dsservice:main"
dsupdater = "dsbin.updater.updater:main"
dsupdater-install = "dsbin.updater.install:main"
dockermounter = "dsbin.tools.dockermounter:main"
envsync = "dsbin.tools.envsync:main"
ssh-tunnel = "dsbin.tools.ssh_tunnel:main"
# macOS-Specific Scripts
dmg-encrypt = "dsbin.mac.dmg_encrypt:main"
dmgify = "dsbin.mac.dmgify:main"
netreset = "dsbin.mac.netreset:main"
setmag = "dsbin.mac.setmag:main"
spacepurger = "dsbin.tools.spacepurger:main"
timestamps = "dsbin.mac.timestamps:main"
# Music Scripts
aif2wav = "dsbin.music.awa:aif2wav"
alacrity = "dsbin.music.alacrity:main"
hpfilter = "dsbin.music.hpfilter:main"
metacopy = "dsbin.music.metacopy:main"
mp3ify = "dsbin.music.mp3ify:main"
mshare = "dsbin.music.mshare:main"
pybounce = "dsbin.pybounce.main:main"
rmp3 = "dsbin.music.rmp3:main"
wav2aif = "dsbin.music.awa:wav2aif"
wpmusic = "dsbin.wpmusic.main:main"
# Logic Pro Scripts
bipclean = "dsbin.logic.bipclean:main"
bouncefiler = "dsbin.logic.bouncefiler:main"
bounceprune = "dsbin.logic.bounceprune:main"
bounces = "dsbin.logic.bounces:main"
oldprojects = "dsbin.logic.oldprojects:main"
# Other Media Scripts
ffgif = "dsbin.media.ffgif:main"
fftrim = "dsbin.media.fftrim:main"