Metadata-Version: 2.1
Name: xed
Version: 0.0.5
Summary: A utility for performing basic text transformations.
Home-page: UNKNOWN
Author: Aryan Naraghi
Author-email: aryan.naraghi@gmail.com
License: UNKNOWN
Project-URL: Source Code, https://github.com/aryann/xed
Project-URL: Author's Website, https://aryan.app
Project-URL: Documentation, https://xed.aryan.app
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# xed

xed is a command-line tool for performing basic text transformations, modeled
after the utility [sed](https://en.wikipedia.org/wiki/Sed).

Example invocation:

```
$ echo "Hello, world!" | xed replace Hello Goodbye
Goodbye, world
```

For more information, [visit xed's website](https://xed.aryan.app).


