Metadata-Version: 2.4
Name: pabdas
Version: 0.1.4
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

# pabdas

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

## Usage

```python
import pabdas

pabdas.ls()
pabdas.read("pr1.txt")
pabdas.catall()
```
