|
1 | | -[](https://travis-ci.com/AUSSDA/pyDataverse) [](https://coveralls.io/github/AUSSDA/pyDataverse) [](https://pydataverse.readthedocs.io/en/latest) [](https://opensource.org/licenses/MIT) |
| 1 | +[](https://pypi.org/project/pyDataverse/) [](https://travis-ci.com/AUSSDA/pyDataverse) [](https://coveralls.io/github/AUSSDA/pyDataverse) [](https://pydataverse.readthedocs.io/en/latest)  [](https://opensource.org/licenses/MIT) |
2 | 2 |
|
3 | 3 | # pyDataverse |
4 | 4 |
|
5 | | -pyDataverse is a Python module for [Dataverse](http://dataverse.org/). It uses the [Native API](http://guides.dataverse.org/en/latest/api/native-api.html) and [Data Access API](http://guides.dataverse.org/en/latest/api/dataaccess.html). It allows to create, update and remove Dataverses, Datasets and Datafiles via Dataverse's native API. Thanks to the developers of [dataverse-client-python](https://github.com/IQSS/dataverse-client-python), from which the project got inspired from. |
| 5 | +pyDataverse is a Python module for [Dataverse](http://dataverse.org). |
| 6 | +It uses the [Dataverse API](http://guides.dataverse.org/en/latest/api/index.html) |
| 7 | +and it's metadata data model to import, manipulate and export Dataverses, Datasets |
| 8 | +and Datafiles. |
6 | 9 |
|
7 | 10 | **Features** |
8 | 11 |
|
9 | | -* Open Source ([MIT](https://opensource.org/licenses/MIT)) |
10 | | -* `api.py`: Dataverse Api functionalities to create, get, publish and delete Dataverses, Datasets and Datafiles. |
11 | | -* `utils.py`: Functions to support the core functionalities. |
12 | | -* `exceptions.py`: Custom exceptions |
13 | | -* `tests/*`: Tests on [Travis CI](https://travis-ci.com/AUSSDA/pyDataverse) ([pytest](https://docs.pytest.org/en/latest/) + [tox](http://tox.readthedocs.io/)). |
14 | | -* [Documentation](https://pydataverse.readthedocs.io/en/latest/) |
| 12 | +* Dataverse Api functionalities to create, get, publish and delete Dataverses, Datasets and Datafiles of your Dataverse instance via Api. |
| 13 | +* Dataverse metadata model for easy manipulation and data conversion from and to other formats (e. g. Dataverse Api metadata JSON). |
| 14 | +* Utils to support core functionalities. |
| 15 | +* Custom exceptions |
| 16 | +* Tests on [Travis CI](https://travis-ci.com/AUSSDA/pyDataverse) ([pytest](https://docs.pytest.org/en/latest/) + [tox](http://tox.readthedocs.io/)). |
| 17 | +* [Documentation](https://pydataverse.readthedocs.io/en/latest/) (Sphinx, ReadTheDocs) |
15 | 18 | * Python 2 and 3 (>=2.7) |
| 19 | +* Open Source ([MIT](https://opensource.org/licenses/MIT)) |
16 | 20 |
|
17 | 21 | **Copyright** |
18 | 22 |
|
|
0 commit comments