Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support writing in tiled core #445

Merged
merged 131 commits into from
Jun 13, 2023
Merged

Support writing in tiled core #445

merged 131 commits into from
Jun 13, 2023

Conversation

danielballan
Copy link
Member

This PR adds for writing data into Tiled from the client, like so:

tiled serve catalog --temp
from tiled.client import from_uri
c = from_uri("...")
c.write_array([1, 2, 3])

This is a large PR that has been about a year in the making, based external prototypes by @jmaruland and @kleinhenz and numerous discussions with @tacaswell and @dylanmcreynolds and helpful feedback from many others.

This code is "alpha" quality, and it has many known gaps that I will enumerate in GH Issues. Nonetheless, since Tiled is still in the "alpha" stage, I will merge it shortly and tag an another alpha release to get it more easily into the hands of our early users for feedback.

@danielballan danielballan merged commit 1886473 into bluesky:main Jun 13, 2023
@danielballan danielballan deleted the catalog branch June 13, 2023 00:46
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.

1 participant