Box 5.x with all converters:
pip install --upgrade python-box[ruamel.yaml,toml,msgpack]
You can use either PyYAML
or ruamel.yaml
, if both are installed it will use ruamel.yaml
.
Just Box with no dependencies:
pip install --upgrade python-box
If you're putting it in your requirements.txt
file, make sure to Major Version bind it until your read through the next major version changes!
python-box[all]>=5.0,<6.0
There isn't a standard across all pyproject.toml
files for how to specify extra requires, but these are examples for the two common tools of poetry and flit.
[tool.poetry.dependencies] python-box = {version = "^5.0.0", extras = ["all"]}
[tool.flit.metadata] requires=["python-box[all]>=5.0,<6.0"]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4