Skip to content

Commit 0c275e4

Browse files
authored
update readme
1 parent ea795ea commit 0c275e4

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# Python Data Library
2-
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.
2+
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.
33

44

55
## PDL Highlighting
66
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).
77

8-
![Screenshot 2023-05-05 10 39 26 AM](https://user-images.githubusercontent.com/93058744/236489565-a6ec9085-2774-401a-965b-7b6160b03bb1.png)
8+
[Usage Wiki](https://github.com/itzCozi/Python-Data-Library/wiki/PDL-Syntax-Highlighting)
9+
[Extension](https://marketplace.visualstudio.com/items?itemName=CooperRansom.pdl-hl)
10+
![Screenshot 2023-05-05 10 39 26 AM](https://user-images.githubusercontent.com/93058744/236489565-a6ec9085-2774-401a-965b-7b6160b03bb1.png)
11+
12+
13+
## Parse Package
14+
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/).
15+
16+
17+
## Extra
18+
* All wiki pages can be found [here](https://github.com/itzCozi/Python-Data-Library/wiki)
19+
* The source code for both programs is [here](https://github.com/itzCozi/Python-Data-Library/tree/main/PDL)
20+
21+
### Contact Me
22+
Discord: BadDevoleper#4200
23+
Email: Cooperransom08@outlook.com
24+
[Discord Server](https://discord.gg/xGnQQGxwq2) | [Replit](https://replit.com/@cozi08) | [Twitter](https://twitter.com/ransom_cooper)

0 commit comments

Comments
 (0)