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
- Host: GitHub
- URL: https://github.com/willf/joyfully
- Owner: willf
- Created: 2022-09-27T21:04:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:55:04.000Z (over 3 years ago)
- Last Synced: 2025-04-10T20:13:01.765Z (about 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- Code of conduct: code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Joyfully
[](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).