Metadata-Version: 2.4
Name: tolisp
Version: 0.1.0
Summary: Convert YAML/JSON files to Lisp style S-expressions
Home-page: https://github.com/riAssinstAr
Author: Ankit Kumar Ravi
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# toLisp

Convert structured YAML or JSON files into Lisp style S-expressions.

### Installation

```bash
pip install tolisp
```

### Usage

```bash
tolisp < yaml or json file input >
```

## Run Locally

Clone the repository:

```bash
git clone https://github.com/riAssinstAr/2Lisp
```

Build the package:

```bash
python setup.py sdist bdist_wheel
```

Install:

```bash
pip install .\dist\*.whl
```

NOTE: This project was a part of LFX mentorship task submission under RISC-V.
