pythoncharmers-meta


Namepythoncharmers-meta JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryMeta package with dependencies for Python Charmers training courses
upload_time2024-09-06 05:28:54
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`
- `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/d5/7e/466ab16be2f957ba68b15aa0b1389349870e0513e63f7769b8d948227681/pythoncharmers_meta-0.2.3.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- `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.2.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f1a555f03a6b449052077182c5de45a4dfc9a46acd76c5c79081476688214e2",
                "md5": "5a0af864670c211947e83317b9764e86",
                "sha256": "e1f2399664e73055311325b40c32a72b0a8d69a7e4a48b2392acb19876e32a1f"
            },
            "downloads": -1,
            "filename": "pythoncharmers_meta-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a0af864670c211947e83317b9764e86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3563,
            "upload_time": "2024-09-06T05:28:51",
            "upload_time_iso_8601": "2024-09-06T05:28:51.444037Z",
            "url": "https://files.pythonhosted.org/packages/7f/1a/555f03a6b449052077182c5de45a4dfc9a46acd76c5c79081476688214e2/pythoncharmers_meta-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d57e466ab16be2f957ba68b15aa0b1389349870e0513e63f7769b8d948227681",
                "md5": "3397db5391cfb1712a756befab683e5d",
                "sha256": "8cfcba4f7a24bf4445e3b8f5dcbb5fc6756b460317dd8528f6c490d0253dc6cb"
            },
            "downloads": -1,
            "filename": "pythoncharmers_meta-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3397db5391cfb1712a756befab683e5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 215505,
            "upload_time": "2024-09-06T05:28:54",
            "upload_time_iso_8601": "2024-09-06T05:28:54.271777Z",
            "url": "https://files.pythonhosted.org/packages/d5/7e/466ab16be2f957ba68b15aa0b1389349870e0513e63f7769b8d948227681/pythoncharmers_meta-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 05:28:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pythoncharmers-meta"
}
        
Elapsed time: 0.34200s