Python Charmers meta-package
This is a meta-package for Python Charmers training participants. This depends on many packages used in Python Charmers training courses.
This package is intended to be used from a Python Charmers Hub in the cloud like https://cpuhub.pythoncharmers.com.
Installation
Install it like this:
pip install pythoncharmers-meta
or, if you have uv, this will be much faster:
uv pip install pythoncharmers-meta
Optional packages (extras)
The following sets of optional packages ("extras") are available:
analytics: data analyticsdb: packages for interfacing with various databasesgis: geospatial analysisml: "classical" machine learningdl: deep learning (a strict superset of [ml])net: network engineering, concurrencyscieng: scientific and engineering computingtesting: testing, linting, doc generationweb: web dev
This extra helps with building course notes:
docs
You can add them like this:
uv pip install "pythoncharmers-meta[gis, ml]" --reinstall
Cutting a new release
uv build
uvx twine upload dist/*
Release files for pythoncharmers-meta 0.7.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pythoncharmers_meta-0.7.16.tar.gz | 533.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pythoncharmers_meta-0.7.16-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 547.6 kB
Release files / pythoncharmers_meta-0.7.16.tar.gz
| Download URL | pythoncharmers_meta-0.7.16.tar.gz |
|---|---|
| Size | 533.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
508b0ec667662e5d52b338480e674d00fc7ee47ea361efce5e1fcece0a3b6e51
|
|
BLAKE2b-256 checksum How to use checksums |
7f14d5f86569891d0b604c73eb463edb491d0cb404a1715b8612c3bb43f01a2c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.12
|
Release files / pythoncharmers_meta-0.7.16-py3-none-any.whl
| Download URL | pythoncharmers_meta-0.7.16-py3-none-any.whl |
|---|---|
| Size | 14.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d892f21f1a2abe91cf326cb7a893babc43cefec3a07cc95dbf82baa89ffd33f3
|
|
BLAKE2b-256 checksum How to use checksums |
379f6e40352cab469ce30ca133182da90a3586252c83823556100c9953530037
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.12
|