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
- Host: GitHub
- URL: https://github.com/itzcozi/python-data-library
- Owner: itzCozi
- Created: 2023-04-26T20:13:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T16:32:19.000Z (about 3 years ago)
- Last Synced: 2025-03-27T05:42:09.147Z (about 1 year ago)
- Topics: interpreted-language, new-language, open-source, python, static-typed, syntax-highlighting, vscode, vscode-extension
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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)