{"id":15583966,"url":"https://github.com/diddileija/diddiparser","last_synced_at":"2025-08-22T07:31:28.807Z","repository":{"id":38177197,"uuid":"366744726","full_name":"DiddiLeija/diddiparser","owner":"DiddiLeija","description":"Parse DiddiScript files (a language for the future!)","archived":true,"fork":false,"pushed_at":"2023-09-04T15:20:12.000Z","size":166,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T18:18:28.923Z","etag":null,"topics":["command-line","diddiscript","package","parser","pypi-package","python","python-package","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiddiLeija.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-12T14:30:06.000Z","updated_at":"2025-01-21T14:28:56.000Z","dependencies_parsed_at":"2024-12-03T15:30:22.531Z","dependency_job_id":"6e15b8dd-0d18-439b-880f-0895b8b0b62b","html_url":"https://github.com/DiddiLeija/diddiparser","commit_stats":{"total_commits":143,"total_committers":2,"mean_commits":71.5,"dds":"0.027972027972028024","last_synced_commit":"bc887fb3c362a13499290c2bdc8afd2ed8fc015a"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/DiddiLeija/diddiparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiddiLeija%2Fdiddiparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiddiLeija%2Fdiddiparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiddiLeija%2Fdiddiparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiddiLeija%2Fdiddiparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiddiLeija","download_url":"https://codeload.github.com/DiddiLeija/diddiparser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiddiLeija%2Fdiddiparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271604724,"owners_count":24788761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","diddiscript","package","parser","pypi-package","python","python-package","python3"],"created_at":"2024-10-02T20:22:00.901Z","updated_at":"2025-08-22T07:31:23.775Z","avatar_url":"https://github.com/DiddiLeija.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DiddiParser - version 1.3\r\n\r\nParse DiddiScript files and run their simple syntax.\r\n\r\n## What's DiddiScript?\r\n\r\nRefer to [GRAMMAR.md](http://github.com/diddileija/diddiparser/blob/main/GRAMMAR.md) to learn about the DiddiScript\r\nenvironment.\r\n\r\n## DiddiParser installation\r\n\r\nDiddiParser is a pure Python package, installable from [PyPI](http://pypi.org/project/diddiparser) with Pip:\r\n\r\n```\r\npip install diddiparser\r\n```\r\n\r\n## Usage of DiddiParser\r\n\r\nAfter installing, import the features like this examples:\r\n\r\n### Using DiddiParser on Python scripts\r\n\r\n```python\r\nfrom diddiparser.parser import (DiddiScriptFile,\r\n                                DiddiScriptSetup,\r\n                                stringToScript,\r\n                                demo)\r\nfrom diddiparser import __version__, __author__\r\n```\r\n\r\n### Module command-line options\r\n\r\nWe created `diddiparser.main` for doing this. Use it as follows:\r\n\r\n```\r\npython -m diddiparser [args]\r\npython -m diddiparser.main [args]\r\n```\r\n\r\n### Specific console script\r\n\r\nYou don't even need to call the `diddiparser.main` module. Just use\r\nthe linked console script:\r\n\r\n```\r\ndiddiparser [args]\r\n```\r\n\r\n## More help is here!\r\n\r\nGo to [SECURITY.md](http://github.com/diddileija/diddiparser/blob/main/SECURITY.md) to view the supported versions and security advisories. Read [NEWS.md](http://github.com/diddileija/diddiparser/blob/main/NEWS.md) to view all the published versions. Or go to the related [wiki](http://github.com/diddileija/diddiparser/wiki/Home) to read a larger explanation of the package contents.\r\n\r\n## Want to help?\r\n\r\nRead the [contribution document](http://github.com/diddileija/diddiparser/blob/main/CONTRIBUTING.md) to learn how to contribute to DiddiParser. \r\n\r\nAlso, you can view the \r\n[standing GitHub project about DiddiParser](http://github.com/users/diddileija/projects/2) to watch all the issues, PRs and discussions organized on the columns `To Do`, `In progress` and `Done`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiddileija%2Fdiddiparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiddileija%2Fdiddiparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiddileija%2Fdiddiparser/lists"}