-
Sidi HAMADY authoredSidi HAMADY authored
README.md 586 B
Dataverse Utility
Tool for automating data repositories on Dataverse. To develop and adapt to the specific needs of experimental platforms.
Copyright (C) Université de Lorraine Developed by Pr. Sidi HAMADY sidi.hamady@univ-lorraine.fr Released under the MIT licence (https://opensource.org/licenses/MIT) See Copyright Notice in COPYRIGHT
Install
cd to the current directory and type: sudo python setup.py install
Use
After installing, create a python script, import DataverseCore and show the interface:
from DataverseCore import*
DataverseCore().show()