Metadata-Version: 2.1
Name: pyjokes
Version: 0.7.2
Summary: One line jokes for programmers (jokes as a service)
License: BSD-3-Clause
Author: Ben Nuttall
Author-email: ben@bennuttall.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# pyjokes

[![](https://badge.fury.io/py/pyjokes.svg)](https://pypi.org/project/pyjokes/)

One line jokes for programmers (jokes as a service)

## Installation

Install the `pyjokes` module with pip:

```console
pip3 install pyjokes
```

## Usage

Once installed, simply call `pyjoke` or `pyjokes` from the command line or add it to your `.bashrc`
or `.zshrc` file to see a joke every time you open a terminal.

You can also access the jokes in your own project by importing `pyjokes` and using the functions
`get_joke` and `get_jokes`.

## Maintainers

The project is maintained by the members of the PyJokes Society:

- Ben Nuttall
- Alex Savio
- Borja Ayerdi
- Oier Etxaniz ([RIP](https://www.europython-society.org/farewell-to-oier-echaniz-beneitez))

## Contributing

- The code is licensed under the [BSD Licence](http://opensource.org/licenses/BSD-3-Clause)
- Please use GitHub issues to submit bugs and report issues
- Feel free to contribute to the code
- Feel free to contribute jokes (via pull request or [proposal issue](https://github.com/pyjokes/pyjokes/issues/10))
- See the [contributing policy](https://github.com/pyjokes/pyjokes/tree/master/CONTRIBUTING.md)

## Website and documentation

The pyjokes website and documentation is available at https://pyjok.es/
