fx-bin

View on PyPIReverse Dependencies (0)

0.7.1 fx_bin-0.7.1-py3-none-any.whl

Wheel Details

Project: fx-bin
Version: 0.7.1
Filename: fx_bin-0.7.1-py3-none-any.whl
Download: [link]
Size: 10533
MD5: d4cd839ade8196754bc0e76e210db13a
SHA256: fbfad8b0aa003a6e820aba6c99b4ee3c36a246171980f580657d729abc022b67
Uploaded: 2023-12-16 14:10:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fx-bin
Version: 0.7.1
Summary: A common bin collection for my own usage
Author: Frank Xu
Author-Email: frank[at]frankxu.me
Home-Page: https://github.com/frankyxhl/fx_bin
Project-Url: Repository, https://github.com/frankyxhl/fx_bin
Keywords: fx_bin
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11,<4.0
Requires-Dist: click (<9.0.0,>=8.1.3)
Requires-Dist: loguru (<0.8.0,>=0.7.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 261 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.8.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
fx_bin/__init__.py sha256=YlBWikVpjOxTHKG7MLK0SRe3UunpxsOpBgQvigHeHIE 150
fx_bin/cli.py sha256=PPZScnv-aBn70STK4WUd3WrD8f-ovJu4zSmPDfR7neQ 419
fx_bin/files.py sha256=78XF2AUzjDdBlQtyLKtUie4dBr5Df5kE7qrRb-_41Xs 1870
fx_bin/find_files.py sha256=8wLpsRqPXt1SLToAUKP9UwMuiZ49HISCgh1hXqM6-TI 476
fx_bin/lib.py sha256=mQQPGZwatKsNG1y4n6dkj5_mDDoEJ3fTvwZV1CNfeOI 514
fx_bin/pd.py sha256=RARq-k43b5egcGay5OnlyHvTHSdSvFUsQebFDfprw8k 658
fx_bin/py_fx_bin.py sha256=RxG8pq-dTXinCxdKPdrUo-wg3c_mYMPSyRw2Pmw3oA8 80
fx_bin/replace.py sha256=N8eY4iGq418baTShqA5MhfsVgfE12wvw8Gv-X8KqNss 846
fx_bin/run_upgrade_program.py sha256=Sk-ASZ3eHGQndwR4eWwl7sOqaDTQnInrM1N8ljX2FQ4 173
fx_bin/size.py sha256=9LrZhVl4-hLU22UMFf-g-eCJReLFbVa4Yg3JNcVZ_ds 2039
fx_bin/upload_server.py sha256=w0v-E6dcJZMBTH_ryqBhUzjrgnHCagwUnPOOY5CbPW4 12017
fx_bin-0.7.1.dist-info/METADATA sha256=d9xDD0cz-xvMxisWJRkXGZhZNZ2g4jm_xeYLO2tWkmI 872
fx_bin-0.7.1.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
fx_bin-0.7.1.dist-info/entry_points.txt sha256=rzURvleNLYRXkMz-lI1s28NaluadpM2pVKz0caUyZ9M 251
fx_bin-0.7.1.dist-info/RECORD

entry_points.txt

fx_ff = fx_bin.find_files:main
fx_files = fx_bin.files:main
fx_grab_json_api_to_excel = fx_bin.pd:main
fx_replace = fx_bin.replace:main
fx_server = fx_bin.upload_server:main
fx_size = fx_bin.size:main
fx_upgrade = fx_bin.run_upgrade_program:main