Skip to content

Commit

Permalink
Add license and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
M-110 committed Mar 10, 2021
1 parent 220d9a5 commit c1298e3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To the extent possible under law, the person who associated CC0 with
Sudoku_Solver has waived all copyright and related or neighboring rights
to Sudoku_Solver.

See <http://creativecommons.org/publicdomain/zero/1.0/>.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Foobar

Foobar is a Python library for dealing with word pluralization.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install foobar
```

## Usage

```python
import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'
```

## Contributing
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

## License
[CC0](https://creativecommons.org/share-your-work/public-domain/cc0/)

0 comments on commit c1298e3

Please sign in to comment.