pythoncharmers-meta


Namepythoncharmers-meta JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryMeta package with dependencies for Python Charmers training courses
upload_time2024-11-19 22:44:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Charmers meta-package

This is a meta-package for [Python Charmers](https://pythoncharmers.com)
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](https://docs.astral.sh/uv/), this will be much faster:

```
uv pip install pythoncharmers-meta
```

## Optional packages (extras)

The following sets of optional packages ("extras") are available:

- `gis`
- `ml`
- `dl`
- `scieng`
- `net`
- `web`

You can add them like this:

```
uv pip install "pythoncharmers-meta[gis, ml]" --reinstall
```

## Cutting a new release

```
uv build
uvx twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pythoncharmers-meta",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7b/85/37d8e839b76ee8c386c01c6acfac218309fb0eac6ffccaa53785ddd54e2a/pythoncharmers_meta-0.3.2.tar.gz",
    "platform": null,
    "description": "# Python Charmers meta-package\n\nThis is a meta-package for [Python Charmers](https://pythoncharmers.com)\ntraining participants. This depends on many packages used in Python Charmers\ntraining courses.\n\nThis package is intended to be used from a Python Charmers Hub in the cloud\nlike https://cpuhub.pythoncharmers.com.\n\n## Installation\n\nInstall it like this:\n\n```\npip install pythoncharmers-meta\n```\n\nor, if you have [uv](https://docs.astral.sh/uv/), this will be much faster:\n\n```\nuv pip install pythoncharmers-meta\n```\n\n## Optional packages (extras)\n\nThe following sets of optional packages (\"extras\") are available:\n\n- `gis`\n- `ml`\n- `dl`\n- `scieng`\n- `net`\n- `web`\n\nYou can add them like this:\n\n```\nuv pip install \"pythoncharmers-meta[gis, ml]\" --reinstall\n```\n\n## Cutting a new release\n\n```\nuv build\nuvx twine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Meta package with dependencies for Python Charmers training courses",
    "version": "0.3.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af9f1bd43bceea42acad453fbed5d271bb074fa344751242544a228e0a7edf0a",
                "md5": "09769df7fc43e38700ca046187e3dfd9",
                "sha256": "e7bdb9d90460253db3873b26c6d2f83ba86f8cd5850d8a9170ae0d27740cb9fb"
            },
            "downloads": -1,
            "filename": "pythoncharmers_meta-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09769df7fc43e38700ca046187e3dfd9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3773,
            "upload_time": "2024-11-19T22:44:08",
            "upload_time_iso_8601": "2024-11-19T22:44:08.552857Z",
            "url": "https://files.pythonhosted.org/packages/af/9f/1bd43bceea42acad453fbed5d271bb074fa344751242544a228e0a7edf0a/pythoncharmers_meta-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b8537d8e839b76ee8c386c01c6acfac218309fb0eac6ffccaa53785ddd54e2a",
                "md5": "93e858e13f685227c7893d9f684d0397",
                "sha256": "c001d24ebc9c8a3d393a2e975553876569634d4fa4d227b707158c8a2e7be881"
            },
            "downloads": -1,
            "filename": "pythoncharmers_meta-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "93e858e13f685227c7893d9f684d0397",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 278680,
            "upload_time": "2024-11-19T22:44:11",
            "upload_time_iso_8601": "2024-11-19T22:44:11.712005Z",
            "url": "https://files.pythonhosted.org/packages/7b/85/37d8e839b76ee8c386c01c6acfac218309fb0eac6ffccaa53785ddd54e2a/pythoncharmers_meta-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 22:44:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pythoncharmers-meta"
}
        
Elapsed time: 0.38572s