An open API service indexing awesome lists of open source software.

https://github.com/itzcozi/python-data-library

PDL is a new library language for storing data and variables pdlparse parses them in python
https://github.com/itzcozi/python-data-library

interpreted-language new-language open-source python static-typed syntax-highlighting vscode vscode-extension

Last synced: about 2 months ago
JSON representation

PDL is a new library language for storing data and variables pdlparse parses them in python

Awesome Lists containing this project

README

          

# Python Data Library
The Python Data Library is a python library file and parser pypi-package, To create a `.pdl` file simply follow this [wiki guide](https://github.com/itzCozi/Python-Developer-Library/wiki). PDL files are marked by the file extension `.pdl` and can be parsed within a python program using the pdlparse pypi package. The file's syntax is made to be simple and easy to learn it follows very pythonic rules to ease developers into the language. `pdl-hl` is the [VSCode extension](https://marketplace.visualstudio.com/items?itemName=CooperRansom.pdl-hl) made for pdl files it offers custom syntax highlighting for python data librarys depending on your color theme.

## PDL Highlighting
In short this extension provides syntax highlighting for types, keywords, comments, strings and symbols, the colors the package uses to highlight is based on your color theme. The example below is using a common theme which is listed [here](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-themes).

[Usage Wiki](https://github.com/itzCozi/Python-Data-Library/wiki/PDL-Syntax-Highlighting)
[Extension](https://marketplace.visualstudio.com/items?itemName=CooperRansom.pdl-hl)
![Screenshot 2023-05-05 10 39 26 AM](https://user-images.githubusercontent.com/93058744/236489565-a6ec9085-2774-401a-965b-7b6160b03bb1.png)

## Parse Package
The `pdlparse` pypi package is a easy to use parser for `.pdl` files, its apart of the wheel therfore you can import it with `import pdlparse` and install it with `pip install pdlparse` aside from that all functions of this package are listed on this [page](https://github.com/itzCozi/Python-Data-Library/wiki/Python-PDL-File-Parser) and the pypi package can be found [here](https://pypi.org/project/pdlparse/).

## Extra
* All wiki pages can be found [here](https://github.com/itzCozi/Python-Data-Library/wiki)
* The source code for both programs is [here](https://github.com/itzCozi/Python-Data-Library/tree/main/PDL)

### Contact Me
Discord: BadDevoleper#4200
Email: Cooperransom08@outlook.com
[Discord Server](https://discord.gg/xGnQQGxwq2) | [Replit](https://replit.com/@cozi08) | [Twitter](https://twitter.com/ransom_cooper)