Metadata-Version: 2.3
Name: ltc-code
Version: 0.2.35
Summary: Add your description here
Requires-Dist: fastexcel>=0.16,<0.20
Requires-Dist: polars>=1.36.1,<1.42
Requires-Dist: polars-readstat>=0.20.2
Requires-Python: >=3.9
Description-Content-Type: text/markdown



### College scatter plots (0.2.32)

`from ltc_code.plot_colleges import plot_colleges` provides an OI-themed
scatter with explicit Polars `x`/`y` aggregations, college grouping, optional
filters and categorical color groups. Plotting additionally requires
`oi-tools`, `plotnine`, and `pyarrow` in the analysis environment; they are
not required to run the NSC build. See [NSC extensions](src/ltc_code/nsc/EXTENSIONS.md)
for attendance definitions, coarsening names, and plotting examples.


### Paper exhibits (0.2.33)

The complete standalone LaTeX PDF workflow is bundled under
`src/ltc_code/paper` (installed as `ltc_code/paper`). It includes the
fixed disclosed and replaceable pending Excel workbooks, Python scripts,
LaTeX templates, and table/figure exclusion controls. See
[paper instructions](src/ltc_code/paper/README.md). Copy that whole directory
to a writable working location and run `bash run_latex.sh`. The paper
workflow uses its own pinned Python dependencies and requires LaTeX;
the existing package dependencies are unchanged.
