Archives For opensource

I could not call it v0.4.0 because I did not really add new functionalities since v0.3.2. But take a look at the GitHub compare of v0.3.2 and v0.3.3. A total of 11 commits, showing 21 changed files with 3,605 additions and 1,740 deletions. Not bad for a one-man, ~1300 LOC sized project (still have to [...]

Continue Reading...

Finally, I was able to work on DataDeck and release version 0.3.1 to the public. During the last 10 days I favored working on the new dpm library. It is difficult for me to contribute to both the projects because DataDeck is completely dpm dependent. Meanwhile, dpm is facing many internal changes. It is switching [...]

Continue Reading...

A heated week for OFKN projects! After I joined [ckan-dev] mailing list to discuss about datapkggui and datapkg, many things happened: Datapkg has been renamed to dpm, and is rapidly evolving under-the-hood My datapkggui project has been renamed to DataDeck, it is moving forward to become a CKAN project and will have its tiny Wiki [...]

Continue Reading...

I don’t usually post about bugfixing releases, but this one is very important. It seems that nobody (including me and datapkg developers) noticed that datapkg default configuration currently points to the old CKAN Api url, http://ckan.net/api/. While developing datapkggui, I simply changed the configuration line ckan.url = http://ckan.net/api/ to ckan.url = http://thedatahub.org/api/. New users that directly download datapkg (or [...]

Continue Reading...

It is a pleasure for me to announce the availability of the first public release of datapkggui. Summarizing again, datapkggui is a graphical frontend for datapkg. It looks like a package manager for a GNU/Linux distribution, and it is used for obtaining open data packages. The name of the project has just been changed from [...]

Continue Reading...

Time for a little update. It was quite hard to begin coding because I am not familiar with setuptools nor with wxPython. As promised, I began writing the library wrapper for datapkg (it lives in /datapkggui/lib.py. I’m incrementally developing it, and add new functions as soon as I need them. At the current state, it [...]

Continue Reading...