Doug Ransom
Doug Ransom
https://pypi.org/project/aiofiles/ doesn't link to https://github.com/Tinche/aiofiles. Consider adding that to the pyproject.toml.
please include in the docs how to write to stdout. here is a snippent of how i did it , wrap isn't documented. `import asyncio from email import contentmanager import...
even if it means using [the early release of llvmlite](https://pypi.org/project/llvmlite/0.38.0rc1/) on pypi.
A few minor errors in docs.
ssh config Host blue HostName underdoug.ca User underdou ControlPath c:/users/doug/.ssh/controlmasters_doug_blue ControlMaster auto ControlPersist 10m c:\Program Files\OpenSSH>ssh blue muxclient socket(): Unknown error
I'm always frustrated when I edit a file in a OneDrive Library on mylocal file system, and I would like to share that file with another user who has that...
I would like to specify default command line options for my project. flit would pick these up in addition to what is on the command line. for example, i might...
An example or how the directories might be laid out. One with a src diretctory and a couple submodules/subdirectories, one without a src directory. complete with python code Also a...
On windows, flit install flit install --symlink flit install --env flit install --python = c:\users\dougr\onedrive\doug\codingprojects\dt\nl\scripts\python.exe All install in the base python instead of the virtual environment. The workaround is ```...
Pretty much all modern python installations will have a PIP supporting PEP517. So wouldn't it make more sense in the next release to default to sdist for format with --no-setup-py...