-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.qmd
More file actions
61 lines (43 loc) · 1.56 KB
/
Copy pathREADME.qmd
File metadata and controls
61 lines (43 loc) · 1.56 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
metadata-files:
- _metadata.yml
---
# {{< meta tagline >}}
{{< 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. We made this
template because we manage and develop several Python packages in Seedcase, and
this template is designed to make it easier to create, develop, and maintain
those 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](CHANGELOG.md)
page.
::: callout-tip
This template repository was generated from the
[t-squared](https://github.com/seedcase-project/t-squared) Seedcase template
:tada:
:::
## Contributing
Check out our [contributing page](CONTRIBUTING.md) 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
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
```