Metadata-Version: 2.4
Name: statsmodelp
Version: 0.0.1
Summary: Store and paste reusable code snippets for stats/time-series.
Author-email: Dsuej <dsuej.1999@gmail.com>
Project-URL: Homepage, https://github.com/yourusername/statsmodelp
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyperclip>=1.8.2

# statsmodelp

A small helper package to store frequently used code snippets and quickly paste or display them.

## Usage

```python
import statsmodelp as smp

smp.show(1)       # prints snippet 1
smp.copy(3)       # copies snippet 3 to clipboard
