-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
74 lines (63 loc) · 1.91 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
title: Grow structured, organized, and *usable* data
toc: false
page-layout: custom
section-divs: false
sidebar: false
about:
id: hero-heading
template: jolla
image: "docs/images/home.svg"
image-title: Image from Storyset.
image-alt: Illustration of a woman interacting with digital files and folders, with database objects on the ground in front of her.
image-shape: rectangle
image-width: 25em
links:
- text: "Install Sprout"
href: "https://sprout.seedcase-project.org/docs/guide/installation"
- text: "Explore tutorials"
href: "https://sprout.seedcase-project.org/docs/guide"
---
```{=html}
<style>
div.quarto-about-jolla {
margin-top: 0%;
margin-bottom: 0%;
}
</style>
```
::: {.landing-page-block}
::: {#hero-heading}
:::
:::
::: {.hero-banner}
::: {.landing-page-block}
::: {.hero-text}
## Streamlined data management for every workflow
**Sprout** is at the backbone of the [**Seedcase
Project**](https://seedcase-project.org), offering a flexible solution
to structure and manage your data.
Sprout is a **Python package** with four key modules:
- A flexible `core` encapsuling Sprout's core functionalities,
directed at developers.
- An opinionated `lib` for organising and managing data
programmatically.
- A `cli` for managing data directly from the terminal.
- An `app` providing a web interface for an easy-to-use
graphical experience.
With these options, you can choose the method that works best for your
workflow.
:::
:::
:::
::: {.landing-page-block}
## Want to contribute?
We’re a community-driven project and would love your feedback! Head over
to our [GitHub
repository](https://github.com/seedcase-project/seedcase-sprout) to
share your ideas or contribute code. Your input makes us better!
<!-- TODO: Add link to a guide on how to contribute in more detail -->
:::
::: {.landing-page-block}
## Image by [Storyset](https://storyset.com/data) {.appendix}
:::