{"id":19944004,"url":"https://github.com/libtcod/python-tcod","last_synced_at":"2025-05-14T14:02:12.944Z","repository":{"id":28672539,"uuid":"32192238","full_name":"libtcod/python-tcod","owner":"libtcod","description":"A high-performance Python port of libtcod.  Includes the libtcodpy module for backwards compatibility with older projects.","archived":false,"fork":false,"pushed_at":"2025-05-04T12:31:47.000Z","size":26883,"stargazers_count":425,"open_issues_count":7,"forks_count":35,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-05-04T13:31:20.007Z","etag":null,"topics":["field-of-view","libtcod","libtcodpy","pathfinding","pypy","pypy3","python","python-library","python-tcod","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libtcod.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"HexDecimal"}},"created_at":"2015-03-14T02:26:43.000Z","updated_at":"2025-04-23T11:43:08.000Z","dependencies_parsed_at":"2024-01-15T21:25:37.548Z","dependency_job_id":"8db229cc-3bcb-488d-be09-9c802e54a1ab","html_url":"https://github.com/libtcod/python-tcod","commit_stats":{"total_commits":1885,"total_committers":23,"mean_commits":81.95652173913044,"dds":0.06843501326259949,"last_synced_commit":"1ba890c2aeae7e28d7a7de5b5a3764301aca9030"},"previous_names":[],"tags_count":182,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libtcod%2Fpython-tcod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libtcod%2Fpython-tcod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libtcod%2Fpython-tcod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libtcod%2Fpython-tcod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libtcod","download_url":"https://codeload.github.com/libtcod/python-tcod/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254159140,"owners_count":22024558,"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":["field-of-view","libtcod","libtcodpy","pathfinding","pypy","pypy3","python","python-library","python-tcod","python3"],"created_at":"2024-11-13T00:18:44.362Z","updated_at":"2025-05-14T14:02:12.894Z","avatar_url":"https://github.com/libtcod.png","language":"Python","readme":".. contents::\n   :backlinks: top\n\n========\n Status\n========\n|VersionsBadge| |ImplementationBadge| |LicenseBadge|\n\n|PyPI| |RTD| |Codecov| |Pyup| |CommitsSinceLastRelease|\n\n=======\n About\n=======\nThis is a Python cffi_ port of libtcod_.\n\nThis library is `hosted on GitHub \u003chttps://github.com/libtcod/python-tcod\u003e`_.\n\nAny issues you have with this module can be reported at the\n`GitHub issue tracker \u003chttps://github.com/libtcod/python-tcod/issues\u003e`_.\n\n=======\n Usage\n=======\nThis module was designed to be backward compatible with the original libtcodpy\nmodule distributed with libtcod.\nIf you had code that runs on libtcodpy then you can use this library as a\ndrop-in replacement.  This installs a libtcodpy module so you'll only need to\ndelete the libtcodpy/ folder that's usually bundled in an older libtcodpy\nproject.\n\nGuides and Tutorials for libtcodpy should work with the tcod module.\n\nThe latest documentation can be found here:\nhttps://python-tcod.readthedocs.io/en/latest/\n\n==============\n Installation\n==============\nDetailed installation instructions are here:\nhttps://python-tcod.readthedocs.io/en/latest/installation.html\n\nFor the most part it's just::\n\n    pip3 install tcod\n\n==============\n Requirements\n==============\n* Python 3.8+\n* Windows, Linux, or MacOS X 10.9+.\n* On Linux, requires libsdl2 (2.0.10+).\n\n===========\n Changelog\n===========\n\nYou can find the most recent changelog\n`here \u003chttps://github.com/libtcod/python-tcod/blob/main/CHANGELOG.md\u003e`_.\n\n=========\n License\n=========\npython-tcod is distributed under the `Simplified 2-clause FreeBSD license\n\u003chttps://github.com/HexDecimal/python-tdl/blob/master/LICENSE.txt\u003e`_.\n\n.. _LICENSE.txt: https://github.com/libtcod/python-tcod/blob/master/LICENSE.txt\n\n.. _python-tdl: https://github.com/libtcod/python-tcod/\n\n.. _cffi: https://cffi.readthedocs.io/en/latest/\n\n.. _numpy: https://docs.scipy.org/doc/numpy/user/index.html\n\n.. _libtcod: https://github.com/libtcod/libtcod\n\n.. _pip: https://pip.pypa.io/en/stable/installing/\n\n.. |VersionsBadge| image:: https://img.shields.io/pypi/pyversions/tcod.svg?maxAge=2592000\n    :target: https://pypi.python.org/pypi/tcod\n\n.. |ImplementationBadge| image:: https://img.shields.io/pypi/implementation/tcod.svg?maxAge=2592000\n    :target: https://pypi.python.org/pypi/tcod\n\n.. |LicenseBadge| image:: https://img.shields.io/pypi/l/tcod.svg?maxAge=2592000\n    :target: https://github.com/HexDecimal/tcod/blob/master/LICENSE.txt\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/tcod.svg?maxAge=10800\n    :target: https://pypi.python.org/pypi/tcod\n\n.. |RTD| image:: https://readthedocs.org/projects/python-tcod/badge/?version=latest\n    :target: http://python-tcod.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |Codecov| image:: https://codecov.io/gh/libtcod/python-tcod/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/libtcod/python-tcod\n\n.. |Issues| image:: https://img.shields.io/github/issues/libtcod/python-tcod.svg?maxAge=3600\n    :target: https://github.com/libtcod/python-tcod/issues\n\n.. |Pyup| image:: https://pyup.io/repos/github/libtcod/python-tcod/shield.svg\n    :target: https://pyup.io/repos/github/libtcod/python-tcod/\n    :alt: Updates\n\n.. |CommitsSinceLastRelease| image:: https://img.shields.io/github/commits-since/libtcod/python-tcod/latest\n    :target: https://github.com/libtcod/python-tcod/blob/main/CHANGELOG.md\n","funding_links":["https://github.com/sponsors/HexDecimal"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibtcod%2Fpython-tcod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibtcod%2Fpython-tcod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibtcod%2Fpython-tcod/lists"}