-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.qmd
More file actions
63 lines (43 loc) · 1.52 KB
/
Copy pathREADME.qmd
File metadata and controls
63 lines (43 loc) · 1.52 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
---
format: gfm
execute:
echo: false
metadata-files:
- _metadata.yml
---
# {{< meta gh.repo >}}: {{< meta tagline >}}
{{< include /docs/includes/_badges.qmd >}}
This package is mainly intended to contain functionality that we use within many
of our Python packages. Rather than copy and paste code across these packages,
we hoist them over into our "soil" to provide a foundation to "grow" those other
packages.
Check out our [website]({{< meta links.site >}}) for more information, such as
the features it provides. For a list of changes, see our
[changelog](CHANGELOG.md).
::: callout-tip
This Python package was generated from the [Template Python
Package](https://github.com/seedcase-project/template-python-package) Seedcase
template :tada:
:::
## Contributing
Check out our [contributing document](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).
## Changelog
For a list of changes, see our [changelog](CHANGELOG.md) page.
## Citing
If you use this package 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
```