thread


Namethread JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryThreading module extension
upload_time2024-04-28 08:08:11
maintainerNone
docs_urlNone
authorAlex
requires_python<4.0,>=3.9
licenseBSD-3-Clause
keywords thread threading extension multiprocessing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a name="readme-top"></a>



<!-- PROJECT SHIELDS -->
<div align="center">

  <a href="[pypi-url]">[![PYPI - Version][version-shield]][pypi-url]</a>
  <a href="[pypi-url]">[![PYPI - Downloads][downloads-shield]][pypi-url]</a>
  <a href="[forks-url]">[![Forks][forks-shield]][forks-url]</a>
  <a href="[stars-url]">[![Stargazers][stars-shield]][stars-url]</a>
  <a href="[license-url]">[![BSD-3-Clause License][license-shield]][license-url]</a>

</div>

<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://github.com/python-thread/thread">
    <img src="https://thread.ngjx.org/favicon.svg" alt="Logo" width="80" height="80">
  </a>

  <h3 align="center">Thread</h3>

  <p align="center">
    A python threading library extension
    <br />
    <a href="https://thread.ngjx.org"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="https://github.com/python-thread/thread/issues">Report Bug</a>
    ·
    <a href="https://github.com/python-thread/thread/issues">Request Feature</a>
  </p>
</div>



<!-- ABOUT THE PROJECT -->
## About The Project

[![Social Card][socialcard]](https://thread.ngjx.org)

Strictly type-safe and Wraps around the python threading library and provides extra functionality

Fully compatible with the threading library, this project hopes to provide a more out-of-the-box solution with multi-threaded processing and fetching values from a completed thread, etc.

<br />

**!! Important !!**<br />
This project is in it's very early stages of development and bugs are to be expected.

<br />

I hope thread will become your threading solution! ♡⸜(˶˃ ᵕ ˂˶)⸝♡

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- GETTING STARTED -->
## Getting Started

This is an example of how you can set up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

* Python 3.9+

### Installation

_Below is an example of how you can install and use thread._

1. Install the package
   ```sh
   pip install -U thread
   ```
2. Import thread into your library!
   ```py
   import thread
   from thread import Thread, ConcurrentProcessing
   ```

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. ( ˶ˆᗜˆ˵ )

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- LICENSE -->
## License

Distributed under the BSD-3-Clause License. See [LICENSE.txt](./LICENSE.txt) for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- CONTACT -->
## Contact

Alex - [contact@thread.ngjx.org](mailto:contact@thread.ngjx.org)

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- ACKNOWLEDGMENTS -->
## Acknowledgments

* [Choose an Open Source License](https://choosealicense.com)
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/)
* [Malven's Grid Cheatsheet](https://grid.malven.co/)
* [Img Shields](https://shields.io)

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[version-shield]: https://img.shields.io/pypi/v/thread.svg?style=for-the-badge&color=efd0cd
[downloads-shield]: https://img.shields.io/pypi/dm/thread.svg?style=for-the-badge
[pypi-url]: https://pypi.org/project/thread/
[forks-shield]: https://img.shields.io/github/forks/python-thread/thread.svg?style=for-the-badge
[forks-url]: https://github.com/python-thread/thread/network/members
[stars-shield]: https://img.shields.io/github/stars/python-thread/thread.svg?style=for-the-badge&color=yellow
[stars-url]: https://github.com/python-thread/thread/stargazers
[license-shield]: https://img.shields.io/github/license/python-thread/thread.svg?style=for-the-badge
[license-url]: https://github.com/python-thread/thread/blob/master/LICENSE.txt
[socialcard]: https://thread.ngjx.org/socialcard-white.jpg

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "thread",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "thread, threading, extension, multiprocessing",
    "author": "Alex",
    "author_email": "contact@ngjx.org",
    "download_url": "https://files.pythonhosted.org/packages/e9/d5/c2d3fe94c3921ac1d7c0096155afceacd6675c3eb5be94075a8eada6c2ec/thread-2.0.1.tar.gz",
    "platform": null,
    "description": "<a name=\"readme-top\"></a>\n\n\n\n<!-- PROJECT SHIELDS -->\n<div align=\"center\">\n\n  <a href=\"[pypi-url]\">[![PYPI - Version][version-shield]][pypi-url]</a>\n  <a href=\"[pypi-url]\">[![PYPI - Downloads][downloads-shield]][pypi-url]</a>\n  <a href=\"[forks-url]\">[![Forks][forks-shield]][forks-url]</a>\n  <a href=\"[stars-url]\">[![Stargazers][stars-shield]][stars-url]</a>\n  <a href=\"[license-url]\">[![BSD-3-Clause License][license-shield]][license-url]</a>\n\n</div>\n\n<!-- PROJECT LOGO -->\n<br />\n<div align=\"center\">\n  <a href=\"https://github.com/python-thread/thread\">\n    <img src=\"https://thread.ngjx.org/favicon.svg\" alt=\"Logo\" width=\"80\" height=\"80\">\n  </a>\n\n  <h3 align=\"center\">Thread</h3>\n\n  <p align=\"center\">\n    A python threading library extension\n    <br />\n    <a href=\"https://thread.ngjx.org\"><strong>Explore the docs \u00bb</strong></a>\n    <br />\n    <br />\n    <a href=\"https://github.com/python-thread/thread/issues\">Report Bug</a>\n    \u00b7\n    <a href=\"https://github.com/python-thread/thread/issues\">Request Feature</a>\n  </p>\n</div>\n\n\n\n<!-- ABOUT THE PROJECT -->\n## About The Project\n\n[![Social Card][socialcard]](https://thread.ngjx.org)\n\nStrictly type-safe and Wraps around the python threading library and provides extra functionality\n\nFully compatible with the threading library, this project hopes to provide a more out-of-the-box solution with multi-threaded processing and fetching values from a completed thread, etc.\n\n<br />\n\n**!! Important !!**<br />\nThis project is in it's very early stages of development and bugs are to be expected.\n\n<br />\n\nI hope thread will become your threading solution! \u2661\u2e1c(\u02f6\u02c3 \u1d55 \u02c2\u02f6)\u2e1d\u2661\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- GETTING STARTED -->\n## Getting Started\n\nThis is an example of how you can set up your project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n* Python 3.9+\n\n### Installation\n\n_Below is an example of how you can install and use thread._\n\n1. Install the package\n   ```sh\n   pip install -U thread\n   ```\n2. Import thread into your library!\n   ```py\n   import thread\n   from thread import Thread, ConcurrentProcessing\n   ```\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- CONTRIBUTING -->\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. ( \u02f6\u02c6\u15dc\u02c6\u02f5 )\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- LICENSE -->\n## License\n\nDistributed under the BSD-3-Clause License. See [LICENSE.txt](./LICENSE.txt) for more information.\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- CONTACT -->\n## Contact\n\nAlex - [contact@thread.ngjx.org](mailto:contact@thread.ngjx.org)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- ACKNOWLEDGMENTS -->\n## Acknowledgments\n\n* [Choose an Open Source License](https://choosealicense.com)\n* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)\n* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/)\n* [Malven's Grid Cheatsheet](https://grid.malven.co/)\n* [Img Shields](https://shields.io)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- MARKDOWN LINKS & IMAGES -->\n<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->\n[version-shield]: https://img.shields.io/pypi/v/thread.svg?style=for-the-badge&color=efd0cd\n[downloads-shield]: https://img.shields.io/pypi/dm/thread.svg?style=for-the-badge\n[pypi-url]: https://pypi.org/project/thread/\n[forks-shield]: https://img.shields.io/github/forks/python-thread/thread.svg?style=for-the-badge\n[forks-url]: https://github.com/python-thread/thread/network/members\n[stars-shield]: https://img.shields.io/github/stars/python-thread/thread.svg?style=for-the-badge&color=yellow\n[stars-url]: https://github.com/python-thread/thread/stargazers\n[license-shield]: https://img.shields.io/github/license/python-thread/thread.svg?style=for-the-badge\n[license-url]: https://github.com/python-thread/thread/blob/master/LICENSE.txt\n[socialcard]: https://thread.ngjx.org/socialcard-white.jpg\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Threading module extension",
    "version": "2.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/python-thread/thread/issues",
        "Documentation": "https://thread.ngjx.org/docs/v2.0.1",
        "Download": "https://pypi.org/project/thread/#files",
        "Homepage": "https://thread.ngjx.org",
        "Release Notes": "https://github.com/python-thread/thread/releases",
        "Source": "https://github.com/python-thread/thread"
    },
    "split_keywords": [
        "thread",
        " threading",
        " extension",
        " multiprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e1d524746c5642f8f04a9dbe572770778851c47ac610cae978128c4faab85ac",
                "md5": "4cc6bacbbc29109e08185b554606a190",
                "sha256": "c5ea8dd030f2550d309b8879b91df1a8fe6891ec7c3db885eb158e26461f631a"
            },
            "downloads": -1,
            "filename": "thread-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cc6bacbbc29109e08185b554606a190",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 17222,
            "upload_time": "2024-04-28T08:08:10",
            "upload_time_iso_8601": "2024-04-28T08:08:10.845715Z",
            "url": "https://files.pythonhosted.org/packages/6e/1d/524746c5642f8f04a9dbe572770778851c47ac610cae978128c4faab85ac/thread-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9d5c2d3fe94c3921ac1d7c0096155afceacd6675c3eb5be94075a8eada6c2ec",
                "md5": "1315e1fc3c7bad4fac75368b68604f61",
                "sha256": "d36079f031336e274134ca23ff05b6ab3cc53000e395fe85d267e3cdd69143d8"
            },
            "downloads": -1,
            "filename": "thread-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1315e1fc3c7bad4fac75368b68604f61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 17699,
            "upload_time": "2024-04-28T08:08:11",
            "upload_time_iso_8601": "2024-04-28T08:08:11.854370Z",
            "url": "https://files.pythonhosted.org/packages/e9/d5/c2d3fe94c3921ac1d7c0096155afceacd6675c3eb5be94075a8eada6c2ec/thread-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 08:08:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-thread",
    "github_project": "thread",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "thread"
}
        
Elapsed time: 0.25644s