nIRC


NamenIRC JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
Summaryan asynchronous IRC bot framework
upload_time2025-10-08 18:41:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords irc python library asynchronous
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="https://nekomimi.tilde.team/res/misc/nIRCBanner.png" align="center"/>  

# neko IRC Bot framework  
The *first* and easiest python library for IRC bot development  
asynchronous and batteries-included, there's nothing stopping your IRC shenanigans now!  

This library brings you a modern decorator based interface to creating your IRC apps  
as well as provide types like members and channels, the first IRC bot framework is also the best! >:3  

Control your functions through a single context object and await your commands  

# Docs  
Available [here](https://nekomimi.tilde.team/docs/nIRC)  

# Building  
Make sure you have installed `build` through `pip3`  
```sh
python3 -m build
```

# Installation  
```sh
pip3 install nIRC
```

# NekoRelayChat  
*funny how it actually exists, it's private tho, only available for my friends*  
Want to connect? join this [channel](https://github.com/NekoMimiOfficial/NekoMimiOfficial) 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nIRC",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "irc, python, library, asynchronous",
    "author": null,
    "author_email": "NekoMimiOfficial <nekomimi@tilde.team>",
    "download_url": "https://files.pythonhosted.org/packages/50/ec/1c61e5f09691ee288c9deb4335fdd650dbe9221ed0612ca823b6bcfaa919/nirc-1.0.1.tar.gz",
    "platform": null,
    "description": "<img src=\"https://nekomimi.tilde.team/res/misc/nIRCBanner.png\" align=\"center\"/>  \n\n# neko IRC Bot framework  \nThe *first* and easiest python library for IRC bot development  \nasynchronous and batteries-included, there's nothing stopping your IRC shenanigans now!  \n\nThis library brings you a modern decorator based interface to creating your IRC apps  \nas well as provide types like members and channels, the first IRC bot framework is also the best! >:3  \n\nControl your functions through a single context object and await your commands  \n\n# Docs  \nAvailable [here](https://nekomimi.tilde.team/docs/nIRC)  \n\n# Building  \nMake sure you have installed `build` through `pip3`  \n```sh\npython3 -m build\n```\n\n# Installation  \n```sh\npip3 install nIRC\n```\n\n# NekoRelayChat  \n*funny how it actually exists, it's private tho, only available for my friends*  \nWant to connect? join this [channel](https://github.com/NekoMimiOfficial/NekoMimiOfficial) \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "an asynchronous IRC bot framework",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "irc",
        " python",
        " library",
        " asynchronous"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70171dc63824eb59f64d79489188bd6230a24a4adab614129a03c31b27c14e05",
                "md5": "46adae714f760864b29041f6f0682a4b",
                "sha256": "9a6db488a9bc5f5b6a09325866e6b4403c3b07d5f2ad9bab9514816ab84612cb"
            },
            "downloads": -1,
            "filename": "nirc-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46adae714f760864b29041f6f0682a4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16305,
            "upload_time": "2025-10-08T18:40:56",
            "upload_time_iso_8601": "2025-10-08T18:40:56.582084Z",
            "url": "https://files.pythonhosted.org/packages/70/17/1dc63824eb59f64d79489188bd6230a24a4adab614129a03c31b27c14e05/nirc-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50ec1c61e5f09691ee288c9deb4335fdd650dbe9221ed0612ca823b6bcfaa919",
                "md5": "74634d523d9b57557c8c999166dc1045",
                "sha256": "8f2f4219b83b24fd99c50b3e0edf182de039e903517b66ce8330c4d6ed663594"
            },
            "downloads": -1,
            "filename": "nirc-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "74634d523d9b57557c8c999166dc1045",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16608,
            "upload_time": "2025-10-08T18:41:00",
            "upload_time_iso_8601": "2025-10-08T18:41:00.836622Z",
            "url": "https://files.pythonhosted.org/packages/50/ec/1c61e5f09691ee288c9deb4335fdd650dbe9221ed0612ca823b6bcfaa919/nirc-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 18:41:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nirc"
}
        
Elapsed time: 1.01158s