-
```
What steps will reproduce the problem?
1. Create a key in the normal way
What is the expected output? What do you see instead?
As this is an INI parser (not a config parser) I expect it to do mor…
-
The ini file loader IniFileLoader, failes to parse the following file.
```
[program:FOOBAR2]
command = /vagrant/app/console rabbitmq:dynamic-consumer something customer#FOOBAR2 --env=prod
numprocs = …
-
it could be useful using a confingparser (a ini format default parser) or a xml reader....
but it also true that maybe keeping the same format of the input file is more conservative and it is useful …
-
Right now Dist::Zilla has custom code for parsing dist.ini for "; authordep" declarations. It would be really nice if the ini parser itself could recognize these, which would let us jump up and down a…
-
Would it be a good idea if I include a simple ini parser/generator? I found a interesting one here https://github.com/mcmtroffaes/inipp/
For the purpose of writing/reading the key action maps and m…
-
Is it currently possible to set a default parser?
ie
Instead of writing:
`@given(parsers.parse("the animal is {name}")`
I want to configure parser.parse as the default (perhaps in pytest.ini)…
-
Suggestions:
- At line #43 : https://github.com/armbues/ioc_parser/blob/master/iocp.py#L43
- Replace with:
``` python
try:
from StringIO import StringIO
except ImportError:
from io import S…
-
While working with ONE-vscode partition editor, javascript ini parser has unexpected behaviour with `;` in key. (unexpected for me but I think this is by the specification)
For example
`aaa;bbb=cc…
-
I have a pdf document which includes an aol email address in the following format
Sample: abcd[.]aol[.]com
I am running the iocp parser without any options/flags and I see the output includes aol.com …
-
Allow the programmer to set something like "NewLineBeforeNextSection" in the Parser.Configuration.
Some INI Readers don't like the empty lines there