An open API service indexing awesome lists of open source software.

https://github.com/openmined/.github

All our community health files
https://github.com/openmined/.github

standards

Last synced: about 2 months ago
JSON representation

All our community health files

Awesome Lists containing this project

README

          

![foobar-logo](https://github.com/OpenMined/design-assets/blob/master/logos/OM/horizontal-primary-trans.png)

![Tests](https://img.shields.io/github/workflow/status/OpenMined/PySyft/Tests)
![Coverage](https://img.shields.io/codecov/c/github/OpenMined/PySyft)
![Downloads](https://img.shields.io/pypi/dd/syft)
![License](https://img.shields.io/github/license/OpenMined/PySyft)
![Version](https://img.shields.io/pypi/v/syft)
![OpenCollective](https://img.shields.io/opencollective/all/openmined)

# Foobar

Foobar is a Python library for dealing with word pluralization. Make sure that this block of text is no more than a paragraph. **It should provide a clearly readible description of the intention of the repo and should be understandable by a total beginner.** Don't go into a ton of technical detail here, just try to provide a nice high-level description of what this project is about. [Here's a good example](https://github.com/jaredpalmer/razzle) of how this section should be written.

- :fire: Feature one
- :smile: Be sure to use emojis for features to help them stand out
- :rocket: Another really cool feature
- :star: Have up to 8 features, but no more

## 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'
```

It might be good here to produce a few really simple examples of how this library can be used if indeed the library is multi-purpose. Be sure to use the Markdown headers to establish a correct heirarchy to the document.

## Support

For support in using this library, please join the **#lib_pysyft** Slack channel. If you'd like to follow along with any code changes to the library, please join the **#code_pysyft** Slack channel. [Click here to join our Slack community!](https://slack.openmined.org)

## 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.

## Contributors

Please make sure to fill this section in with **all former and current** contributors to the project. [Documentation on how to do this is located here.](https://github.com/all-contributors/all-contributors)

## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)