-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.qmd
More file actions
61 lines (45 loc) · 1.65 KB
/
README.qmd
File metadata and controls
61 lines (45 loc) · 1.65 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
---
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/en/stable/) 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]({{< meta links.site >}}) for more information,
such as the features it provides and a
[guide]({{< meta links.site >}}/docs/guide) to using the template. For a
list of changes, see our
[changelog]({{< meta links.site >}}/changelog.html) page.
## Contributing
Check out our [contributing page]({{< meta links.site >}}/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 /docs/includes/_contributors.qmd >}}
## Licensing
This project is licensed under the [MIT License](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
```