Metadata-Version: 2.4
Name: pcddd
Version: 1.0.2
Summary: PCD C programs stored as text and printable from the command line
Author: R Sam Gladson
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PCD Code Library

A small Python package containing 10 C programs from the PCD experiments, stored as text and printed from the command line.

## Install

```bash
pip install pcddd
```

## Usage

```text
pcd list
pcd 1
pcd 2
...
pcd 10
```

The package prints the stored C source code; it does not execute the C programs.

You can save a program from CMD:

```text
pcd 1 > program1.c
```
