fs-code API Documentation: PyFilesystems for GitLab, GitHub, and Git
By
indigodaddy
A bagel you'd recommend to a friend without hedging.
Summary
This is API documentation for fs-code, a Python library that provides PyFilesystems interfaces for GitLab, GitHub, and Git repositories. It includes installation instructions using pip with different provider options and demonstrates usage examples showing how to access files from GitLab repositories using both FS URLs and direct class instantiation.
Key quotes
· 5 pulledpip install fs-code[gitlabfs]
user_fs = fs.open_fs("gitlab://?user=dAnjou")
readme = user_fs.open("fs-code/main/README.md")
from codefs.gitlabfs import UserFS
user_fs = UserFS(Gitlab(), user="dAnjou")
Article URL: https://danjou.gitlab.io/fs-code/dev/codefs.html
Comments URL: https://news.ycombinator.com/item?id=45328404
Points: 3
# Comments: 1
You might also wanna read
DeepSeek API Documentation: Getting Started with Your First API Call
This is a technical documentation page from DeepSeek explaining how to make a first API call. It details that the DeepSeek API is compatible
CoderLM API Reference: REPL Operations to HTTP Endpoints Mapping
This document provides a technical mapping between REPL operations and API endpoints for CoderLM, a tree-sitter-powered code indexing server
Direct API Scripts for Moltbook Integration
This article provides technical documentation for using direct API scripts to post to Moltbook without an agent wrapper. It includes a quick
Theneo: AI-Powered API Documentation Generator for Stripe-Like Docs
Theneo is an AI-powered tool that generates Stripe-like API documentation automatically. It addresses the pain points of managing API docume
OpenAI Developer Platform: Resources and Documentation Overview
The article provides an overview of OpenAI's developer platform, highlighting available resources including tutorials, API documentation, an
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it helps coding agents
bit.ly·11h ago