Metadata-Version: 2.1
Name: flipboard
Version: 0.1.0
Summary: Apply transformations to text on the clipboard
Home-page: https://github.com/chris48s/flipboard
License: MIT
Author: chris48s
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: xmlformatter (>=0.2.3,<0.3.0)
Project-URL: Repository, https://github.com/chris48s/flipboard
Description-Content-Type: text/markdown

# flipboard

CLI tool for applying useful transformations to text on the clipboard

```
flipboard [encode|decode] [base64|url]
flipboard [minify|pprint] [json/xml]
flipboard trim
```

