Metadata-Version: 2.3
Name: cycloplanning
Version: 0.1.1
Summary: A project to parse the cycloplanning as ICS
Author-email: gma2th <gma2th@proton.me>
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: awscli>=1.34.24
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: click>=8.1.7
Requires-Dist: flask>=3.0.3
Requires-Dist: ics>=0.7.2
Requires-Dist: requests>=2.32.3
Requires-Dist: ruff>=0.6.7
Description-Content-Type: text/markdown

# Cycloplanning

Parse cycloplanning framacalc as ICS

## Usage

```sh
$ pip install cycloplanning
$ cycloplanning --help
Usage: cycloplanning [OPTIONS]

Options:
  -o, --output TEXT  file to write ICS to
  --url TEXT         URL to parse cycloplanning from
  --help             Show this message and exit.
```

## Contribute

```sh
$ curl -sSf https://rye.astral.sh/get | bash
$ git clone https://github.com/gma2th/cycloplanning-ics.git
$ cd cycloplanning-ics
$ rye sync
$ rye run cycloplanning -o cycloplanning.ics
$ rye run flask run
$ curl 127.0.0.1:5000/cycloplanning.ics
```
