-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.qmd
More file actions
66 lines (50 loc) · 1.82 KB
/
README.qmd
File metadata and controls
66 lines (50 loc) · 1.82 KB
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
---
format: gfm
execute:
echo: false
jupyter: python3
metadata-files:
- _metadata.yml
---
# {{< meta titles.full >}}
{{< include /docs/includes/_badges.qmd >}}
This repository contains a [copier](https://copier.readthedocs.io/)
template for setting up a new repository for a Python package. Along
with a structured directory layout, this template includes
configurations for tools that improve developer experience, continuous
integration and delivery workflows, and supporting files for building
robust Python packages.
Check out our
[website](https://{{< meta gh.repo >}}.{{< meta gh.org >}}.org/) for
more information, such as the features it provides and a
[guide](https://{{< meta gh.repo >}}.{{< meta gh.org >}}.org/docs/guide/)
to using the template. For a list of changes, see our
[changelog](https://{{< meta gh.repo >}}.{{< meta gh.org >}}.org/docs/releases/)
page.
## Contributing
Check out our [contributing
page](https://{{< meta gh.repo >}}.{{< meta gh.org >}}.org/contributing/)
for information on how to contribute to the project, including how to
set up your development environment.
Please note that this project is released with a [Contributor Code of
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
to abide by its terms.
### Contributors
{{< include /_contributors.qmd >}}
:::
## Licensing
This project is licensed under the [MIT
License](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md).
## Citing
This project is part of the Seedcase Project, which is a collaborative
effort to create a framework for data management and analysis in
research. If you use this project in your work, please cite it as
follows:
```{python}
#| output: asis
!uvx --quiet cffconvert --format apalike
```
Or as a BibTeX entry:
```{python}
!uvx --quiet cffconvert --format bibtex
```