Projects tagged ‘python’ and ‘webdav’


[11 total ]

156 Users
   

Plone is a ready-to-run content management system that is built on Python and the Zope application server. Plone is easy, flexible, and gives you a system for web content that is ideal for projects, communities, websites and intranets.
Created over 3 years ago.

12 Users
   

Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and use PostgreSQL as database engine. It is the core base of a complete business ... [More] solution providing modularity, scalability and security. The core of Tryton provides all the necessary functionalities for a complete application framework: data persistence, users management, workflow and report engines, web services and internationalisation. Thus constituting a complete application platform which can be used for any relevant purpose. Currently, the main modules available for Tryton cover the following fields of activity: * Accounting * Invoicing * Sale Management * Purchase Management * Analytic Accounting * Inventory Management [Less]
Created about 1 year ago.

1 Users

AboutPython WebDAV implementation (level 1 and 2) that features a library that enables you to integrate WebDAV server capabilities to your application. A fully working example on how to use the ... [More] library is included. You can find a server in the DAVServer package. This server is fully functional and can even be run as daemon. If you search an easy to use WebDAV server that supports most clients (cadaver, Mac OS X Finder, Windows Explorer, ...) then try out PyWebDAV. UsecasesCalendar Server for iCal (tested on Mac OS X Tiger and Leopard) Simple fileserver Making your application support WebDAV InstallationInstallation and setup of server can be as easy as follows: $ easy_install PyWebDAV $ davserver -D /tmp -n -J Starting up PyWebDAV server (version 0.9.2-dev) >> ATTENTION: Authentication disabled! >> Serving data from /tmp >> Listening on localhost (8008)If you're living on the bleeding edge then check out the sourcecode from http://pywebdav.googlecode.com/svn/trunk/ $ svn co svn checkout http://pywebdav.googlecode.com/svn/trunk/ pywebdav $ cd pywebdav $ python setup.py develop $ davserver --helpSend patches to http://code.google.com/p/pywebdav/issues/list If you want to use the library then have a look at the DAVServer package that holds all code for a full blown server. Also doc/ARCHITECURE has information for you. Questions?Ask here http://groups.google.com/group/pywebdav or send an email to the maintainer. RequirementsPython 2.4 or higher (www.python.org) PyXML 0.66 (pyxml.sourceforge.net) LicenseGNU General Public License v2 ContributorsCédric Krier Jesus Cea Martin WendtAuthor(s)Simon Pamies (also current maintainer) Bielefeld, Germany s.pamies at banality.de Christian Scholz Aachen, Germany mrtopf at webdav.de Vince Spicer Ontario, Canada vince at vince.caAdditional notesIf you want MySQL based authentication then you need to install the following package and also configure the server using a configuration file. MySQLdb (http://sourceforge.net/projects/mysql-python) Look inside the file doc/TODO for things which needs to be done and will be done in the near future. Have a look at doc/ARCHITECTURE to understand what's going on under the hood [Less]
Created 7 months ago.

1 Users

The Darwin Calendar Server is a standards-compliant server that allows multiple users to collaboratively share calendaring information. It provides a shared location on the network to store schedules ... [More] , and allows users to send each other and manage invitations. [Less]
Created 7 months ago.

0 Users

Projects, sample code, talks and tutorials for awkly.org
Created about 1 year ago.

0 Users

WsgiDAV is a generic WebDAV server written in Python and based on WSGI. In fact, WsgiDAV is a refactored version of PyFileServer written by Ho Chun Wei. I started this as an exploration on how to ... [More] publish virtual structures, and to learn about WSGI and WebDAV. See the change log for a list of main changes. If you want to participate, check it out from the repository: > hg clone https://wsgidav.googlecode.com/hg/ wsgidav > cd wsgidav > setup.py develop > wsgidav --helpPython 2.4 or later is required. DocumentationServer installation Server configuration Setting up WebDAV clients There also is some developer documentation and API documentation, but it's still partly incomplete and out of sync. Any kind of feedback is very welcome! Have fun :-) Martin moogle (at-sign) wwwendt.de [Less]
Created 4 months ago.

0 Users

SublimeFS is a webdav-server with some special functionality for handling a large collection of images.
Created 12 months ago.

0 Users

PyWax is a Python-MSExchange-connector over WebDAV. We have implemented base functionality to retrieve Contents from Exchange and defined Interfaces for other possible operations. Part of the project ... [More] is connectivity into Zope. The project is financed by the Desy (http://www.desy.de). At the moment, PyWax is at an proove of concept state. It can be used in production contexts but is far from feature complete. [Less]
Created 12 months ago.

0 Users

Django based webdav implement
Created 12 months ago.

0 Users

InitiativesThis project provides an easy-to-use-and-config distributed file system. Thus middle to large sized web sites can make it providing high performance services without many difficulties. ... [More] FeaturesTake advantage of some ideas on other distribute file systems. Scalability, runs well on one machine to hundreds of machines. a node should be easily injected into the system with few or no shutting down of machines. Portable on many operating systems, including MS windows. Primarily written in python language, some performance critical parts will be written in c or std c++. Easy to install and use by ordinary users. FUSE support on non-windows systems, so that web sites can map and serve a glutfs dictionary just as normal file/directory. [Less]
Created about 1 year ago.