{"id":22138959,"url":"https://github.com/cwaldbieser/logopy","last_synced_at":"2025-07-12T16:06:39.948Z","repository":{"id":52443350,"uuid":"169683803","full_name":"cwaldbieser/logopy","owner":"cwaldbieser","description":"Logo interpreter written in Python","archived":false,"fork":false,"pushed_at":"2025-03-14T18:55:38.000Z","size":607,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T15:42:34.610Z","etag":null,"topics":["logo-interpreter","python3","svg"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cwaldbieser.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-02-08T04:19:46.000Z","updated_at":"2025-03-14T18:55:35.000Z","dependencies_parsed_at":"2024-04-15T16:48:14.754Z","dependency_job_id":"de8668e6-964e-46ac-98f5-821522f9a8c3","html_url":"https://github.com/cwaldbieser/logopy","commit_stats":{"total_commits":238,"total_committers":2,"mean_commits":119.0,"dds":0.004201680672268893,"last_synced_commit":"637ad65b61575e078c2abaeb46629c4356e104c2"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cwaldbieser/logopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Flogopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Flogopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Flogopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Flogopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwaldbieser","download_url":"https://codeload.github.com/cwaldbieser/logopy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Flogopy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265017076,"owners_count":23698421,"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","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":["logo-interpreter","python3","svg"],"created_at":"2024-12-01T20:13:07.710Z","updated_at":"2025-07-12T16:06:39.916Z","avatar_url":"https://github.com/cwaldbieser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nLogo interpreter written in Python\n==================================\n\nlogopy is a Logo interpreter written in Python3.  It aims to have some degree\nof compatibility with UCBLogo, but I am open is open to adding new and \ninteresting features.\n\nQuick Start\n-----------\n\nTo install using `pipenv`:\n\n.. code:: bash\n\n    $ cd logopy/\n    $ pipenv install\n\nTo run using `pipenv`:\n\n.. code:: bash\n\n    $ cd logopy/\n    $ PYTHONPATH=. pipenv run ./bin/logopycli.py -f ./example_scripts/pysymbol2.lg\n\nTo create an SVG image:\n\n.. code:: bash\n\n    $ cd logopy/\n    $ PYTHONPATH=. pipenv run ./bin/logopycli.py -f ./example_scripts/pysymbol2.lg svg -o pysymbol2.svg \n\nTo create an animated SVG image that can be viewed in a web browser:\n\n.. code:: bash\n\n    $ cd logopy/\n    $ PYTHONPATH=. pipenv run ./bin/logopycli.py -f ./example_scripts/pointy_star.lg svg --html /path/to/a/folder/for/web-files \\\n      --html-title 'Pointy Star' --html-scale 50 --animation-duration 400 --animation-type onebyone --animation-start automatic\n\nFull docs at `Read the Docs \u003chttps://logopy.readthedocs.io/\u003e`_ .    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwaldbieser%2Flogopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwaldbieser%2Flogopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwaldbieser%2Flogopy/lists"}