Skip to content

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

Notifications You must be signed in to change notification settings

itzCozi/Python-Data-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

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. 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 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.

Usage Wiki
Extension
Screenshot 2023-05-05 10 39 26 AM

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 and the pypi package can be found here.

Extra

  • All wiki pages can be found here
  • The source code for both programs is here

Contact Me

Discord: BadDevoleper#4200
Email: [email protected]
Discord Server | Replit | Twitter