# frankiesardo/auto-parcel

Android Parcelable models made easy

Repository: https://github.com/frankiesardo/auto-parcel
Canonical: https://ross.abutalabs.com/products/auto-parcel
Language: Clojure
License: EPL-1.0
License Family: copyleft
Last push: 2017-02-12T15:10:29+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4556, "days_push": 3489, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1358, forks 83 (observed 2026-08-28T04:04:29.685783+00:00)

## What it is
AutoParcel is an AutoValue extension that automatically generates Parcelable implementations for annotated Java model classes on Android. It eliminates Parcelable boilerplate while also providing equals, hashCode, and toString.

## Use cases
- generate parcelable models for android
- remove parcelable boilerplate from value classes
- auto-generate equals hashcode and tostring
- make autovalue classes parcelable
- simplify passing models between android activities

## When to choose
- you use AutoValue and need Parcelable support on Android
- you want to eliminate hand-written Parcelable boilerplate in Java models

## When to avoid
- you use Kotlin (use @Parcelize or data classes instead)
- you need an actively maintained library (last release 2017)
- your project doesn't already use AutoValue annotation processing

## Facets
- artifact type: library
- maturity: abandoned
- function: serialization, boilerplate
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: autovalue-extension, parcelable, annotation-processing, code-generation, android

## Member repositories
- frankiesardo/auto-parcel (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:29.685783+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:41:45.947310+00:00, confidence not recorded.
  - readme: https://github.com/frankiesardo/auto-parcel (fetched 2026-08-28T04:04:29.685783+00:00, sha 6ef78c73748d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
