Parser for DiddiScript files.
Project description
DiddiParser - version 1.3
Parse DiddiScript files and run their simple syntax.
What's DiddiScript?
Refer to GRAMMAR.md to learn about the DiddiScript environment.
DiddiParser installation
DiddiParser is a pure Python package, installable from PyPI with Pip:
pip install diddiparser
Usage of DiddiParser
After installing, import the features like this examples:
Using DiddiParser on Python scripts
from diddiparser.parser import (DiddiScriptFile,
DiddiScriptSetup,
stringToScript,
demo)
from diddiparser import __version__, __author__
Module command-line options
We created diddiparser.main
for doing this. Use it as follows:
python -m diddiparser [args]
python -m diddiparser.main [args]
Specific console script
You don't even need to call the diddiparser.main
module. Just use
the linked console script:
diddiparser [args]
More help is here!
Go to SECURITY.md to view the supported versions and security advisories. Read NEWS.md to view all the published versions. Or go to the related wiki to read a larger explanation of the package contents.
Want to help?
Read the contribution document to learn how to contribute to DiddiParser.
Also, you can view the
standing GitHub project about DiddiParser to watch all the issues, PRs and discussions organized on the columns To Do
, In progress
and Done
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file diddiparser-1.3.tar.gz
.
File metadata
- Download URL: diddiparser-1.3.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d63be2ad9a24dd033e2001bb7daeb03b00216b467efe76afb8e52d5b85224ae |
|
MD5 | 14589e1ea39951a4cbd3016e88477306 |
|
BLAKE2b-256 | f7ee39f71e5cde880a7beab096941dca14aa8821a9688809ce2576e29db44b72 |
File details
Details for the file diddiparser-1.3-py3-none-any.whl
.
File metadata
- Download URL: diddiparser-1.3-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3f06d91c78dc5070a233afd3615f60e1859a7946c3c477a18be62a2cd7ac570 |
|
MD5 | 63a8a8b49079dbbbc4a661d7b3ca4892 |
|
BLAKE2b-256 | efa0ab59d1d375383bd09b6676bd8375dfe3a5dbe5af6e63529be160f62ed82e |