Metadata-Version: 2.4
Name: pabdas
Version: 0.1.2
Summary: Tiny package to ship text files and load them easily.
Author-email: khushi <error404khushi@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pamdas

Tiny package that helps few B-batch students in there practical

## Usage

```python
import pamdas

pamdas.ls()
pamdas.read("pr1.txt")
pamdas.catall()
