Ports 搜索

共有5,824项符合/net/的查询结果,以下是第2,0312,040项(搜索用时0.004秒)
www/cookies-2.2.1 (Score: 0.062004834)
Friendlier RFC 6265-compliant cookie parser/renderer
cookies.py is a Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python's Cookie.py (aka http.cookies).
www/mod_auth_gssapi-1.4.1 (Score: 0.062004834)
Apache module for authenticating users with GSSAPI
This module adds support for single-sign-on authentication via GSSAPI to the Apache httpd. It is intended as a successor to mod_auth_kerb.
www/django-crispy-forms-1.6.0 (Score: 0.062004834)
The best way to have Django DRY forms
The best way to have Django DRY forms. Build programmatic reusable layouts out of components, having full control of the rendered HTML without writing HTML in templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application.
www/django-debug-toolbar-1.4 (Score: 0.062004834)
Configurable set of panels to display debug information
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.
www/picklefield-0.3.2 (Score: 0.062004834)
Pickled object field for Django
picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects. It is incredibly useful for storing just about anything in the database (provided it is Pickle-able, of course) when there isn't a 'proper' field for the job.
www/nostromo-1.9.6 (Score: 0.062004834)
Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
Nostromo aka nhttpd is a simple, fast and secure HTTP server. It runs as a single process, handling connections with select(2). For CGIs and directory listing it does fork(2). The minimum of HTTP/1.1 and CGI/1.1 are implemented. Also supported are: chroot, setuid, basic authentication, SSL, IPv6, custom responses, aliases, and virtual hosts. The access log is written in standard CLF format.
www/pyjwt-1.4.0 (Score: 0.062004834)
JSON Web Token implementation in Python
A Python implementation of JSON Web Tokens.
www/selenium-2.53.1 (Score: 0.062004834)
Python bindings for Selenium
Selenium Python Client Driver is a Python language binding for Selenium Remote Control (version 1.0 and 2.0). Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are supported, as well as the Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers.
www/sitecopy-0.16.6 (Score: 0.062004834)
Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy
sitecopy is for copying locally stored websites to remote web servers. The program will upload files to the server which have changed locally, and delete files from the server which have been removed locally, to keep the remote site synchronized with the local site, with a single command. The aim is to remove the hassle of uploading and deleting individual files using an FTP client. sitecopy will also optionally try to spot files you move locally, and move them remotely. sitecopy is designed to not care about what is actually on the remote server - it simply keeps a record of what it THINKS is in on the remote server, and works from that. WebDAV can be used to maintain remote sites as well as FTP.
www/slowcgi-5.8.20160114 (Score: 0.062004834)
FastCGI interface for old CGI programs
slowcgi is a server which implements the FastCGI Protocol to execute CGI scripts. FastCGI was designed to overcome the CGI protocol's scalability and resource sharing limitations.