Open Issues Need Help
View All on GitHub Create initial directory structure about 3 hours ago
AI Summary: This issue outlines the creation of the initial project structure for a new Python project. It requires setting up `pyproject.toml` and `environment.yml`, along with developing a Python library and a command-line interface (CLI) tool. Both the library and CLI will handle TOML configuration files, with the library specifically supporting the resolution of `file://` paths to read file contents, and the CLI offering a `--list` option to inspect config file sections and variables.
Complexity:
3/5
good first issue