Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-temps

temps is a python module containing context managers for creating and cleaning up temporary files and directories. * It has a context manager for creating a temp dir and another for temp files. * The context manager cleans up the dir or file upon context exit, not upon file closure. * No ambiguity about whether you can or cannot open a file twice. * You can set the permissions of the temp file or dir to what you want. * It is very clear what the implementation is: + directories are created and the path is returned. + files are not created, since you'll want to do that in a with open(filename) ... statement, and the path is returned. + directories and files are cleaned up by the context managers. + file and dir names are generated using the uuid module, which presumably will avoid race conditions.

Found 1 sites for python-temps

Found 2 RPM for python-temps

PackageSummaryDistributionDownload
python-temps-0.3.0-bp153.1.13.noarch.htmlContext managers for creating and cleaning up temporary directories and filesOpenSuSE Leap 15.3 for noarchpython-temps-0.3.0-bp153.1.13.noarch.rpm
python-temps-0.3.0-lp152.3.2.noarch.htmlContext managers for creating and cleaning up temporary directories and filesOpenSuSE Leap 15.2 for noarchpython-temps-0.3.0-lp152.3.2.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet