PieRakNet


NamePieRakNet JSON
Version 1.0.7 PyPI version JSON
download
home_pagehttps://github.com/PieMC-Dev/PieRakNet
SummaryRakNet implementation, written in Python. Created for PieMC.
upload_time2024-04-28 12:31:41
maintainerNone
docs_urlNone
authorlapismyt
requires_python>=3.10
licenseNone
keywords python python3 raknet rak-net mcpe bedrock rak_net piemc pieraknet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PieRakNet 🍰🔗

<p align="center">
  <img src="https://piemc-dev.github.io/assets/img/PieMC.webp" alt="Image" width="200" height="200" />
</p>


[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](https://github.com/PieMC-Dev/PieRakNet/blob/pieraknet/LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/PieMC-Dev/PieRakNet?color=blue)](https://github.com/PieMC-Dev/PieRakNet/commits/pieraknet)
[![Languages](https://img.shields.io/github/languages/count/PieMC-Dev/PieRakNet?color=blue)](https://github.com/PieMC-Dev/PieRakNet)
[![Discord](https://img.shields.io/discord/1120767457364279338?color=blue)](https://discord.gg/Bf3cXRUUnm)
[![Stars](https://img.shields.io/github/stars/PieMC-Dev/PieRakNet?style=social&color=blue)](https://github.com/PieMC-Dev/PieRakNet/stargazers)

PieRakNet is a RakNet implementation written in Python, primarily developed for the PieMC project. 🚀

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Introduction 👋

PieRakNet is a Python implementation of RakNet, a networking middleware library that provides reliable UDP connectivity and messaging. It's intended to be used in the context of the PieMC project, but can also be adapted for other projects requiring networking capabilities. 📡

## Features ✨

- **RakNet Implementation:** PieRakNet serves as a Python implementation of RakNet, allowing for reliable UDP connections and messaging.
- **Easy Integration:** The library is designed to be easy to integrate into your Python projects, offering a high-level interface for networking tasks.
- **Customization:** You can customize and extend PieRakNet to fit your specific project requirements.
- **Documentation:** The codebase is thoroughly documented to aid in understanding and usage.

## Getting Started 🛠️

To get started with PieRakNet, follow these steps:

1. **Clone the Repository:** Start by cloning this repository to your local machine using the following command:
   ```
   git clone https://github.com/your-username/PieRakNet.git
   ```

## Usage 🚀

To use PieRakNet in your project, follow these general steps:

1. **Import PieRakNet:** Import the relevant classes and functions from PieRakNet into your project.

2. **Initialize PieRakNet:** Set up PieRakNet in your application, configure connection settings, and handle incoming and outgoing messages.

3. **Handle Events:** Implement event handlers to manage various network events, such as incoming messages, connection status changes, etc.

For detailed information on how to use PieRakNet, refer to the [documentation](link-to-documentation).

## Project Stats

![Repo Size](https://img.shields.io/github/repo-size/PieMC-Dev/PieRakNet)
![Contributors](https://img.shields.io/github/contributors/PieMC-Dev/PieRakNet)
![Stars](https://img.shields.io/github/stars/PieMC-Dev/PieRakNet?style=social)

## Project Evolution

📈 **Stars Evolution:**

![Stars Evolution](https://starchart.cc/PieMC-Dev/PieRakNet.svg)

## Development Team

- Lead Developer: [@LapisMYT](https://github.com/lapismyt)
- Collaborators:
  - [@andiricum2](https://github.com/andiricum2)
  - [@skyss0fly](https://github.com/skyss0fly)
  - [@Inaay](https://github.com/Inaay)

- Contributors:
<a href="https://github.com/PieMC-Dev/PieRakNet/graphs/contributors">
<img src="https://contrib.rocks/image?repo=PieMC-Dev/PieRakNet" />
</a>

## Contributing 🤝

Contributions to PieRakNet are welcome and encouraged! If you'd like to contribute:

1. Fork the repository.
2. Create a new branch for your feature/bugfix.
3. Commit your changes with descriptive commit messages.
4. Push your branch to your forked repository.
5. Open a pull request describing your changes and their purpose.

Please read the [Contribution Guidelines](CONTRIBUTING.md) for more information.

## License 📝

This project is licensed under the [GPL-3.0 License](LICENSE).
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PieMC-Dev/PieRakNet",
    "name": "PieRakNet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "python python3 raknet rak-net mcpe bedrock rak_net piemc pieraknet",
    "author": "lapismyt",
    "author_email": "PieMC.Developers@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/30/f1/e129dd4695bdb444125d2e9fb88f3eaca156f3aeec210f0e82d22da0b806/pieraknet-1.0.7.tar.gz",
    "platform": null,
    "description": "# PieRakNet \ud83c\udf70\ud83d\udd17\n\n<p align=\"center\">\n  <img src=\"https://piemc-dev.github.io/assets/img/PieMC.webp\" alt=\"Image\" width=\"200\" height=\"200\" />\n</p>\n\n\n[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](https://github.com/PieMC-Dev/PieRakNet/blob/pieraknet/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/PieMC-Dev/PieRakNet?color=blue)](https://github.com/PieMC-Dev/PieRakNet/commits/pieraknet)\n[![Languages](https://img.shields.io/github/languages/count/PieMC-Dev/PieRakNet?color=blue)](https://github.com/PieMC-Dev/PieRakNet)\n[![Discord](https://img.shields.io/discord/1120767457364279338?color=blue)](https://discord.gg/Bf3cXRUUnm)\n[![Stars](https://img.shields.io/github/stars/PieMC-Dev/PieRakNet?style=social&color=blue)](https://github.com/PieMC-Dev/PieRakNet/stargazers)\n\nPieRakNet is a RakNet implementation written in Python, primarily developed for the PieMC project. \ud83d\ude80\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction \ud83d\udc4b\n\nPieRakNet is a Python implementation of RakNet, a networking middleware library that provides reliable UDP connectivity and messaging. It's intended to be used in the context of the PieMC project, but can also be adapted for other projects requiring networking capabilities. \ud83d\udce1\n\n## Features \u2728\n\n- **RakNet Implementation:** PieRakNet serves as a Python implementation of RakNet, allowing for reliable UDP connections and messaging.\n- **Easy Integration:** The library is designed to be easy to integrate into your Python projects, offering a high-level interface for networking tasks.\n- **Customization:** You can customize and extend PieRakNet to fit your specific project requirements.\n- **Documentation:** The codebase is thoroughly documented to aid in understanding and usage.\n\n## Getting Started \ud83d\udee0\ufe0f\n\nTo get started with PieRakNet, follow these steps:\n\n1. **Clone the Repository:** Start by cloning this repository to your local machine using the following command:\n   ```\n   git clone https://github.com/your-username/PieRakNet.git\n   ```\n\n## Usage \ud83d\ude80\n\nTo use PieRakNet in your project, follow these general steps:\n\n1. **Import PieRakNet:** Import the relevant classes and functions from PieRakNet into your project.\n\n2. **Initialize PieRakNet:** Set up PieRakNet in your application, configure connection settings, and handle incoming and outgoing messages.\n\n3. **Handle Events:** Implement event handlers to manage various network events, such as incoming messages, connection status changes, etc.\n\nFor detailed information on how to use PieRakNet, refer to the [documentation](link-to-documentation).\n\n## Project Stats\n\n![Repo Size](https://img.shields.io/github/repo-size/PieMC-Dev/PieRakNet)\n![Contributors](https://img.shields.io/github/contributors/PieMC-Dev/PieRakNet)\n![Stars](https://img.shields.io/github/stars/PieMC-Dev/PieRakNet?style=social)\n\n## Project Evolution\n\n\ud83d\udcc8 **Stars Evolution:**\n\n![Stars Evolution](https://starchart.cc/PieMC-Dev/PieRakNet.svg)\n\n## Development Team\n\n- Lead Developer: [@LapisMYT](https://github.com/lapismyt)\n- Collaborators:\n  - [@andiricum2](https://github.com/andiricum2)\n  - [@skyss0fly](https://github.com/skyss0fly)\n  - [@Inaay](https://github.com/Inaay)\n\n- Contributors:\n<a href=\"https://github.com/PieMC-Dev/PieRakNet/graphs/contributors\">\n<img src=\"https://contrib.rocks/image?repo=PieMC-Dev/PieRakNet\" />\n</a>\n\n## Contributing \ud83e\udd1d\n\nContributions to PieRakNet are welcome and encouraged! If you'd like to contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/bugfix.\n3. Commit your changes with descriptive commit messages.\n4. Push your branch to your forked repository.\n5. Open a pull request describing your changes and their purpose.\n\nPlease read the [Contribution Guidelines](CONTRIBUTING.md) for more information.\n\n## License \ud83d\udcdd\n\nThis project is licensed under the [GPL-3.0 License](LICENSE).\nNOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "RakNet implementation, written in Python. Created for PieMC.",
    "version": "1.0.7",
    "project_urls": {
        "Developer": "https://github.com/PieMC-Dev",
        "Example": "https://github.com/PieMC-Dev/PieRakNet/tree/main/EXAMPLE.md",
        "Homepage": "https://github.com/PieMC-Dev/PieRakNet"
    },
    "split_keywords": [
        "python",
        "python3",
        "raknet",
        "rak-net",
        "mcpe",
        "bedrock",
        "rak_net",
        "piemc",
        "pieraknet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "962ede5dff05377c8e0da006dfa14a807535ea87a32f24c85f645c4bbbe9a2e9",
                "md5": "8221728051938532433faf44b31708ba",
                "sha256": "6f4d87eb8d332d00730449a0b82bd0db0a2010fa1ac8535581e0472725546147"
            },
            "downloads": -1,
            "filename": "PieRakNet-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8221728051938532433faf44b31708ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 15345,
            "upload_time": "2024-04-28T12:31:40",
            "upload_time_iso_8601": "2024-04-28T12:31:40.341711Z",
            "url": "https://files.pythonhosted.org/packages/96/2e/de5dff05377c8e0da006dfa14a807535ea87a32f24c85f645c4bbbe9a2e9/PieRakNet-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30f1e129dd4695bdb444125d2e9fb88f3eaca156f3aeec210f0e82d22da0b806",
                "md5": "f382c24c08dfa614a77df0833f7853dd",
                "sha256": "1a71932524efcb1c0eb7d7f956c3e7e91b75e1d039eab87dc3fd68623f6e2079"
            },
            "downloads": -1,
            "filename": "pieraknet-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f382c24c08dfa614a77df0833f7853dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15369,
            "upload_time": "2024-04-28T12:31:41",
            "upload_time_iso_8601": "2024-04-28T12:31:41.951156Z",
            "url": "https://files.pythonhosted.org/packages/30/f1/e129dd4695bdb444125d2e9fb88f3eaca156f3aeec210f0e82d22da0b806/pieraknet-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 12:31:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PieMC-Dev",
    "github_project": "PieRakNet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pieraknet"
}
        
Elapsed time: 0.24744s