We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
ffpt2csv.py
csv2ffpt.py
__getitem__(self, key) is implemented in 8483b4a
__getitem__(self, key)
Sorry, something went wrong.
Now basic indexing works (read only).
As shown in README:
import ffptutils pt = ffptutils.load('test/2.ffpt') assert pt['param1'] == 'some value' assert pt['param2'] == True assert pt['param3'] == False assert pt['param5'] == 24 assert pt['param6'] == 1.0 assert pt['param7/param1'] == 'hoge' assert pt['param7/param2/param1'] == 'fuga'
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: