gdump


Namegdump JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/regulad/gdump
Summary📆 Genesis Dumper lets you dump your schedule from Genesis and turn it into an .ICS file for use in Google Calendar or Outlook
upload_time2024-08-23 00:00:47
maintainerNone
docs_urlNone
authorParker Wahle
requires_python<3.13,>=3.11
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/regulad/gdump",
    "name": "gdump",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Parker Wahle",
    "author_email": "regulad@regulad.xyz",
    "download_url": "https://files.pythonhosted.org/packages/b4/13/3953247d64e9f7382e8b7cc851017b7b6c51ba66e2d606331520bd31f7d6/gdump-0.1.0.tar.gz",
    "platform": null,
    "description": "# Genesis Dumper\n\n[![PyPI](https://img.shields.io/pypi/v/gdump.svg)][pypi status]\n[![Status](https://img.shields.io/pypi/status/gdump.svg)][pypi status]\n[![Python Version](https://img.shields.io/pypi/pyversions/gdump)][pypi status]\n[![License](https://img.shields.io/pypi/l/gdump)][license]\n\n[![Read the documentation at https://gdump.readthedocs.io/](https://img.shields.io/readthedocs/gdump/latest.svg?label=Read%20the%20Docs)][read the docs]\n[![Tests](https://github.com/regulad/gdump/workflows/Tests/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/regulad/gdump/branch/main/graph/badge.svg)][codecov]\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]\n\n[pypi status]: https://pypi.org/project/gdump/\n[read the docs]: https://gdump.readthedocs.io/\n[tests]: https://github.com/regulad/gdump/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/regulad/gdump\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[black]: https://github.com/psf/black\n\n## Features\n\nExport Genesis schedule to an ICS file for importing into a calendar app.\n\n![Genesis Dumper Banner](./banner.png)\n\n## Installation\n\nYou can install _Genesis Dumper_ via [pip] or pipx from [PyPI]:\n\n```console\n$ pipx install gdump\n$ gdump\n```\n\n## Usage\n\nPlease see the [Command-line Reference] for details.\n\n* Run `gdump --help`\n* Run `gdump`\n* Input your username & password when prompted\n* Import the `schedule_xxxxxx_xxxx-xxxx.ics` file into your calendar app\n\n## Contributing\n\nContributions are very welcome.\nTo learn more, see the [Contributor Guide].\n\n## License\n\nDistributed under the terms of the [GPL 3.0 license][license],\n_Genesis Dumper_ is free and open source software.\n\n## Issues\n\nIf you encounter any problems,\nplease [file an issue] along with a detailed description.\n\n## Credits\n\nThis project was generated from [@regulad]'s [neopy] template.\n\n[@regulad]: https://github.com/regulad\n[pypi]: https://pypi.org/\n[neopy]: https://github.com/regulad/cookiecutter-neopy\n[file an issue]: https://github.com/regulad/gdump/issues\n[pip]: https://pip.pypa.io/\n\n<!-- github-only -->\n\n[license]: https://github.com/regulad/gdump/blob/main/LICENSE\n[contributor guide]: https://github.com/regulad/gdump/blob/main/CONTRIBUTING.md\n[command-line reference]: https://gdump.readthedocs.io/en/latest/usage.html\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "\ud83d\udcc6 Genesis Dumper lets you dump your schedule from Genesis and turn it into an .ICS file for use in Google Calendar or Outlook",
    "version": "0.1.0",
    "project_urls": {
        "Changelog": "https://github.com/regulad/gdump/releases",
        "Documentation": "https://gdump.readthedocs.io",
        "Homepage": "https://github.com/regulad/gdump",
        "Repository": "https://github.com/regulad/gdump"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edf1c35784d185b8309da5a99afa402a5c865c0c82095f2acff0fee9c1d955e7",
                "md5": "418e7ebccb8f00096534e6396ad55903",
                "sha256": "a11ec1291f8619d5b57bf966cf17d53de95d2b9457ce9a744828ef0f5efe4dd6"
            },
            "downloads": -1,
            "filename": "gdump-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "418e7ebccb8f00096534e6396ad55903",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.11",
            "size": 23569,
            "upload_time": "2024-08-23T00:00:45",
            "upload_time_iso_8601": "2024-08-23T00:00:45.900038Z",
            "url": "https://files.pythonhosted.org/packages/ed/f1/c35784d185b8309da5a99afa402a5c865c0c82095f2acff0fee9c1d955e7/gdump-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4133953247d64e9f7382e8b7cc851017b7b6c51ba66e2d606331520bd31f7d6",
                "md5": "68da51a78b9221d58c50eb08b6680a81",
                "sha256": "b93b1ee91e0509fa76470006050e79f9d1918d4a6a58c4e1cebb37da0985fd37"
            },
            "downloads": -1,
            "filename": "gdump-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "68da51a78b9221d58c50eb08b6680a81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.11",
            "size": 21824,
            "upload_time": "2024-08-23T00:00:47",
            "upload_time_iso_8601": "2024-08-23T00:00:47.727433Z",
            "url": "https://files.pythonhosted.org/packages/b4/13/3953247d64e9f7382e8b7cc851017b7b6c51ba66e2d606331520bd31f7d6/gdump-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 00:00:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "regulad",
    "github_project": "gdump",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gdump"
}
        
Elapsed time: 0.53839s