Metadata-Version: 2.1
Name: tr3
Version: 0.1.1
Summary: tr3
Author: fredrik
Author-email: nfredrik@hotmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

[![pypi](https://img.shields.io/pypi/v/midsummer.svg)](https://pypi.python.org/pypi/tribus)
[![Downloads](https://static.pepy.tech/badge/midsummer)](https://pepy.tech/project/tribus) 
[![Downloads](https://static.pepy.tech/badge/midsummer/month)](https://pepy.tech/project/tribus)
[![versions](https://img.shields.io/pypi/pyversions/pydantic.svg)](https://github.com/midsummer/tribus)

# Python course at 3

This is demo project to be used in the python course

## Usage

To use this module, simply import the `midsummer_date` function and pass the year for which you want to find the Midsummer's Day:

```python
    import tribus

    year = 2024
    print(midsummer_date(year))
```


## Functionality

Add some nice functionality when relevant 
## Exceptions

wait and see

## License
This project is licensed under the MIT License - see the LICENSE.md file for details.

