Skip to content

sitemapxml/readme

Repository files navigation

Maintenance Maintaner GitHub issues GitHub release GitHub commits since tagged version GitHub license

Repository Template

Note: You can add some important note here. You can also add a link to Change log here, if you want.

About project

Basic description of your project.

Installation

Use the package manager pip to install foobar.

pip install foobar

Usage

import foobar

# returns 'words'
foobar.pluralize('word')

# returns 'geese'
foobar.pluralize('goose')

# returns 'phenomenon'
foobar.singularize('phenomena')

Contributing

Pull requests are welcome. Please take a time to read our Contributing Guidelines before submitting pull request.

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Code of Conduct

You should also add a link to Code of Conduct so people can find it easyer, or, you can even add it to "Contributing" section.

License

MIT