93 projects tagged "Django"
Bombardier is a software system that delivers visibility, control, and automation to data center environments. Bombardier provides a means for changes to be rolled out to a network of Linux and Windows servers in a highly controlled way, providing optimum security, logging, and centralized change control.
firewall_e is a small Web application which allows administrators to create lists of servers, users, and ports and assign them to each other. This allows an administrator to login, create users, and assign ports on servers for them to access. Users can login and their remote IP address will be stored. From this address, they'll then be able to access whatever services the administrator provided them.
Virtual Planner is a Web-based project management application which sits on top of multiple Trac projects, providing a unified view of them all. It allows for weekly assignment of work, estimated versus actual job times, a drag and drop Web-based UI, and direct linking to your Trac projects.
ChiMeRA is a configuration management tool designed around three basic concepts. The first is a framework for managing servers, allowing for command execution and file transfer over SSH. The second is a repository for managing files that enables change tracking, archiving, and management of various user definable configuration files across multiple servers through a standard revision control tool. The third concept is an aesthetic principle of simplicity, giving administrators straightforward interfaces to manage complicated environments.
PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Adobe Flash Player. It includes integration with Python Web frameworks like Django, Pylons, Twisted, SQLAlchemy, and more. The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP.
H2o is a template engine that offers an enjoyable template authoring experience for PHP. It encourages clean and readable template syntax, a compact, extensible template engine, and a very clean code base. It supports template inheritance, duck-typed variable lookup for PHP objects, a useful set of bundled tags, and filters and extensions for strings, HTML formatting, and internationalization.
django-eve-proxy is a Django app that allows you to host an EVE API proxy that is open to Web requests or internal requests programatically. It honors EVE API cache expiration intervals and updates as needed (which means you don't have to worry about stuff like cachedUntil). You may also quickly and easily create a traditional EVE API proxy by downloading the proxy example, in addition to simply using the proxy capability from within your Django site.