cereggii


Namecereggii JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryThread synchronization utilities for free-threaded Python.
upload_time2024-10-29 18:18:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords multithreading
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cereggii

[![supports free-threading](https://github.com/dpdani/free-threading-badges/raw/main/supported.svg)](https://py-free-threading.github.io/)

Thread synchronization utilities for Python

```shell
pip install cereggii
```

*This library is beta quality: expect things to change.*

This package provides atomic versions of common data structures:

- `AtomicDict`
- `AtomicInt64`
- `AtomicRef`
- …and more to come

[Visit the docs for more information.](https://dpdani.github.io/cereggii)


## Cereus greggii

<img src="./.github/cereggii.jpg" align="right">

The *Peniocereus Greggii* (also known as *Cereus Greggii*) is a flower native to
Arizona, New Mexico, Texas, and some parts of northern Mexico.

This flower blooms just one summer night every year and in any given area, all
these flowers bloom in synchrony.

[Wikipedia](https://en.wikipedia.org/wiki/Peniocereus_greggii)

_Image credits: Patrick Alexander, Peniocereus greggii var. greggii, south of
Cooke's Range, Luna County, New Mexico, 10 May 2018, CC0.
[source](https://www.flickr.com/photos/aspidoscelis/42926986382)_

### ARM

This library was successfully used with Apple Silicon, but `aarch64` processors
are generally not supported.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cereggii",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "multithreading",
    "author": null,
    "author_email": "dpdani <git@danieleparmeggiani.me>",
    "download_url": "https://files.pythonhosted.org/packages/c7/cc/da0d1cb6509102ac2dd5667d3c0e90aeb4ab7684ef3aaecd9e4d50032ee6/cereggii-0.3.1.tar.gz",
    "platform": null,
    "description": "# cereggii\n\n[![supports free-threading](https://github.com/dpdani/free-threading-badges/raw/main/supported.svg)](https://py-free-threading.github.io/)\n\nThread synchronization utilities for Python\n\n```shell\npip install cereggii\n```\n\n*This library is beta quality: expect things to change.*\n\nThis package provides atomic versions of common data structures:\n\n- `AtomicDict`\n- `AtomicInt64`\n- `AtomicRef`\n- \u2026and more to come\n\n[Visit the docs for more information.](https://dpdani.github.io/cereggii)\n\n\n## Cereus greggii\n\n<img src=\"./.github/cereggii.jpg\" align=\"right\">\n\nThe *Peniocereus Greggii* (also known as *Cereus Greggii*) is a flower native to\nArizona, New Mexico, Texas, and some parts of northern Mexico.\n\nThis flower blooms just one summer night every year and in any given area, all\nthese flowers bloom in synchrony.\n\n[Wikipedia](https://en.wikipedia.org/wiki/Peniocereus_greggii)\n\n_Image credits: Patrick Alexander, Peniocereus greggii var. greggii, south of\nCooke's Range, Luna County, New Mexico, 10 May 2018, CC0.\n[source](https://www.flickr.com/photos/aspidoscelis/42926986382)_\n\n### ARM\n\nThis library was successfully used with Apple Silicon, but `aarch64` processors\nare generally not supported.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Thread synchronization utilities for free-threaded Python.",
    "version": "0.3.1",
    "project_urls": {
        "Documentation": "https://github.com/dpdani/cereggii#readme",
        "Issues": "https://github.com/dpdani/cereggii/issues",
        "Source": "https://github.com/dpdani/cereggii"
    },
    "split_keywords": [
        "multithreading"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7ccda0d1cb6509102ac2dd5667d3c0e90aeb4ab7684ef3aaecd9e4d50032ee6",
                "md5": "9a37f1ede16fde74d0a0819c843738d9",
                "sha256": "fb254fb40481a444a1f489354ba9d09a49c06315d9c30cce012262d55dede266"
            },
            "downloads": -1,
            "filename": "cereggii-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9a37f1ede16fde74d0a0819c843738d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 53898,
            "upload_time": "2024-10-29T18:18:06",
            "upload_time_iso_8601": "2024-10-29T18:18:06.204539Z",
            "url": "https://files.pythonhosted.org/packages/c7/cc/da0d1cb6509102ac2dd5667d3c0e90aeb4ab7684ef3aaecd9e4d50032ee6/cereggii-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 18:18:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dpdani",
    "github_project": "cereggii#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cereggii"
}
        
Elapsed time: 1.31388s