Metadata-Version: 2.4
Name: pfun-common
Version: 0.1.93
Summary: Common utilities and functions for PFun projects.
Author-email: Robbie Capps <robbie@pfun.me>
Requires-Python: <3.13,>=3.11
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: pandas>=2.2.0
Requires-Dist: pydantic-settings>=2.2.1
Description-Content-Type: text/markdown

# pfun-common

This package contains common utilities and types used across the `pfun-cma-model` monorepo. It includes shared functions, constants, and type definitions that are utilized by multiple packages within the project. The goal of this package is to promote code reuse and maintain consistency across the different modules of the `pfun` ecosystem.

## Contents

- **Utilities**: Common helper functions that can be used across various packages.
- **Types**: Type definitions that are used in multiple packages to ensure type safety and consistency
