{"id":19662956,"url":"https://github.com/pustovitdmytro/calendar-maker","last_synced_at":"2026-08-02T23:31:18.706Z","repository":{"id":46304854,"uuid":"104563082","full_name":"pustovitDmytro/calendar-maker","owner":"pustovitDmytro","description":"module that can transform .txt files to .csv or .ics(ical) calendars","archived":false,"fork":false,"pushed_at":"2021-10-31T23:19:12.000Z","size":10,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-07T02:40:55.767Z","etag":null,"topics":["calendar","csv","ical","parsing","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pustovitDmytro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-23T11:37:00.000Z","updated_at":"2017-09-23T20:08:28.000Z","dependencies_parsed_at":"2022-09-08T21:42:47.055Z","dependency_job_id":null,"html_url":"https://github.com/pustovitDmytro/calendar-maker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pustovitDmytro/calendar-maker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fcalendar-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fcalendar-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fcalendar-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fcalendar-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pustovitDmytro","download_url":"https://codeload.github.com/pustovitDmytro/calendar-maker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fcalendar-maker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510913,"owners_count":25998996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","csv","ical","parsing","python3"],"created_at":"2024-11-11T16:12:59.016Z","updated_at":"2025-10-05T19:45:10.727Z","avatar_url":"https://github.com/pustovitDmytro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# calendar-maker\nmodule that can transform .txt files to .csv or .ics(ical) calendars\n\n## Table of Contents\n1. [Requirements](#requirements)\n2. [Install \u0026 Run](#install-\u0026-run)\n3. [Project Structure](#project-structure)\n4. [Docs](#docs)\n5. [License](license)\n\n## Requirements\n* python `3.0+`\n* pip `9.0+`\n\n## Install \u0026 Run\n\nTo install packages run:\n```sh\n$ pip install abc json re os json csv datetime\n$ python main.py\n```\n\n## Project Structure\n\n```\n.\n├── results                         # .ics and .csv files\n├── source                          # .txt source files\n└── main.py                         # file with method implementation\n```\n## Docs\n\nThere are some docs how to write [icalc](https://tools.ietf.org/html/rfc5545) files.\n\nAfter you've jenerated .ics or .csv file use [theese](https://support.google.com/calendar/answer/37118) instructions to sync new calendar with gmail account\n\n## Examples Of Use\n\nThere are some examples of implementation:\n\n1. prepate `input.txt` file with data in this format:\n```\nname;date\nПетя;01.05\nВася;02.05\n```\n2. save it as [Unicode](https://en.wikipedia.org/wiki/Unicode) plain text in the source directory.\n\n3. Add this code to main.py\n```python\npage = Page('family.txt')\npage.read();\npage.save(type='csv');\npage.save(type='ics');\n```\n4. run in the command line \n```sh\n$ python main.py\n```\n5. browse results directory\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustovitdmytro%2Fcalendar-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpustovitdmytro%2Fcalendar-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustovitdmytro%2Fcalendar-maker/lists"}