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

Replace 'pytoml' with 'toml'. #315

Closed
wants to merge 1 commit into from
Closed

Conversation

kalekundert
Copy link
Contributor

The pytoml package is deprecated, and doesn't support the most recent TOML standard (e.g. dotted keys).

The pytoml package is deprecated, and doesn't support the most recent
TOML standard (e.g. dotted keys).
@takluyver
Copy link
Member

pip would also need to change before you could use new toml features, and it was suggested that pip might use the tomlkit library - see pypa/pip#6120 . I'd like to follow pip once it jumps one way or another.

@kalekundert
Copy link
Contributor Author

I see, that makes sense.

@kalekundert kalekundert closed this Feb 9, 2020
@jbrobst
Copy link

jbrobst commented Nov 12, 2020

@takluyver Could this be merged now that pip has switched to toml? toml is being maintained and there is still interest in this issue.

@takluyver
Copy link
Member

Makes sense, yup.

@takluyver takluyver reopened this Nov 16, 2020
@takluyver
Copy link
Member

This PR now has merge conflicts. @jbrobst, as you're interested, would you like to make a new PR?

@takluyver
Copy link
Member

Merged as #378. Thanks both!

@takluyver takluyver closed this Nov 19, 2020
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.

3 participants