{"id":13501417,"url":"https://github.com/FFY00/trampolim","last_synced_at":"2025-03-29T09:30:33.305Z","repository":{"id":45254464,"uuid":"364086778","full_name":"FFY00/trampolim","owner":"FFY00","description":"A modern Python build backend","archived":false,"fork":false,"pushed_at":"2024-06-17T20:54:56.000Z","size":212,"stargazers_count":43,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-19T06:09:41.572Z","etag":null,"topics":["backend","build","hacktoberfest","pep517","python","python3","sdist","wheel"],"latest_commit_sha":null,"homepage":"https://trampolim.readthedocs.io","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/FFY00.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"FFY00"}},"created_at":"2021-05-03T23:23:53.000Z","updated_at":"2024-01-24T22:12:19.000Z","dependencies_parsed_at":"2024-06-17T22:45:49.958Z","dependency_job_id":"6b621e18-7a57-4d18-8eb5-8f7c9d72a611","html_url":"https://github.com/FFY00/trampolim","commit_stats":{"total_commits":150,"total_committers":4,"mean_commits":37.5,"dds":0.08666666666666667,"last_synced_commit":"aed1982f019fbfe1811dc0a03739a2f4dd19662b"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFY00%2Ftrampolim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFY00%2Ftrampolim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFY00%2Ftrampolim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFY00%2Ftrampolim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FFY00","download_url":"https://codeload.github.com/FFY00/trampolim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213424616,"owners_count":15585294,"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":["backend","build","hacktoberfest","pep517","python","python3","sdist","wheel"],"created_at":"2024-07-31T22:01:36.810Z","updated_at":"2024-07-31T22:06:20.150Z","avatar_url":"https://github.com/FFY00.png","language":"Python","funding_links":["https://github.com/sponsors/FFY00"],"categories":["Python"],"sub_categories":[],"readme":"# trampolim\n\n[![test](https://github.com/FFY00/trampolim/actions/workflows/test.yml/badge.svg)](https://github.com/FFY00/trampolim/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/FFY00/trampolim/branch/main/graph/badge.svg?token=QAfQGa1bld)](https://codecov.io/gh/FFY00/trampolim)\n[![check](https://github.com/FFY00/trampolim/actions/workflows/check.yml/badge.svg)](https://github.com/FFY00/trampolim/actions/workflows/check.yml)\n[![Documentation Status](https://readthedocs.org/projects/trampolim/badge/?version=latest)](https://trampolim.readthedocs.io/en/latest/?badge=latest)\n[![PyPI version](https://badge.fury.io/py/trampolim.svg)](https://pypi.org/project/trampolim/)\n\nA modern Python build backend.\n\n### Features\n\n- Task system, allowing to run arbitrary Python code during the build process\n- Automatic version detection from git repos and git archives\n- Easy to use CLI -- build, publish, check for errors and recommended practices (**Planned**)\n\n### Usage\n\n`trampolim` implements [PEP 621](https://www.python.org/dev/peps/pep-0621).\nYour `pyproject.toml` should look something like this:\n\n```toml\n[build-system]\nbuild-backend = 'trampolim'\nrequires = ['trampolim~=0.1.0']\n\n[project]\nname = 'sample_project'\nversion = '1.0.0'\ndescription = 'A sample project'\nreadme = 'README.md'\nrequires-python = '\u003e=3.7'\nlicense = { file = 'LICENSE' }\nauthors = [\n  { name = 'Filipe Laíns', email = 'lains@riseup.net' },\n]\nclassifiers = [\n  'Development Status :: 4 - Beta',\n  'Programming Language :: Python',\n]\n\ndependencies = [\n  'dependency',\n  'some-backport ; python_version \u003c \"3.8\"',\n]\n\n[project.optional-dependencies]\ntest = [\n  'pytest',\n  'pytest-cov',\n]\n\n[project.scripts]\nsample_entrypoint = 'sample_project:entrypoint_function'\n\n[project.urls]\nhomepage = 'https://my-sample-project-website.example.com'\ndocumentation = 'https://github.com/some-user/sample-project'\nrepository = 'https://github.com/some-user/sample-project'\nchangelog = 'https://github.com/some-user/sample-project/blob/master/CHANGELOG.rst'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFFY00%2Ftrampolim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFFY00%2Ftrampolim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFFY00%2Ftrampolim/lists"}