Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 668 Bytes

File metadata and controls

37 lines (25 loc) · 668 Bytes

ref: https://www.makeareadme.com

Foobar CI status

Foobar is a Python library for doing awesome things with strings.

Installation

Requirements

  • Linux
  • Python 3.3 and up

$ pip install foobar

Usage

import foobar

foobar.awesome_method('baz')

Development

$ virtualenv foobar
$ . foobar/bin/activate
$ pip install -e .

Contributing

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.

License

MIT