Metadata-Version: 2.1
Name: gdump
Version: 0.1.0
Summary: 📆 Genesis Dumper lets you dump your schedule from Genesis and turn it into an .ICS file for use in Google Calendar or Outlook
Home-page: https://github.com/regulad/gdump
License: GPL-3.0
Author: Parker Wahle
Author-email: regulad@regulad.xyz
Requires-Python: >=3.11,<3.13
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: ics (>=0.7.2,<0.8.0)
Requires-Dist: importlib-metadata (>=6.8.0,<7.0.0)
Requires-Dist: pytz (>=2024.1,<2025.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Requires-Dist: typing-extensions (>=4.7.1,<5.0.0)
Project-URL: Changelog, https://github.com/regulad/gdump/releases
Project-URL: Documentation, https://gdump.readthedocs.io
Project-URL: Repository, https://github.com/regulad/gdump
Description-Content-Type: text/markdown

# Genesis Dumper

[![PyPI](https://img.shields.io/pypi/v/gdump.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/gdump.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/gdump)][pypi status]
[![License](https://img.shields.io/pypi/l/gdump)][license]

[![Read the documentation at https://gdump.readthedocs.io/](https://img.shields.io/readthedocs/gdump/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/regulad/gdump/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/regulad/gdump/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi status]: https://pypi.org/project/gdump/
[read the docs]: https://gdump.readthedocs.io/
[tests]: https://github.com/regulad/gdump/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/regulad/gdump
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

Export Genesis schedule to an ICS file for importing into a calendar app.

![Genesis Dumper Banner](./banner.png)

## Installation

You can install _Genesis Dumper_ via [pip] or pipx from [PyPI]:

```console
$ pipx install gdump
$ gdump
```

## Usage

Please see the [Command-line Reference] for details.

* Run `gdump --help`
* Run `gdump`
* Input your username & password when prompted
* Import the `schedule_xxxxxx_xxxx-xxxx.ics` file into your calendar app

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [GPL 3.0 license][license],
_Genesis Dumper_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@regulad]'s [neopy] template.

[@regulad]: https://github.com/regulad
[pypi]: https://pypi.org/
[neopy]: https://github.com/regulad/cookiecutter-neopy
[file an issue]: https://github.com/regulad/gdump/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/regulad/gdump/blob/main/LICENSE
[contributor guide]: https://github.com/regulad/gdump/blob/main/CONTRIBUTING.md
[command-line reference]: https://gdump.readthedocs.io/en/latest/usage.html

