# 🗣️ Talkdo - Talk your to-dos
**Talkdo** is a revolutionary command-line task management application that lets you manage your tasks using natural language. Just talk to your to-dos and watch the magic happen!
## 👨💻 **About the Creator**
**Talkdo** is developed by **Sherin Joseph Roy**, Co-Founder & Head of Products at [DeepMost AI](https://deepmost.ai), where we're building enterprise AI systems that connect data, automation, and intelligence to solve real-world challenges. Passionate about bridging research and application, Sherin focuses on creating scalable, human-centered AI solutions that redefine how organizations think, decide, and grow.
### 🔗 **Connect with the Creator**
- **🌐 Website**: [sherinjosephroy.link](https://sherinjosephroy.link)
- **🐦 Twitter/X**: [@SherinSEF](https://x.com/SherinSEF)
- **💼 LinkedIn**: [linkedin.com/in/sherin-roy-deepmost](https://www.linkedin.com/in/sherin-roy-deepmost)
- **🐘 Mastodon**: [@sherinjoesphroy](https://mastodon.social/@sherinjoesphroy)
- **💻 GitHub**: [github.com/Sherin-SEF-AI](https://github.com/Sherin-SEF-AI)
- **📧 Contact**: [sherinjosephroy.link/contact](https://sherinjosephroy.link/contact)
### 🏢 **About DeepMost AI**
DeepMost AI is an innovative AI company based in Bangalore, India, specializing in enterprise AI solutions. We focus on creating intelligent systems that help organizations make better decisions through data-driven insights and automation.
## ✨ **Why Talkdo?**
- **🗣️ Natural Language**: Just say what you want to do - "buy milk tomorrow at 3pm"
- **🧠 Smart Parsing**: 90%+ accuracy in understanding your intent
- **🎨 Beautiful Interface**: Rich terminal output with professional themes
- **🔒 Secure**: Enterprise-grade encryption and privacy
- **⚡ Fast**: Lightning-fast performance with sub-second response times
## 🚀 **Quick Start**
### Installation
```bash
# Install Talkdo
pip install talkdo
# Start talking to your to-dos!
talkdo --help
```
### Basic Usage
```bash
# Add tasks naturally
talkdo add "buy milk tomorrow at 3pm"
talkdo add "urgent: fix production bug with tags work, critical"
talkdo add "call mom next Tuesday at 2pm"
# List your tasks
talkdo list
# Complete tasks
talkdo complete <task-id>
# Search tasks
talkdo search "production"
```
## 🎯 **Key Features**
### 🗣️ **Natural Language Processing**
- **Smart Date Recognition**: "tomorrow", "next Tuesday", "in 2 weeks"
- **Priority Detection**: "urgent", "high priority", "low priority"
- **Tag Extraction**: "with tags work, urgent" or "#work #urgent"
- **Project Association**: "in project mobile-app"
- **Recurrence Patterns**: "every Monday", "daily", "monthly"
### 🎨 **Beautiful Themes**
- **7 Professional Themes**: Light, Dark, Solarized, Monokai, Dracula, Nord, Gruvbox
- **Rich Terminal Output**: Stunning tables, colors, and formatting
- **Customizable Display**: Icons, colors, and layouts
### 📊 **Advanced Analytics**
- **Productivity Insights**: Track your efficiency with detailed metrics
- **Work Pattern Analysis**: Discover your most productive hours
- **Weekly Reports**: Comprehensive productivity summaries
- **Goal Tracking**: Monitor progress towards objectives
### 🔒 **Enterprise Security**
- **Database Encryption**: AES-256 encryption for sensitive data
- **Master Password Protection**: Secure authentication
- **Audit Logging**: Track all security-related actions
- **Privacy First**: All data stays on your machine
### 🔄 **Sync & Export**
- **Multiple Formats**: JSON, CSV, Markdown, Todo.txt, iCalendar
- **Cloud Sync**: Dropbox, Google Drive, OneDrive support
- **API Ready**: RESTful API for custom integrations
## 📋 **Commands**
### Core Commands
- `talkdo add` - Add tasks using natural language
- `talkdo list` - List tasks with beautiful formatting
- `talkdo complete` - Mark tasks as completed
- `talkdo search` - Search tasks by content
- `talkdo stats` - Show task statistics
### Advanced Commands
- `talkdo analytics` - Productivity analytics and insights
- `talkdo export` - Export tasks to various formats
- `talkdo theme-list` - List available themes
- `talkdo sync-status` - Show synchronization status
## 🎨 **Themes**
Choose from 7 professionally designed themes:
- **🌞 Light**: Clean and bright for daytime use
- **🌙 Dark**: Perfect for low-light environments
- **☀️ Solarized**: Easy on the eyes for long coding sessions
- **🎨 Monokai**: Sublime Text inspired
- **🧛 Dracula**: Gothic and stylish
- **❄️ Nord**: Calm and focused
- **🎯 Gruvbox**: Retro and warm
## 📊 **Analytics Dashboard**
Get deep insights into your productivity:
```bash
# Weekly productivity report
talkdo weekly-report
# Detailed analytics
talkdo analytics --days 30 --detailed
# Security status
talkdo security-status
```
## 🔧 **Advanced Features**
### Export/Import
```bash
# Export to various formats
talkdo export tasks.json --format json
talkdo export tasks.csv --format csv
talkdo export tasks.md --format markdown
# Import from other systems
talkdo import-data backup.json --format json
```
### Security
```bash
# Enable encryption
talkdo security-enable-encryption
# Check security status
talkdo security-status
```
## 🏗️ **Architecture**
- **Modern Python**: Built with Python 3.8+ and best practices
- **Pydantic v2**: Type-safe data models with validation
- **SQLAlchemy**: Robust database ORM with SQLite backend
- **Rich Library**: Beautiful terminal output and formatting
- **Typer**: Modern CLI framework with auto-completion
- **Cross-Platform**: Works on Windows, macOS, and Linux
## 🎯 **Perfect For**
- **👨💻 Developers**: Command-line productivity tools
- **📊 Data Scientists**: Task management for research projects
- **🎨 Designers**: Organizing creative workflows
- **📝 Writers**: Managing writing projects and deadlines
- **🏢 Teams**: Collaborative task management
- **🎓 Students**: Academic project organization
- **💼 Professionals**: Business task management
## 🤝 **Community & Support**
- **GitHub**: [github.com/Sherin-SEF-AI/TalkDo](https://github.com/Sherin-SEF-AI/TalkDo)
- **Issues**: Bug reports and feature requests
- **Discussions**: Community support and ideas
- **Discord**: Real-time community chat
## 📚 **Documentation**
- **User Guide**: Comprehensive usage documentation
- **API Reference**: Complete API documentation
- **Developer Guide**: Contributing and extending
- **Examples**: Real-world usage examples
## 🏆 **Why Choose Talkdo?**
### ✅ **Production Ready**
- Comprehensive test suite (80%+ coverage)
- Error handling and validation
- Performance optimization
- Security best practices
### ✅ **Developer Friendly**
- Clean, documented codebase
- Modular architecture
- Easy to extend and customize
- Open source and MIT licensed
### ✅ **User Experience**
- Intuitive natural language interface
- Beautiful, responsive CLI
- Comprehensive help system
- Cross-platform compatibility
## 🚀 **Getting Started**
1. **Install**: `pip install talkdo`
2. **Add your first task**: `talkdo add "learn Talkdo today"`
3. **Explore**: `talkdo --help`
4. **Customize**: `talkdo theme-list`
5. **Analyze**: `talkdo analytics`
---
## 🔍 **SEO & Keywords**
**Talkdo** - Natural Language Task Management, CLI Productivity Tool, Command Line Task Manager, AI-Powered Task Management, Developer Productivity, Terminal Task Management, Voice-to-Task, Natural Language Processing CLI, Python CLI Tool, Task Automation, Productivity Analytics, Enterprise Task Management, Cross-Platform CLI, Open Source Task Manager, Bangalore AI Developer, DeepMost AI, Sherin Joseph Roy
### 📊 **Technical Keywords**
- Natural Language Processing (NLP)
- Command Line Interface (CLI)
- Task Management System
- Productivity Software
- Python Application
- Cross-Platform Tool
- Enterprise Software
- AI-Powered Automation
- Developer Tools
- Open Source Software
### 🏷️ **Tags & Categories**
`#TaskManagement` `#CLI` `#Productivity` `#NaturalLanguage` `#Python` `#AI` `#DeveloperTools` `#OpenSource` `#Enterprise` `#CrossPlatform` `#Bangalore` `#DeepMostAI` `#SherinJosephRoy`
---
## 📈 **Structured Data for Google Knowledge Graph**
```json
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Talkdo",
"description": "Revolutionary command-line task management application with natural language processing",
"url": "https://github.com/Sherin-SEF-AI/TalkDo",
"applicationCategory": "ProductivityApplication",
"operatingSystem": ["Windows", "macOS", "Linux"],
"programmingLanguage": "Python",
"license": "MIT",
"author": {
"@type": "Person",
"name": "Sherin Joseph Roy",
"jobTitle": "Co-Founder & Head of Products",
"worksFor": {
"@type": "Organization",
"name": "DeepMost AI",
"url": "https://deepmost.ai"
},
"url": "https://sherinjosephroy.link",
"sameAs": [
"https://x.com/SherinSEF",
"https://linkedin.com/in/sherin-roy-deepmost",
"https://github.com/Sherin-SEF-AI"
]
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"keywords": "task management, CLI, natural language processing, productivity, Python, AI, developer tools"
}
```
---
**Talkdo - Where productivity meets natural language** 🗣️
*Just talk to your to-dos and watch them come to life!*
**Developed by [Sherin Joseph Roy](https://sherinjosephroy.link) | [DeepMost AI](https://deepmost.ai) | Bangalore, India**
Raw data
{
"_id": null,
"home_page": null,
"name": "talkdo",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Talkdo Team <team@talkdo.dev>",
"keywords": "cli, task-manager, productivity, natural-language, todo, talkdo, voice, speech",
"author": null,
"author_email": "Talkdo Team <team@talkdo.dev>",
"download_url": "https://files.pythonhosted.org/packages/28/50/4208ba3261be0e4f7a2248fcd33dd1c20dd28c6da7ca050a5f71e5960254/talkdo-1.0.1.tar.gz",
"platform": null,
"description": "# \ud83d\udde3\ufe0f Talkdo - Talk your to-dos\n\n**Talkdo** is a revolutionary command-line task management application that lets you manage your tasks using natural language. Just talk to your to-dos and watch the magic happen!\n\n## \ud83d\udc68\u200d\ud83d\udcbb **About the Creator**\n\n**Talkdo** is developed by **Sherin Joseph Roy**, Co-Founder & Head of Products at [DeepMost AI](https://deepmost.ai), where we're building enterprise AI systems that connect data, automation, and intelligence to solve real-world challenges. Passionate about bridging research and application, Sherin focuses on creating scalable, human-centered AI solutions that redefine how organizations think, decide, and grow.\n\n### \ud83d\udd17 **Connect with the Creator**\n- **\ud83c\udf10 Website**: [sherinjosephroy.link](https://sherinjosephroy.link)\n- **\ud83d\udc26 Twitter/X**: [@SherinSEF](https://x.com/SherinSEF)\n- **\ud83d\udcbc LinkedIn**: [linkedin.com/in/sherin-roy-deepmost](https://www.linkedin.com/in/sherin-roy-deepmost)\n- **\ud83d\udc18 Mastodon**: [@sherinjoesphroy](https://mastodon.social/@sherinjoesphroy)\n- **\ud83d\udcbb GitHub**: [github.com/Sherin-SEF-AI](https://github.com/Sherin-SEF-AI)\n- **\ud83d\udce7 Contact**: [sherinjosephroy.link/contact](https://sherinjosephroy.link/contact)\n\n### \ud83c\udfe2 **About DeepMost AI**\nDeepMost AI is an innovative AI company based in Bangalore, India, specializing in enterprise AI solutions. We focus on creating intelligent systems that help organizations make better decisions through data-driven insights and automation.\n\n## \u2728 **Why Talkdo?**\n\n- **\ud83d\udde3\ufe0f Natural Language**: Just say what you want to do - \"buy milk tomorrow at 3pm\"\n- **\ud83e\udde0 Smart Parsing**: 90%+ accuracy in understanding your intent\n- **\ud83c\udfa8 Beautiful Interface**: Rich terminal output with professional themes\n- **\ud83d\udd12 Secure**: Enterprise-grade encryption and privacy\n- **\u26a1 Fast**: Lightning-fast performance with sub-second response times\n\n## \ud83d\ude80 **Quick Start**\n\n### Installation\n```bash\n# Install Talkdo\npip install talkdo\n\n# Start talking to your to-dos!\ntalkdo --help\n```\n\n### Basic Usage\n```bash\n# Add tasks naturally\ntalkdo add \"buy milk tomorrow at 3pm\"\ntalkdo add \"urgent: fix production bug with tags work, critical\"\ntalkdo add \"call mom next Tuesday at 2pm\"\n\n# List your tasks\ntalkdo list\n\n# Complete tasks\ntalkdo complete <task-id>\n\n# Search tasks\ntalkdo search \"production\"\n```\n\n## \ud83c\udfaf **Key Features**\n\n### \ud83d\udde3\ufe0f **Natural Language Processing**\n- **Smart Date Recognition**: \"tomorrow\", \"next Tuesday\", \"in 2 weeks\"\n- **Priority Detection**: \"urgent\", \"high priority\", \"low priority\"\n- **Tag Extraction**: \"with tags work, urgent\" or \"#work #urgent\"\n- **Project Association**: \"in project mobile-app\"\n- **Recurrence Patterns**: \"every Monday\", \"daily\", \"monthly\"\n\n### \ud83c\udfa8 **Beautiful Themes**\n- **7 Professional Themes**: Light, Dark, Solarized, Monokai, Dracula, Nord, Gruvbox\n- **Rich Terminal Output**: Stunning tables, colors, and formatting\n- **Customizable Display**: Icons, colors, and layouts\n\n### \ud83d\udcca **Advanced Analytics**\n- **Productivity Insights**: Track your efficiency with detailed metrics\n- **Work Pattern Analysis**: Discover your most productive hours\n- **Weekly Reports**: Comprehensive productivity summaries\n- **Goal Tracking**: Monitor progress towards objectives\n\n### \ud83d\udd12 **Enterprise Security**\n- **Database Encryption**: AES-256 encryption for sensitive data\n- **Master Password Protection**: Secure authentication\n- **Audit Logging**: Track all security-related actions\n- **Privacy First**: All data stays on your machine\n\n\n### \ud83d\udd04 **Sync & Export**\n- **Multiple Formats**: JSON, CSV, Markdown, Todo.txt, iCalendar\n- **Cloud Sync**: Dropbox, Google Drive, OneDrive support\n- **API Ready**: RESTful API for custom integrations\n\n## \ud83d\udccb **Commands**\n\n### Core Commands\n- `talkdo add` - Add tasks using natural language\n- `talkdo list` - List tasks with beautiful formatting\n- `talkdo complete` - Mark tasks as completed\n- `talkdo search` - Search tasks by content\n- `talkdo stats` - Show task statistics\n\n### Advanced Commands\n- `talkdo analytics` - Productivity analytics and insights\n- `talkdo export` - Export tasks to various formats\n- `talkdo theme-list` - List available themes\n- `talkdo sync-status` - Show synchronization status\n\n## \ud83c\udfa8 **Themes**\n\nChoose from 7 professionally designed themes:\n\n- **\ud83c\udf1e Light**: Clean and bright for daytime use\n- **\ud83c\udf19 Dark**: Perfect for low-light environments\n- **\u2600\ufe0f Solarized**: Easy on the eyes for long coding sessions\n- **\ud83c\udfa8 Monokai**: Sublime Text inspired\n- **\ud83e\udddb Dracula**: Gothic and stylish\n- **\u2744\ufe0f Nord**: Calm and focused\n- **\ud83c\udfaf Gruvbox**: Retro and warm\n\n## \ud83d\udcca **Analytics Dashboard**\n\nGet deep insights into your productivity:\n\n```bash\n# Weekly productivity report\ntalkdo weekly-report\n\n# Detailed analytics\ntalkdo analytics --days 30 --detailed\n\n# Security status\ntalkdo security-status\n```\n\n## \ud83d\udd27 **Advanced Features**\n\n### Export/Import\n```bash\n# Export to various formats\ntalkdo export tasks.json --format json\ntalkdo export tasks.csv --format csv\ntalkdo export tasks.md --format markdown\n\n# Import from other systems\ntalkdo import-data backup.json --format json\n```\n\n\n### Security\n```bash\n# Enable encryption\ntalkdo security-enable-encryption\n\n# Check security status\ntalkdo security-status\n```\n\n## \ud83c\udfd7\ufe0f **Architecture**\n\n- **Modern Python**: Built with Python 3.8+ and best practices\n- **Pydantic v2**: Type-safe data models with validation\n- **SQLAlchemy**: Robust database ORM with SQLite backend\n- **Rich Library**: Beautiful terminal output and formatting\n- **Typer**: Modern CLI framework with auto-completion\n- **Cross-Platform**: Works on Windows, macOS, and Linux\n\n## \ud83c\udfaf **Perfect For**\n\n- **\ud83d\udc68\u200d\ud83d\udcbb Developers**: Command-line productivity tools\n- **\ud83d\udcca Data Scientists**: Task management for research projects\n- **\ud83c\udfa8 Designers**: Organizing creative workflows\n- **\ud83d\udcdd Writers**: Managing writing projects and deadlines\n- **\ud83c\udfe2 Teams**: Collaborative task management\n- **\ud83c\udf93 Students**: Academic project organization\n- **\ud83d\udcbc Professionals**: Business task management\n\n## \ud83e\udd1d **Community & Support**\n\n- **GitHub**: [github.com/Sherin-SEF-AI/TalkDo](https://github.com/Sherin-SEF-AI/TalkDo)\n- **Issues**: Bug reports and feature requests\n- **Discussions**: Community support and ideas\n- **Discord**: Real-time community chat\n\n## \ud83d\udcda **Documentation**\n\n- **User Guide**: Comprehensive usage documentation\n- **API Reference**: Complete API documentation\n- **Developer Guide**: Contributing and extending\n- **Examples**: Real-world usage examples\n\n## \ud83c\udfc6 **Why Choose Talkdo?**\n\n### \u2705 **Production Ready**\n- Comprehensive test suite (80%+ coverage)\n- Error handling and validation\n- Performance optimization\n- Security best practices\n\n### \u2705 **Developer Friendly**\n- Clean, documented codebase\n- Modular architecture\n- Easy to extend and customize\n- Open source and MIT licensed\n\n### \u2705 **User Experience**\n- Intuitive natural language interface\n- Beautiful, responsive CLI\n- Comprehensive help system\n- Cross-platform compatibility\n\n## \ud83d\ude80 **Getting Started**\n\n1. **Install**: `pip install talkdo`\n2. **Add your first task**: `talkdo add \"learn Talkdo today\"`\n3. **Explore**: `talkdo --help`\n4. **Customize**: `talkdo theme-list`\n5. **Analyze**: `talkdo analytics`\n\n---\n\n## \ud83d\udd0d **SEO & Keywords**\n\n**Talkdo** - Natural Language Task Management, CLI Productivity Tool, Command Line Task Manager, AI-Powered Task Management, Developer Productivity, Terminal Task Management, Voice-to-Task, Natural Language Processing CLI, Python CLI Tool, Task Automation, Productivity Analytics, Enterprise Task Management, Cross-Platform CLI, Open Source Task Manager, Bangalore AI Developer, DeepMost AI, Sherin Joseph Roy\n\n### \ud83d\udcca **Technical Keywords**\n- Natural Language Processing (NLP)\n- Command Line Interface (CLI)\n- Task Management System\n- Productivity Software\n- Python Application\n- Cross-Platform Tool\n- Enterprise Software\n- AI-Powered Automation\n- Developer Tools\n- Open Source Software\n\n### \ud83c\udff7\ufe0f **Tags & Categories**\n`#TaskManagement` `#CLI` `#Productivity` `#NaturalLanguage` `#Python` `#AI` `#DeveloperTools` `#OpenSource` `#Enterprise` `#CrossPlatform` `#Bangalore` `#DeepMostAI` `#SherinJosephRoy`\n\n---\n\n## \ud83d\udcc8 **Structured Data for Google Knowledge Graph**\n\n```json\n{\n \"@context\": \"https://schema.org\",\n \"@type\": \"SoftwareApplication\",\n \"name\": \"Talkdo\",\n \"description\": \"Revolutionary command-line task management application with natural language processing\",\n \"url\": \"https://github.com/Sherin-SEF-AI/TalkDo\",\n \"applicationCategory\": \"ProductivityApplication\",\n \"operatingSystem\": [\"Windows\", \"macOS\", \"Linux\"],\n \"programmingLanguage\": \"Python\",\n \"license\": \"MIT\",\n \"author\": {\n \"@type\": \"Person\",\n \"name\": \"Sherin Joseph Roy\",\n \"jobTitle\": \"Co-Founder & Head of Products\",\n \"worksFor\": {\n \"@type\": \"Organization\",\n \"name\": \"DeepMost AI\",\n \"url\": \"https://deepmost.ai\"\n },\n \"url\": \"https://sherinjosephroy.link\",\n \"sameAs\": [\n \"https://x.com/SherinSEF\",\n \"https://linkedin.com/in/sherin-roy-deepmost\",\n \"https://github.com/Sherin-SEF-AI\"\n ]\n },\n \"offers\": {\n \"@type\": \"Offer\",\n \"price\": \"0\",\n \"priceCurrency\": \"USD\"\n },\n \"keywords\": \"task management, CLI, natural language processing, productivity, Python, AI, developer tools\"\n}\n```\n\n---\n\n**Talkdo - Where productivity meets natural language** \ud83d\udde3\ufe0f\n\n*Just talk to your to-dos and watch them come to life!*\n\n**Developed by [Sherin Joseph Roy](https://sherinjosephroy.link) | [DeepMost AI](https://deepmost.ai) | Bangalore, India**\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Talkdo - Talk your to-dos. A professional CLI task manager with natural language processing",
"version": "1.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/talkdo/talkdo/issues",
"Documentation": "https://talkdo.readthedocs.io",
"Homepage": "https://github.com/talkdo/talkdo",
"Repository": "https://github.com/talkdo/talkdo"
},
"split_keywords": [
"cli",
" task-manager",
" productivity",
" natural-language",
" todo",
" talkdo",
" voice",
" speech"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d977c4fc6cb1995d6e2e263f5d2efdead04216356b16d62f82d0e4d55c12dbf9",
"md5": "5935adba76989007f664927fcccd502b",
"sha256": "b4181a5ce071eb609efc5bf44a1d22a0be76f7e0072197ab3f9fd7aed6ca22d5"
},
"downloads": -1,
"filename": "talkdo-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5935adba76989007f664927fcccd502b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 62285,
"upload_time": "2025-10-25T10:39:45",
"upload_time_iso_8601": "2025-10-25T10:39:45.577623Z",
"url": "https://files.pythonhosted.org/packages/d9/77/c4fc6cb1995d6e2e263f5d2efdead04216356b16d62f82d0e4d55c12dbf9/talkdo-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "28504208ba3261be0e4f7a2248fcd33dd1c20dd28c6da7ca050a5f71e5960254",
"md5": "c8bff3e0583a991d24993f1a0dcc3fa5",
"sha256": "89e9df513f0f8262b6c447e4389e149bb539a8eda9029bb2e40030aea3b8604c"
},
"downloads": -1,
"filename": "talkdo-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "c8bff3e0583a991d24993f1a0dcc3fa5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 61388,
"upload_time": "2025-10-25T10:39:47",
"upload_time_iso_8601": "2025-10-25T10:39:47.581834Z",
"url": "https://files.pythonhosted.org/packages/28/50/4208ba3261be0e4f7a2248fcd33dd1c20dd28c6da7ca050a5f71e5960254/talkdo-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-25 10:39:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "talkdo",
"github_project": "talkdo",
"github_not_found": true,
"lcname": "talkdo"
}