MCPcopy Index your code
hub / github.com/FFY00/trampolim

github.com/FFY00/trampolim @0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.0 ↗ · + Follow
135 symbols 330 edges 64 files 26 documented · 19%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

trampolim

test codecov check Documentation Status PyPI version

A modern Python build backend.

Features

  • Task system, allowing to run arbitrary Python code during the build process
  • Automatic version detection from git repos and git archives
  • Easy to use CLI -- build, publish, check for errors and recommended practices (Planned)

Usage

trampolim implements PEP 621. Your pyproject.toml should look something like this:

[build-system]
build-backend = 'trampolim'
requires = ['trampolim~=0.1.0']

[project]
name = 'sample_project'
version = '1.0.0'
description = 'A sample project'
readme = 'README.md'
requires-python = '>=3.7'
license = { file = 'LICENSE' }
authors = [
  { name = 'Filipe Laíns', email = 'lains@riseup.net' },
]
classifiers = [
  'Development Status :: 4 - Beta',
  'Programming Language :: Python',
]

dependencies = [
  'dependency',
  'some-backport ; python_version < "3.8"',
]

[project.optional-dependencies]
test = [
  'pytest',
  'pytest-cov',
]

[project.scripts]
sample_entrypoint = 'sample_project:entrypoint_function'

[project.urls]
homepage = 'https://my-sample-project-website.example.com'
documentation = 'https://github.com/some-user/sample-project'
repository = 'https://github.com/some-user/sample-project'
changelog = 'https://github.com/some-user/sample-project/blob/master/CHANGELOG.rst'

Core symbols most depended-on inside this repo

run
called by 8
trampolim/_tasks.py
run_tasks
called by 4
trampolim/_build.py
cd_binary_source
called by 4
trampolim/_build.py
from_pyproject
called by 3
trampolim/_metadata.py
main
called by 2
trampolim/__main__.py
cd
called by 2
trampolim/_build.py
ensure_empty_dir
called by 2
trampolim/_build.py
copy_to_dir
called by 2
trampolim/_build.py

Shape

Function 85
Method 39
Class 11

Languages

Python100%

Modules by API surface

trampolim/_build.py30 symbols
tests/test_project.py27 symbols
tests/test_sdist.py10 symbols
trampolim/_tasks.py9 symbols
trampolim/_wheel.py7 symbols
tests/test_wheel.py7 symbols
tests/test_main.py7 symbols
trampolim/__main__.py6 symbols
tests/conftest.py6 symbols
trampolim/_sdist.py5 symbols
noxfile.py5 symbols
trampolim/__init__.py4 symbols

For agents

$ claude mcp add trampolim \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact