Hello,
I recently learned Python and want to do a project just to get my hands dirty and let the knowledge settle.
So I was thinking to create a simple Document Management System in Python because I have another project written in Java which needs it. I want the two to be linked by SOAP so the DMS will be a web service.
I need the DMS to do basic operations with the files: create them, delete them, manage versioning etc and was looking for some examples, sample code, best practices on how to best do that using Python.
Tried to search the web but could only find full fledged CMS tools with support for DMS. I need something simple, with examples, dicussions, wiki etc.
Does something like this exist?
Thank you!