Metadata-Version: 2.4
Name: storageCat
Version: 1.0.2
Summary: A CLI tool for creating and submitting SciCat dataset entries
Author-email: Ryan <ryan.odea@psi.ch>
License: MIT
Project-URL: Homepage, https://github.com/ryan-odea/storageCat
Project-URL: Repository, https://github.com/ryan-odea/storageCat
Keywords: scicat,data-management,metadata,cli
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Dynamic: license-file

# storageCat - Fun sciCat archival
A lightweight package to make the archival process to [sciCat](https://www.scicatproject.org/) a breeze. Instead of building your metadata file by hand - this package asks you a series of questions through the cli and then builds it for you.

## Installation and Usage
```shell
pip install storageCat
storageCat create

#    |\---/|
#    | ,_, |
#     \_`_/-..----.
#  ___/ `   ' ,""+ \  storageCat
# (__...'   __\    |`.___.';
#  (_,...'(_,.`__)/'.....+
#
#
#=== SciCat Dataset Creation ===
#
#Scientific Metadata (Required):
#Sample name:

storageCat submit
```
