| Name | txt2ics JSON |
| Version |
0.0.4
JSON |
| download |
| home_page | |
| Summary | A super-tiny utility that converts your todo.txt file into an iCalendar file. |
| upload_time | 2023-08-11 03:23:47 |
| maintainer | |
| docs_url | None |
| author | |
| requires_python | >=3.7 |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
icalendar
python-dotenv
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
A super-tiny utility that converts your todo.txt file into an iCalendar file.
You would run it like this:
pip install txt2ics
python -m txt2ics convert todo.md
You can also serve the file with HTTP
pip install txt2ics
python -m txt2ics httpd todo.md
Related work (check the test file)
- Markwhen
- Todo.txt
Raw data
{
"_id": null,
"home_page": "",
"name": "txt2ics",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "George Politis <gp@superpointer.com>",
"download_url": "https://files.pythonhosted.org/packages/8f/c2/7e80fd952da1d7e1d27b4592b98850dd3866cbfd34b458bae3d702182a7e/txt2ics-0.0.4.tar.gz",
"platform": null,
"description": "A super-tiny utility that converts your todo.txt file into an iCalendar file. \nYou would run it like this:\n\n pip install txt2ics\n python -m txt2ics convert todo.md\n\nYou can also serve the file with HTTP\n\n pip install txt2ics\n python -m txt2ics httpd todo.md\n\nRelated work (check the test file)\n\n- Markwhen\n- Todo.txt\n",
"bugtrack_url": null,
"license": "",
"summary": "A super-tiny utility that converts your todo.txt file into an iCalendar file.",
"version": "0.0.4",
"project_urls": {
"Bug Tracker": "https://github.com/gpolitis/txt2ics/issues",
"Homepage": "https://github.com/gpolitis/txt2ics"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b8db2f2cd37b333ac35e3f2c291a55c233a3b20b16ad3b39cc21bd170f348c06",
"md5": "2253c5297a9901fc102df39a91eb1a6e",
"sha256": "8d7e9243c6da702a979e5b3b376daff111fa28d1fb7c4c1eb5ec81c32c38cb52"
},
"downloads": -1,
"filename": "txt2ics-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2253c5297a9901fc102df39a91eb1a6e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5595,
"upload_time": "2023-08-11T03:23:46",
"upload_time_iso_8601": "2023-08-11T03:23:46.175603Z",
"url": "https://files.pythonhosted.org/packages/b8/db/2f2cd37b333ac35e3f2c291a55c233a3b20b16ad3b39cc21bd170f348c06/txt2ics-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8fc27e80fd952da1d7e1d27b4592b98850dd3866cbfd34b458bae3d702182a7e",
"md5": "9e44984e87969b7f1bc4f131c3e1b703",
"sha256": "cd5102bdaa0b30cc37ef7733141f8a397fda1c90b7449ca167ae074cbec2e982"
},
"downloads": -1,
"filename": "txt2ics-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "9e44984e87969b7f1bc4f131c3e1b703",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 5281,
"upload_time": "2023-08-11T03:23:47",
"upload_time_iso_8601": "2023-08-11T03:23:47.570269Z",
"url": "https://files.pythonhosted.org/packages/8f/c2/7e80fd952da1d7e1d27b4592b98850dd3866cbfd34b458bae3d702182a7e/txt2ics-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-11 03:23:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gpolitis",
"github_project": "txt2ics",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "icalendar",
"specs": []
},
{
"name": "python-dotenv",
"specs": []
}
],
"lcname": "txt2ics"
}