{"id":21850619,"url":"https://github.com/freakwill/pylatex_ext","last_synced_at":"2026-04-19T06:48:44.425Z","repository":{"id":130366550,"uuid":"137742209","full_name":"Freakwill/pylatex_ext","owner":"Freakwill","description":"🔌extension of pylatex","archived":false,"fork":false,"pushed_at":"2021-05-28T08:55:29.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T05:24:12.554Z","etag":null,"topics":["latex","pylatex"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Freakwill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2018-06-18T11:12:43.000Z","updated_at":"2021-05-28T08:55:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea3023a5-7f4a-44b9-8525-1d901401155f","html_url":"https://github.com/Freakwill/pylatex_ext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Freakwill/pylatex_ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freakwill%2Fpylatex_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freakwill%2Fpylatex_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freakwill%2Fpylatex_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freakwill%2Fpylatex_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Freakwill","download_url":"https://codeload.github.com/Freakwill/pylatex_ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freakwill%2Fpylatex_ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31997804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["latex","pylatex"],"created_at":"2024-11-28T00:18:30.511Z","updated_at":"2026-04-19T06:48:44.406Z","avatar_url":"https://github.com/Freakwill.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pylatex_ext\n🔌Extension of pylatex\n\n## Download\nIt has not been uploaded to pypi, download it from github.\n\n## What am I proud of?\n\n```python\nclass Slash:\n    \"\"\"Shorthand for Command.\n    \n    Make defining command more eazy.\n    \"\"\"\n\n    escape = False\n\n    def __getattr__(self, command):\n        def f(*args, **kwargs):\n            args = Arguments(*args)\n            args.escape = self.escape\n            return Command(command, arguments=args, **kwargs)\n        return f\n\n__ = Slash()  # __.frac('x', 'y').dumps() == '\\frac{x}{y}'\n\ndef diff(y, x='x'):\n    r\"\"\"Generate Latex code r'\\frac{d y}{d x}'.\n\n    Arguments:\n        y {str} -- dependent variable\n\n    Keyword Arguments:\n        x {str} -- independent variable (default: {'x'})\n\n    Returns:\n        Command\n    \"\"\"\n    return __.frac(\n        (__.mathrm('d').dumps()) + y, (__.mathrm('d').dumps()) + x)\n\n```\n\n## Application\nI make a system to produce exam paper (with or without answer) with `pylatex_ext`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreakwill%2Fpylatex_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreakwill%2Fpylatex_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreakwill%2Fpylatex_ext/lists"}