Norman Kabir
Norman Kabir
When using Pyresto against services that do not default to `application/json`, the client fails. With its current configuration, it also will fail against self-signed certificates. Adding a parameter to the...
I've merged pull request #108. @robvdl will have more time in about a month to help. In the meantime, are there any LXDock-specific guidelines for publishing to PyPI and readthedocs.io?...
Does plumbum support accessing bash functions in addition to bash commands?
This issue may be related to #263 I have two scripts: **child.py** ``` #!/usr/bin/env python3 from plumbum import local import sys with local.env(MAKEFLAGS=None): PB_LS = local["ls"] PB_LS.run(stdout=sys.stderr) ``` **parent.py** ```...
On Ubuntu 22.04 with Python 3.11.6 in a virtual environment: ```bash python3 -mvenv venv . ./venv/bin/activate pip install marcel ``` ``` $ marcel Traceback (most recent call last): File "",...