{"id":15885967,"url":"https://github.com/kurtamohler/spacetimelib","last_synced_at":"2026-02-12T14:06:27.308Z","repository":{"id":49748672,"uuid":"517474796","full_name":"kurtamohler/spacetimelib","owner":"kurtamohler","description":"Special relativity physics library for Python","archived":false,"fork":false,"pushed_at":"2023-09-14T05:23:53.000Z","size":2522,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T16:09:19.757Z","etag":null,"topics":["physics","python","special-relativity"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/kurtamohler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-07-25T01:02:38.000Z","updated_at":"2025-08-28T23:59:16.000Z","dependencies_parsed_at":"2024-10-27T23:10:12.292Z","dependency_job_id":"d8b6583b-57d1-479f-9284-c135074f4672","html_url":"https://github.com/kurtamohler/spacetimelib","commit_stats":{"total_commits":139,"total_committers":1,"mean_commits":139.0,"dds":0.0,"last_synced_commit":"3aee7549969bde8ddd65cc5532cd38661774cc53"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kurtamohler/spacetimelib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtamohler%2Fspacetimelib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtamohler%2Fspacetimelib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtamohler%2Fspacetimelib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtamohler%2Fspacetimelib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurtamohler","download_url":"https://codeload.github.com/kurtamohler/spacetimelib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtamohler%2Fspacetimelib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29367895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["physics","python","special-relativity"],"created_at":"2024-10-06T05:21:24.097Z","updated_at":"2026-02-12T14:06:27.282Z","avatar_url":"https://github.com/kurtamohler.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpacetimeLib\n\nSpacetimeLib is a special relativity physics library for Python.\n\nSpacetimeLib performs mathematical operations on events, velocities, and\nworldlines in N+1 Minkowski spacetime.\n\nYou can calculate Lorentz transformations, time dilation, length contraction,\nand more.\n\n## Documentation and getting started\n\nThe documentation for the latest `main` branch is found here:\n[https://kurtamohler.github.io/spacetimelib/](https://kurtamohler.github.io/spacetimelib/)\n\nThe [Start Here - Twin Paradox\ntutorial](https://kurtamohler.github.io/spacetimelib/notebooks/Twin%20Paradox.html)\npage is a good starting point to see what SpacetimeLib can do.\n\n## Installation\n\n### Pip\n\n```bash\npip install spacetimelib\n```\n\n### From source\n\nInstall Miniconda:\n[instructions](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html)\n\nClone SpacetimeLib the repository.\n\n```bash\nhttps://github.com/kurtamohler/spacetimelib.git \u0026\u0026 cd spacetimelib\n```\n\nRun the following to create and activate an environment with all dependencies.\n\n```bash\nconda env create -f environment.yaml -n spacetimelib \u0026\u0026 conda activate spacetimelib\n```\n\nThen install SpacetimeLib.\n\n```bash\npip install -e .\n```\n\n## How to import SpacetimeLib\n\nTo access SpacetimeLib, import it into your Python code:\n\n```python\n\u003e\u003e\u003e import spacetimelib as st\n```\n\nShorten the imported name to `st` for better code readability, but you can just\nuse the unshortened name if you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtamohler%2Fspacetimelib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurtamohler%2Fspacetimelib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtamohler%2Fspacetimelib/lists"}