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.8.0
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.8.0.tar.gz | 999.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pythoncharmers_meta-0.8.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.0 MB
Release files / pythoncharmers_meta-0.8.0.tar.gz
| Download URL | pythoncharmers_meta-0.8.0.tar.gz |
|---|---|
| Size | 999.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e577d0cb650789be368361b615e83550f026190d83eef773f74033daffd618d
|
|
BLAKE2b-256 checksum How to use checksums |
8e356fb85e4d9ed0f5c62957bc165cf9341c0ca70d8b54964f4054c19338c5fa
|
| 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.8.0-py3-none-any.whl
| Download URL | pythoncharmers_meta-0.8.0-py3-none-any.whl |
|---|---|
| Size | 14.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dda80a17c2e7ab43c765a8e8a59bb6010fe36fec317de27d3ee498acdffdaaae
|
|
BLAKE2b-256 checksum How to use checksums |
60cb81df0a4c6fe9b218b6bb740ed5bfc1d4c891015c51fc7871acd1a0c2f66c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.12
|