Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braebo/sv2
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/braebo/sv2
- Owner: braebo
- Created: 2023-05-21T23:02:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-21T23:04:30.000Z (over 1 year ago)
- Last Synced: 2024-06-02T00:45:18.679Z (5 months ago)
- Language: Python
- Size: 18.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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# returns 'words'
foobar.pluralize('word')# returns 'geese'
foobar.pluralize('goose')# returns 'phenomenon'
foobar.singularize('phenomena')
```## 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