{"id":37069693,"url":"https://github.com/infuzu/oqs","last_synced_at":"2026-01-14T08:01:26.696Z","repository":{"id":214029021,"uuid":"732544525","full_name":"Infuzu/OQS","owner":"Infuzu","description":"`OQS` (Open Quick Script) is a simple, system-neutral expression language for efficient scripting on diverse platforms. It's open-source, adaptable, and focused on fundamental operations.","archived":false,"fork":false,"pushed_at":"2024-09-06T14:50:26.000Z","size":282,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-22T14:33:35.699Z","etag":null,"topics":["expression-engine","expression-evaluator","expression-language","expression-parser","expressionengine","programming-language","programming-languages"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Infuzu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-17T02:58:54.000Z","updated_at":"2024-09-06T14:46:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"06702944-6831-45f1-8206-ca36ff6f2369","html_url":"https://github.com/Infuzu/OQS","commit_stats":null,"previous_names":["infuzu/oqs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Infuzu/OQS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infuzu%2FOQS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infuzu%2FOQS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infuzu%2FOQS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infuzu%2FOQS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Infuzu","download_url":"https://codeload.github.com/Infuzu/OQS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infuzu%2FOQS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expression-engine","expression-evaluator","expression-language","expression-parser","expressionengine","programming-language","programming-languages"],"created_at":"2026-01-14T08:01:25.468Z","updated_at":"2026-01-14T08:01:26.610Z","avatar_url":"https://github.com/Infuzu.png","language":"Python","readme":"# `OQS` (Open Quick Script)\n## Overview\n`OQS` or `Open Quick Script` is an expression language intended to be universally adoptable, streamlined, and system-neutral scripting language that integrates effortlessly into diverse platforms. \n\n`OQS` is not designed to be a feature complete programming language. Rather, it is designed to be a simple, yet powerful, expression engine. It is specifically crafted to process expressions encompassing fundamental types and operations, interpreting a solitary expression—optionally accompanied by a dictionary, map, or JSON containing variables—to yield a consistent and logical outcome.\n\n\n\n\n## Specification\nThe [language specification](https://github.com/Infuzu/OQS/blob/main/oqs-specification.md) was writen as a guide for anyone seeking to write an implementation of `OQS`. It is a living document and will be updated on regular intervals to keep up with the languages developing needs. \n\n\n\n## Versioning\nThere is a full change history of everything in this repository available in this repository by going through the git changes.\n\nThe [language specification](https://github.com/Infuzu/OQS/blob/main/oqs-specification.md) contains the current version of the language. There is also a folder in this repository called ['specification_history'](https://github.com/Infuzu/OQS/tree/main/specification_history) that contains a copy of all versions of the [specification](https://github.com/Infuzu/OQS/blob/main/oqs-specification.md).\n\nAll sample implementations should also contain their version history. Details about this should be in the sample implementation README.md.\n\n\n\n\n## Sample Implementations\nIn order to ensure the accessibility of `OQS`, our team puts a lot of effort into maintaining a few implementations of `OQS` for public use. \n\n**Note**: These implementations are not built to be very feature rich. They are simply built to demonstrate the simplicity of `OQS` and ensure that there are open-source and free versions of language available for the public to use and build from if they so chose.\n\nThe current implementations maintained by the `OQS` team are as follows:\n- [**Python**](https://github.com/Infuzu/OQS/tree/main/python_oqs_implementation). The full code of the implementation is available in the folder named ['python_oqs_implementation'](https://github.com/Infuzu/OQS/tree/main/python_oqs_implementation) at the base of this repository. If you with to use this implementation, you can follow the instructions listed in the [README for python implementation](https://github.com/Infuzu/OQS/blob/main/python_oqs_implementation/README.md).\n\n\n\n\n## Custom Implementation\nThe `OQS` language is designed to be open and universal. We encourage everyone to build their own implementations of this language for private or public use. The [specification guide](https://github.com/Infuzu/OQS/blob/main/oqs-specification.md) is there to assist with that. Therefor, we ask that all implementations abide by the same [specification](https://github.com/Infuzu/OQS/blob/main/oqs-specification.md) and are built in such a way that anyone writing an expression for one implementation would be able to use the same expression across any implementation and expect the same results. There is a file in the root of this directory named [tests.json](https://github.com/Infuzu/OQS/blob/main/tests.json) in order to assist with that. We ask that all implementations be built in such a way that it can pass all tests specified there.\n\n\n\n\n## License\n`OQS` is dedicated to remaining an open-source project accessible to all. We have chosen the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) for `OQS`. This license permits free use, modification, distribution, and even commercial exploitation, provided that appropriate credit is given to the original creators.\n\nWe endorse the principles of open-source and encourage the community to engage with, enhance, and disseminate `OQS` while respecting the terms of this license.\n\nFor complete license details, refer to the [LICENSE](https://github.com/Infuzu/OQS/blob/main/LICENSE.md) file in the repository.\n\n\n\n\n## How to Contribute\nContributions to `OQS` are warmly welcomed and greatly appreciated. Here are ways you can contribute:\n\n- **Submitting Bug Reports or Feature Requests**: Use the [Issues](https://github.com/Infuzu/OQS/issues) section to report bugs or suggest new features.\n- **Improving Documentation**: Enhance the existing documentation or write tutorials.\n- **Submitting Pull Requests**: Fork the repository, create a new branch for your work, and submit a pull request.\n\n\n\n\n## Authors and Contributors\nThe `OQS` language and the language specification are supported and maintained by [Infuzu](https://infuzu.com).\n\n[Yidi Sprei](https://yidisprei.com) is the founding author of `OQS` and wrote the first version of the [specification](https://github.com/Infuzu/OQS/blob/main/oqs-specification.md).\n\nThe following individuals are core maintainers of the [Python OQS Implementation](https://github.com/Infuzu/OQS/tree/main/python_oqs_implementation):\n- [Yidi Sprei](https://yidisprei.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfuzu%2Foqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfuzu%2Foqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfuzu%2Foqs/lists"}