gitcast 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gitcast-1.0.2/gitcast.egg-info → gitcast-1.0.3}/PKG-INFO +1 -1
- {gitcast-1.0.2 → gitcast-1.0.3}/cli/gitcast.py +5 -2
- {gitcast-1.0.2 → gitcast-1.0.3/gitcast.egg-info}/PKG-INFO +1 -1
- {gitcast-1.0.2 → gitcast-1.0.3}/setup.py +1 -1
- {gitcast-1.0.2 → gitcast-1.0.3}/.env.example +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/LICENSE +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/MANIFEST.in +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/README.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/ai/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/ai/formatter.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/ai/generator.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/ai/prompts.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/ai/viral_patterns.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/analytics.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/auth.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/auth_middleware.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/auth_routes.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/monitoring.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/payload.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/ratelimit.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/routes.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/server.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/api/validators.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/assets/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/assets/favicon-16x16.png +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/assets/favicon-32x32.png +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/assets/favicon-64x64.png +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/assets/favicon.ico +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/assets/icon.png +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/cli/.env.example +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/cli/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/config/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/config/settings.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/capture.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/codebase_reader.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/framing.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/hotkey.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/log_stream.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/ocr.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/screenshot_session.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/security.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/core/tray.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/api-keys.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/article-generator.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/capture-flow.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/changelog.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/contributing.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/dashboard.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/insights.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/introduction.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/post-formats.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/providers.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/quickstart.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/docs/sprint-mode.md +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/gitcast.egg-info/SOURCES.txt +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/gitcast.egg-info/dependency_links.txt +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/gitcast.egg-info/entry_points.txt +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/gitcast.egg-info/requires.txt +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/gitcast.egg-info/top_level.txt +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/publisher/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/publisher/clipboard.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/publisher/twitter.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/pyproject.toml +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/requirements.txt +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/setup.cfg +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/cleanup.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/engagement.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/insights.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/key_manager.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/logger.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/metrics.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/sprint.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/streak.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/supabase_client.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/storage/tone_memory.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/tests/test_keys.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/tests/test_ocr_fix.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/ui/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/web/__init__.py +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/web/index.html +0 -0
- {gitcast-1.0.2 → gitcast-1.0.3}/web/landing.html +0 -0
|
@@ -71,8 +71,11 @@ def main():
|
|
|
71
71
|
from core.tray import run_tray
|
|
72
72
|
import sys as _sys
|
|
73
73
|
import os as _os
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
_parent = _os.path.dirname(_os.path.dirname(_os.path.abspath(__file__)))
|
|
75
|
+
if _os.path.exists(_os.path.join(_parent, "main.py")):
|
|
76
|
+
_sys.path.insert(0, _parent)
|
|
77
|
+
elif _os.path.exists(_os.path.join(_os.getcwd(), "main.py")):
|
|
78
|
+
_sys.path.insert(0, _os.getcwd())
|
|
76
79
|
from main import on_trigger
|
|
77
80
|
run_tray(trigger_callback=on_trigger)
|
|
78
81
|
return
|
|
@@ -19,7 +19,7 @@ if os.path.exists(requirements_path):
|
|
|
19
19
|
|
|
20
20
|
setup(
|
|
21
21
|
name="gitcast",
|
|
22
|
-
version="1.0.
|
|
22
|
+
version="1.0.3",
|
|
23
23
|
description="git diff → published post. under 60 seconds.",
|
|
24
24
|
long_description=long_description,
|
|
25
25
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|