Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carpentries-incubator/python_packaging
A lesson on Python packaging and publishing, built using the Carpentries Workbench
https://github.com/carpentries-incubator/python_packaging
carpentries-incubator english lesson packaging pip pre-alpha python
Last synced: 4 days ago
JSON representation
A lesson on Python packaging and publishing, built using the Carpentries Workbench
- Host: GitHub
- URL: https://github.com/carpentries-incubator/python_packaging
- Owner: carpentries-incubator
- License: other
- Created: 2022-09-07T14:28:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T01:05:50.000Z (8 months ago)
- Last Synced: 2024-05-14T02:27:46.475Z (8 months ago)
- Topics: carpentries-incubator, english, lesson, packaging, pip, pre-alpha, python
- Language: R
- Homepage: https://carpentries-incubator.github.io/python_packaging
- Size: 7.29 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Python Packaging
A lesson on creating and publishing packages in Python, implemented using the
[Carpentries Workbench](https://carpentries.github.io/sandpaper-docs/).The website can be built locally using:
```bash
$ Rscript build_script.R
```Please consult the Carpentries Workbench docs for info on setting up your R environment.