Metadata-Version: 2.1
Name: deposit-gui
Version: 1.4.3
Summary: GUI for Deposit: Graph database focused on scientific data collection
Home-page: https://github.com/demjanp/deposit_gui
Author: Peter Demjan
Author-email: peter.demjan@gmail.com
Keywords: database,graph
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# <img src="dep_cube.svg" width="32">Deposit GUI
GUI for [Deposit](https://github.com/demjanp/deposit): Graph database focused on scientific data collection.

Created on 29. 4. 2013

### Author of the code:
Peter Demján (peter.demjan@gmail.com)

Institute of Archaeology of the Czech Academy of Sciences, Prague, v.v.i.

## Table of Contents
1. [Installation](#installation)
2. [Acknowledgements](#acknowledgements)
3. [License](#license)

## Installation <a name="installation"></a>

To install the latest version of Deposit from GitHub, use the following command:
```
pip install -U git+https://github.com/demjanp/deposit_gui
```

To start the GUI use:
```
bin\start_gui.py
```

For a Windows installer see:

https://github.com/demjanp/deposit_gui/releases/latest

## Acknowledgements: <a name="acknowledgements"></a>

Development of this software was supported by OP RDE, MEYS, under the project "Ultra-trace isotope research in social and environmental studies using accelerator mass spectrometry", Reg. No. CZ.02.1.01/0.0/0.0/16_019/0000728.

## License: <a name="license"></a>

This code is licensed under the [GNU GENERAL PUBLIC LICENSE](https://www.gnu.org/licenses/gpl-3.0.en.html) - see the [LICENSE](LICENSE) file for details
