Skip to main content

A locally running API for powering the Mosayic tool

Project description

PyMosaygent

A locally running Python API server that powers Mosayic — a development companion for managing full-stack React Native and Python projects with integrated support for Firebase, Google Cloud, GitHub, Expo, and Supabase.

Features

  • Environment Management — Configure project directories, detect Python and React Native codebases, track git status
  • Expo Dev Server Control — Start, stop, and monitor Metro bundler with live reload support
  • Firebase Integration — Manage projects, configure Android/iOS/Web apps, deploy functions, handle secrets
  • GitHub Operations — Clone templates, initialize repositories, manage Actions secrets
  • Supabase Local Dev — Control local Supabase instance, run migrations, manage database
  • Google Cloud Run — Deploy containerized services

Requirements

  • Python 3.10 - 3.12
  • External CLI tools (depending on features used):
    • firebase-cli and gcloud for Firebase/GCP operations
    • gh for GitHub operations
    • node, npm, expo, and eas for Expo/React Native
    • supabase and docker for Supabase local development
    • git for version control

Installation

uv add mosaygent

For development:

git clone https://github.com/yourusername/pymosaygent
cd pymosaygent
uv sync

Project Structure

pymosaygent/
├── mosaygent/
│   ├── __init__.py           # App entry, service initialization
│   ├── command_runner.py     # Async subprocess execution
│   ├── logger.py             # Colored logging setup
│   ├── middleware.py         # Exception handling
│   ├── routes/               # API endpoints
│   │   ├── environment.py    # Project & codebase management
│   │   ├── expo.py           # Expo dev server control
│   │   ├── firebase.py       # Firebase CLI operations
│   │   ├── github.py         # GitHub & repo operations
│   │   └── supabase.py       # Supabase local dev
│   └── services/             # Business logic
│       ├── environment.py    # Project detection, git ops
│       ├── expo.py           # Expo process management
│       ├── github.py         # GitHub CLI wrapper
│       ├── cloudrun.py       # Cloud Run deployment
│       └── firebase/         # Firebase service modules
├── tests/                    # Test suite
├── pyproject.toml            # Project metadata
└── CLAUDE.md                 # Code standards

API Endpoints

Environment

Method Endpoint Description
POST /environment/set-directory Set project root directory
GET /environment/status Check API & mobile codebase status
POST /environment/clone-api Initialize Python API from template

Expo

Method Endpoint Description
POST /expo/start Start Metro bundler
POST /expo/stop Stop development server
GET /expo/status Get server status
POST /expo/reload Trigger live reload
GET /expo/logs Fetch captured output
GET /expo/connection Get Metro URL and port

Firebase

Method Endpoint Description
GET /firebase/cli-installed Check Firebase & gcloud CLI
GET /firebase/auth-status Authentication state
GET /firebase/projects List accessible projects
POST /firebase/create-android-app Create Android app, get google-services.json
POST /firebase/fetch-firebase-configs Download platform configs
POST /firebase/deploy Deploy Firebase project
POST /firebase/deploy-cloud-run Deploy Cloud Run service
POST /firebase/set-secrets Create env files & upload secrets

GitHub

Method Endpoint Description
GET /github/auth Check gh CLI auth status
GET /github/accounts List user & organizations
POST /github/init-repo Clone template, create GitHub repo
POST /github/set-secret Set GitHub Actions secret

Supabase

Method Endpoint Description
GET /supabase/check-installation Verify Docker & Supabase CLI
GET /supabase/migrations List migrations
POST /supabase/migrations Create migration via db diff
POST /supabase/start Start local Supabase
POST /supabase/stop Stop Supabase
GET /supabase/status Get running services info
POST /supabase/reset-database Reset local database

Health

Method Endpoint Description
GET /health Liveness check

Configuration

Project directory is persisted in ~/.mosayic/config.txt and auto-loaded on startup.

Codebase detection:

  • Python API: Looks for pyproject.toml in subdirectories
  • React Native: Looks for app.json with Expo configuration

Testing

pytest
pytest --cov  # with coverage

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mosaygent-0.1.9.tar.gz (121.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mosaygent-0.1.9-py3-none-any.whl (43.3 kB view details)

Uploaded Python 3

File details

Details for the file mosaygent-0.1.9.tar.gz.

File metadata

  • Download URL: mosaygent-0.1.9.tar.gz
  • Upload date:
  • Size: 121.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.14 {"installer":{"name":"uv","version":"0.9.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mosaygent-0.1.9.tar.gz
Algorithm Hash digest
SHA256 ff0a77ae337584d3d9d415ef4f5d68154eee72781486c746c66ede5c63719e7d
MD5 72b9479e60b8d62e0bac33c90c28eefa
BLAKE2b-256 aaff263bdd0622c72373924c2cc4367501d4c87a39041a9050d7a18dc2d6e7d2

See more details on using hashes here.

File details

Details for the file mosaygent-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: mosaygent-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 43.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.14 {"installer":{"name":"uv","version":"0.9.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mosaygent-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 0f460734fb1f8f24eb9612c473c47b0762d0fbca730659192e5f4499d8fd7bca
MD5 d496a766899bdfb309ff49dc6803020a
BLAKE2b-256 01d3ea434f4733e8d859a709c98c442506b0a887d69e2eb535942ca565923b05

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page