-
With [PEP 631](https://www.python.org/dev/peps/pep-0631/), a standard way for python projects to specify dependencies exists.
`conda create --file=...` accepts a nonstandard `requirements.txt` file…
-
### Component
Forge
### Describe the feature you would like
Hi everyone!
The current approach to handling JSON feels somewhat suboptimal. Working with the id -> json map feels like an extr…
-
Creating a main issue to track this work, as it has been asked multiple times, is probably hindering the adoption of go-toml v2.
The main difficulty of building this feature is modifying the unmars…
-
It would be nice to add the option to include supported Python versions from the classifiers. For example, see
- https://networkx.org/documentation/stable/release/release_3.2.1.html
Maybe a flag?
-
Hi, this may sound like a stupid question but am I able to use this tool just to parse a TOML file? If not, would you recommend another CLI available via Alpine that can accomplish this? Thanks!
-
given the [structopt](https://github.com/TeXitoi/structopt) library is in maintenance mode and itself suggests to make the [migration](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#migratin…
-
[PEP518](https://www.python.org/dev/peps/pep-0518/) introduces a new file (`pyproject.toml`) that can be used as a config for project/build settings.
[poetry](https://poetry.eustace.io/) is a new p…
-
Currently RSSerpent & its plugins use `os.environ` to manage configurations. However, in fact you could almost use any way (env var, json, yaml, toml, etc.) to read configurations, as long as it is le…
-
**Describe the bug**
This could just be a usage error on my part, but the documentation about `warn_timeout` is a bit confusing. In any case, I have installed direnv via asdf's direnv plugin. I hav…
-
There are two ways to write tables in TOML.
But currently `tomland` doesn't keep track of such information, though it could be useful during pretty-printing later. This info is not that hard to get, …