Metadata-Version: 2.4
Name: glancely
Version: 0.2.0
Summary: All-in-one personal tracker (diary, mood, reminders, MIT) as a single openclaw skill bundle. One dashboard, chat-driven, scaffolder for new components.
Author-email: Junjie Yu <junjieyu1001@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Junjie Yu
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
Project-URL: Homepage, https://github.com/JunjieYu95/glancely
Project-URL: Repository, https://github.com/JunjieYu95/glancely
Project-URL: Issues, https://github.com/JunjieYu95/glancely/issues
Project-URL: Changelog, https://github.com/JunjieYu95/glancely/blob/main/CHANGELOG.md
Keywords: openclaw,personal,routine,diary,tracker,dashboard,mood,reminders
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tomli>=2.0; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: ruff>=0.5; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Provides-Extra: diary
Requires-Dist: google-auth>=2.20; extra == "diary"
Requires-Dist: google-auth-oauthlib>=1.0; extra == "diary"
Requires-Dist: google-api-python-client>=2.100; extra == "diary"
Dynamic: license-file

# glancely

> One ClawHub skill that scaffolds any personal tracker you can describe.
> Dashboard, cron, reminders, mood, diary — from one sentence.

## Install

```bash
# 1. Install the skill from ClawHub
openclaw skills install glancely

# 2. Install the Python package
pip3 install glancely         # or: pip install glancely
# If you hit "externally-managed-environment" (macOS Homebrew):
brew install pipx && pipx install glancely

# 3. One-time setup
glancely setup
```

That's it. Tell your agent what you want to track.

## Example

```
You: "I want to track my daily workouts and build a reading habit"

Agent: "I'll create:
  workout — type, duration, notes (daily 9pm)
  reading — book title, pages read (daily 10pm)
  Dashboard shows both. Sound good?"

You: "Perfect, go ahead"

Agent: [scaffolds both → migrations → cron → dashboard built]
```

## CLI

```
glancely setup               Minimal init (migrations)
glancely list                 Your trackers
glancely scaffold --name X   Create a new tracker
glancely dashboard build      Build dashboard
glancely dashboard open       Build and open
glancely doctor               Health check
```

## Examples

See `examples/` for reference blueprints:
- mood, reminder, mit, diary_logger

## License

MIT
