Metadata-Version: 2.4
Name: solcadre
Version: 0.1.4
Summary: Solcadre System
Project-URL: Homepage, https://github.com/davidcoates/solcadre
Project-URL: Issues, https://github.com/davidcoates/solcadre/issues
Project-URL: Documentation, https://solcadre.readthedocs.io
Project-URL: See it in action, https://solcadre.net
Author: David Coates
License-Expression: MIT
License-File: LICENSE
Keywords: astronomy,calendar,cycle,equinox,seasons,solstice,time,week
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: astral>=3.2
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.0.0; extra == 'docs'
Requires-Dist: mkdocs>=1.5.0; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.23.0; extra == 'docs'
Requires-Dist: pymdown-extensions>=10.0.0; extra == 'docs'
Description-Content-Type: text/markdown

# Solcadre

[![Documentation Status](https://readthedocs.org/projects/solcadre/badge/?version=latest)](https://solcadre.readthedocs.io/en/latest/)
[![PyPI version](https://img.shields.io/pypi/v/solcadre.svg)](https://pypi.org/project/solcadre/)

**Solcadre** is a week-based, solar-structured calendar system designed around how people actually organise their time.

Human routines, work, and social life are overwhelmingly structured around the **week**. Solcadre takes the week as its fundamental unit, and builds the rest of the calendar around it.

The year is divided into **four fixed 12-week seasons**, with **explicit transition weeks** between seasons.

**See it in action:** https://solcadre.net

---

## Core ideas

- **The week is the building block**
  All longer periods are composed of a whole number of weeks, so weekly structure never breaks or drifts.

- **Seasons are fixed-length**  
  Each season is exactly 12 weeks long, making seasons comparable and well-suited to training programs, projects, or focused periods of work.

- **Transitions are intentional**  
  One or two transition weeks sit between seasons, aligned closely with the solstices and equinoxes, and are intended for rest, review, or change.

- **Solar alignment without daily complexity**  
  The calendar follows the solar year at the seasonal level, while keeping week-level structure clean and regular.

---

## Why Solcadre?

Most people already plan their lives in weeks: work cycles, training schedules, routines, and rest days are all weekly patterns.

Solcadre makes that implicit structure explicit. By keeping weeks intact and grouping them into fixed-length seasons, it provides a stable framework for planning without constant adjustment or drift.

---

## Implementation

This repository contains a library implementing the Solcadre calendar system.

Calendars are localised by timezone, latitude, and longitude. Days are defined from sunrise to the following sunrise, allowing day boundaries to follow the local solar cycle rather than the civil clock.
