samhaese
Results
2
issues of
samhaese
### What is the idea? A lot of the conda modules have no type hinting, incomplete type hinting, no docstrings, or docstrings with varying formats (reST, Google). ### What should...
type::feature
source::community
good first issue
When I'm working with markup files in Python I usually use one of these packages: - [json](https://docs.python.org/3/library/json.html#basic-usage) - [pyYAML](https://pyyaml.org/wiki/PyYAMLDocumentation) - [toml](https://github.com/uiri/toml#api-reference) I noticed that all of them have pretty much...