dataverse-client-python
dataverse-client-python copied to clipboard
Python library for writing clients that use APIs from Dataverse
https://apitest.dataverse.org is the server that users of Dataverse APIs are encouraged to test with and every time we deploy successfully to this server with a Jenkins job ( https://build.hmdc.harvard.edu:8443/job/apitest.dataverse.org-deploy/ )...
Good guidelines for making a package are inherent in https://github.com/audreyr/cookiecutter-pypackage and there is a good blog post that discusses this in detail, [Open sourcing a python project the right way](http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/)...
Can you upgrade test_dataverse.py so that it doesn't produce the following error? Thanks. t# py.test test_dataverse.py::TestConnection::test_connect ============================= test session starts ============================== platform linux2 -- Python 2.7.6 -- pytest-2.5.1 collected 8...
Test server 'apitest.dataverse.org' returns 200 when dataverse is successfully created (instead of 201). This is currently reported as a creation error.
As I mentioned at https://groups.google.com/d/msg/dataverse-community/8WTs3wYF6dc/AzPOxzRKFwAJ there are two new APIs having to do with adding and replacing files that we expect to ship with Dataverse 4.6.1. These APIs address an...
Per https://github.com/IQSS/dataverse/issues/3345 we are shutting down the server https://apitest.dataverse.org so the two references in this repo should be changed to use server https://demo.dataverse.org instead: - readme.md - dataverse/settings/defaults.py
Using an existing dataset with several files in it, I get an error. ``` Python 2.7.9 (default, Jun 27 2016, 20:10:46) [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2 Type...
Right now I'm just looking at the source code to figure out what the commands are, it would be nice if perhaps there were comments to autogenerate code with Sphynx...
I just reran the Travis build and it's failing. https://travis-ci.org/IQSS/dataverse-client-python/builds/84656583 is an example and here's a screenshot:  Some details about the failure: ``` $ py.test...
To get the tests to run I created ~/.virtualenvs/dataverse-client-python/src/dataverse/dataverse/settings/local.py but I'm not sure if this is right. ``` murphy:dataverse-client-python pdurbin$ workon dataverse-client-python (dataverse-client-python)murphy:dataverse-client-python pdurbin$ cd dataverse/test (dataverse-client-python)murphy:test pdurbin$ python -m...