fades icon indicating copy to clipboard operation
fades copied to clipboard

fades is a system that automatically handles the virtualenvs in the cases normally found when writing scripts and simple programs, and even helps to administer big projects.

Results 25 fades issues
Sort by recently updated
recently updated
newest added

Just a refactor to modernize code, no changes to the user at all.

When #411 lands, we can improve code: - Stop declaring constants in fades/__init__.py: ``` # Not using http.server.HTTPStatus to support python < 3.5 HTTP_STATUS_NOT_FOUND = 404 HTTP_STATUS_OK = 200 ```...

Python 3.13.4 includes a patch to disable loggers while handling a logging record (python/cpython#91555). This breaks SalutingStreamHandler, as it emits a salutation when it gets its first log message. Any...

MacOS lacks the `packaging` package by default. So running `bin/fades -V` fails with a stack trace. This change is to show a more readable error when the required package is...