| 8 days | William Waites | merge |
| 8 days | William Waites | add keys in the configuration file that are not in the standard metadata set to the extras dictionary with the egg index |
| 11 days | rgrp | [datapkg/cli][s]: re-apply part of cset:b906db763db3 that got lost in a 'horrific' re-basing accident. |
| 11 days | rgrp | [util][s]: refactor Downloader to be simpler. |
| 13 days | William Waites | fix egg index to use datapkg_index.txt |
| 2 weeks | William Waites | rename datapkg_sources to datapkg_index for egg to be more consistent |
| 2 weeks | William Waites | re-fix spec for python 2.6 |
| 2 weeks | William Waites | handle unicode etc output |
| 2 weeks | William Waites | fix stupid bug with spec path parsing -- that really wants simplified |
| 2 weeks | William Waites | flesh out the implementation of the egg index, also implement iteration over indices |
| 2 weeks | William Waites | add egg to datapkg.index entry point |
| 2 weeks | William Waites | egg datapkg index supports reading data packages out of installed python packages |
| 2 weeks | William Waites | add entry point to support datapkg_sources keyword to setup() so we can get a list of data packages and their urls |
| 2 weeks | ww | undo patch for resources |
| 2 weeks | ww | patch to datapkg to understand downloadable resources |
| 3 weeks | rgrp | [doc][xs]: up doc version to 0.7. |
| 4 weeks | rgrp | [doc][s+]: improve main (sphinx) docs by including datapkg.load_package, datapkg.load_index in api page and creating page for spec docs. |
| 4 weeks | rgrp | [doc][s]: update datapkg manual to use file:// specs rather than naked file pathes. |
| 4 weeks | rgrp | [spec][s]: improvements to file spec to handle relative paths (e.g. file://here/abc) and decoding of urlencoding (e.g. file:///xy%20z). |
| 2 months | rgrp | [index,cli][l]: (re-)introduce support for a central/default index based on new DbIndexSqlite. |
| 2 months | rgrp | [index/db][m]: new DbIndexSqlite which is based purely on sqlite3 module with no external dependencies. |
| 2 months | rgrp | [index,tests][s-]: follow up to conversion of index.py module to package in cset:2ad339a9ca92 to do the same for index tests. |
| 2 months | rgrp | [config][s+]: refactor to have a global config object at datapkg.CONFIG. |
| 2 months | rgrp | [index][xs]: convert index.py from module to package (index) splitting up in the process (base.py, ckan.py, db.py). |
| 3 months | rgrp | [metadata][xs]: (old: 4w?) add resources and relationships to metadata list. |
| 3 months | rgrp | [cli][s]: introduce debug option used to switch logging level to debug and give better error message on list command if no arguments given. |
| 3 months | rgrp | [setup][xs]: bump version to 0.7a. |
| 4 months | rgrp | [setup][s]: bump version to 0.6.1 and update changelog. |
| 4 months | rgrp | [bugfix][s]: fix issue with change in behaviour or urlparse.urlsplit in python >= 2.6.5. |
| 4 months | rgrp | [setup][s]: prepare for 0.6 release by updating version, changelog and upgrade ckanclient dependency to 0.3 (i.e. head -- 0.3 released yesterday). |
| 4 months | rgrp | [spec][s]: support non-absolute filesystem pathes as specs such as '.'. |
| 4 months | rgrp | [metadata][xs]: remove usage of ast module as only available in python >= 2.6. |
| 4 months | rgrp | [distribution/ini][s]: support unicode in writing of Ini type distributions by converting to utf8 (ConfigParser does *not* support unicode ...). |
| 4 months | rgrp | [addendum,misc][s]: (addendum to cset:3271459033a7) missed out the new test from that commit. |
| 4 months | rgrp | [misc,api][m]: add python api commands load_package and load_index and do various other tidying up. |
| 5 months | rgrp | [bugfix,index,metadata][s]: improve error messages from CkanIndex on e.g. 409 and support wider set of formats for tags field in metadata. |
| 5 months | rgrp | [cli][xs]: micro improvement to error message to install when insufficient arguments. |
| 6 months | rgrp | [doc][xs]: add info about how to run tests to README.txt. |
| 6 months | rgrp | Added tag datapkg-0.5 for changeset 2a141cdb4bf8 |
| 6 months | rgrp | [doc][s]: update manual to talk about IniDistribution (default now) and correct some minor typos. |
| 6 months | rgrp | [docs][s]: update CHANGELOG for 0.5 and bump version to 0.5 in docs conf.py. |
| 6 months | rgrp | [docs][s]: change quickstart example to use iso-3166-2-data package instead of datapkgdemo. |
| 6 months | rgrp | [tests/test_index][xs]: micro change to make ckan test more liberal. |
| 6 months | rgrp | [cli,spec][m]: fix up install and register to write existing metadata properly. |
| 7 months | rgrp | [util,setup][m]: change Downloader to use urlgrabber rather than pip as pip dependency is problematic and we don't need most of pip functionality (just downloading!). |
| 7 months | rgrp | [doc][m]: (old: ?) add in research document on existing packaging systems consisting of a tidying up of old material. |
| 7 months | rgrp | [cli,misc][m]: various refactorings and work on cli install. |
| 7 months | rgrp | [spec,cli][s]: factor out 'spec' stuff into its own module from cli (where it never belonged!). |
| 7 months | rgrp | [doc][s-]: minor couple of additions to changelog. |
| 7 months | rgrp | [hg][xs]: add dist to hgignore. |
| 7 months | rgrp | [util][m]: fixes to Downloader to handle files which are not archives (e.g. raw xls). |
| 7 months | rgrp | [doc/install][s]: improve install docs (detailing e.g. how to use virtualenv). |
| 7 months | rgrp | [setup,bugfix][xs]: pip changed in 0.6.2 and is now (temporarily) incompatible so require pip <= 0.6.1 and bump datapkg version to 0.4.1. |
| 7 months | rgrp | [doc][s]: update CHANGELOG.rst for 0.4 release and update conf.py to 0.4. |
| 8 months | rgrp | [doc][xs]: minor fix to manual and bump version to 0.4. |
| 8 months | rgrp | [cli,util][l]: implement 'install' command for remote url and hence ckan packages with download url. |
| 8 months | rgrp | [cli][s]: basic install support though only for local files. |