Skip to content

Add Marimo project support with detection and parsing capabilities#35

Merged
martindurant merged 4 commits intofsspec:mainfrom
ktaletsk:feature/marimo-support
Feb 19, 2026
Merged

Add Marimo project support with detection and parsing capabilities#35
martindurant merged 4 commits intofsspec:mainfrom
ktaletsk:feature/marimo-support

Conversation

@ktaletsk
Copy link
Contributor

@ktaletsk ktaletsk commented Feb 3, 2026

I am not sure about this one. Adding it will slow down the whole thing significantly, cause there is no metadata, tool has to scan all .py files for the right imports

@martindurant
Copy link
Member

I was thinking, that since there are a number of app types that wold require scanning, it could be a flag to Project whether to do it, or a limit on how many files may be scanned (or how many directories deep). Then you do it just once, but you can scan for many different project types.

@ktaletsk
Copy link
Contributor Author

ktaletsk commented Feb 3, 2026

Yes, I was also thinking about shared file scanning component, so that we don't have to repeat the same search for each type. Each type would provide regexps to scan for.

@martindurant martindurant mentioned this pull request Feb 4, 2026
@martindurant martindurant mentioned this pull request Feb 18, 2026
@martindurant
Copy link
Member

@ktaletsk , what do you think?

@martindurant martindurant marked this pull request as ready for review February 19, 2026 19:30
@martindurant martindurant merged commit 85a9369 into fsspec:main Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants