Metadata-Version: 2.4
Name: plasma_core_functions
Version: 0.1.0
Summary: Consolidated core functions for PLASMA projects
Home-page: https://github.com/your_github_username/PLASMA-Core-Functions
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pytest>=8.3.5
Requires-Dist: boto3>=1.38.21
Requires-Dist: pandas>=2.2.3
Requires-Dist: intrinio-sdk>=6.37.0
Requires-Dist: requests>=2.32.3
Requires-Dist: python-dateutil>=2.9.0
Requires-Dist: botocore>=1.38.21
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PLASMA Core Functions

This repository consolidates duplicate Python code from various PLASMA projects into a single, testable, and publishable library.

## Purpose

The goal is to provide a single source of truth for commonly used functions across PLASMA, improving maintainability and consistency.

## Installation

(Instructions will be added here once the library is published to a private index)

## Development

(Instructions for setting up a development environment and running tests will be added here)

## Contributing

(Guidelines for contributing to the library will be added here)
