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

https://github.com/willf/joyfully

Write more joyful code
https://github.com/willf/joyfully

Last synced: 12 months ago
JSON representation

Write more joyful code

Awesome Lists containing this project

README

          

# Joyfully

[![Python package](https://github.com/willf/joyfully/actions/workflows/test.yml/badge.svg)](https://github.com/willf/joyfully/actions/workflows/test.yml)

Write more joyful code.

This is not a _real_ project, but a project template that could be used to create new [Poetry](https://python-poetry.org/) projects with automated testing and linting, issues, pull requests, how to contribute, and a code of conduct.

Free free to use it for your own projects, or to fork it and make your own template.

---

## Installation

```shell
pip install joyfully
```

## Usage

```python
from joyfully import joyfully

print(joyfully.hello_world())
```

## Contributing

We welcome contributions to Joyfully. Please see our [contributing guidelines](contributing.md) for more information.

## Code of Conduct

We expect project participants to adhere to our [Code of Conduct](code-of-conduct.md).