packaging icon indicating copy to clipboard operation
packaging copied to clipboard

Add PEP 621 project table parsing and validation

Open chrisjsewell opened this issue 2 years ago • 2 comments

Heya,

This module takes a pyproject.toml dict (pre-parsed by a TOML library) and parses/validates the [project] table, according to PEP 621.

I feel this could be generically useful, for packaging tools?

If you agree, I can clean up the code a bit and add more tests, etc

chrisjsewell avatar Dec 22 '22 15:12 chrisjsewell

@chrisjsewell can you please open an issue for us to discuss your proposed feature request?

brettcannon avatar Dec 22 '22 20:12 brettcannon

done (#647) 👍

chrisjsewell avatar Dec 22 '22 23:12 chrisjsewell