Metadata-Version: 2.3
Name: bibin
Version: 0.0.1
Summary: bibin - trash files and folders
Project-URL: Homepage, https://gitlab.com/hydrargyrum/bibin
License-Expression: WTFPL
License-File: COPYING.WTFPL
Keywords: delete,files,freedesktop,remove,trash
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=3
Description-Content-Type: text/markdown

# bibin

Trash/Untrash files and folders in command-line or as a library.
Follows relevant [freedesktop spec](https://specifications.freedesktop.org/trash-spec/1.0/).

## Install

    pipx install bibin

## Command-line example

TODO

## Library example

TODO

## Standard

- supports non-home dir trashes (for example on different partitions or removable drives)

## License

bibin is licensed under [WTFPLv2](COPYING.WTFPL).
