ref: https://www.makeareadme.com
Foobar is a Python library for doing awesome things with strings.
- Linux
- Python 3.3 and up
$ pip install foobar
import foobar
foobar.awesome_method('baz')$ virtualenv foobar
$ . foobar/bin/activate
$ pip install -e .
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.