JsMacrosAC


NameJsMacrosAC JSON
Version 1.9.0.873835 PyPI version JSON
download
home_page
SummaryA package to let your IDE know what JsMacros can do
upload_time2023-11-25 00:57:19
maintainer
docs_urlNone
authorHasenzahn1
requires_python
license
keywords python jsmacros autocomplete doc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JsMacrosAC

The sole purpose of this package is to let your IDE know what functions the
various [JsMacros](https://www.curseforge.com/minecraft/mc-mods/jsmacros) classes have.\
Please note that this package does **not** add functionality and will crash your scripts if it is not imported
correctly.

# How to import

Each import should be imported with leading `if __name__ == "":` otherwise the script will break.
**Import all classes:**

```python
if __name__ == "": from JsMacrosAC import *
```

**Import all classes from a specific module:**

```python
if __name__ == "": from JsMacrosAC.<moduleName> import *
```

**Import one class:**

```python
if __name__ == "": from JsMacrosAC import <ClassName>
```

**Import in an event file**

```python
if __name__ == "": 
    from JsMacrosAC import EventAirChange
    event = EventAirChange() #No need of arguments
```

# Modules

There are some modules in JsMacrosAC that can be imported as well, so you don't have to import all the files.\
These Modules are:
> - libraries (Contains all libraries and constants like Chat or GlobalVars)
> - helpers (Contains all helper classes)
> - events (Contains all event classes)
> - mixins (Contains all mixin classes)
> - rest (Contains all other classes)

#Libraries
The Chat, JavaWrapper, Player, Request, Hud, Time, KeyBind, JsMacros, FS, Reflection, Client, World and GlobalVars
libraries can be accessed by either importing all classes or importing the library module mentioned above.

#Things to note
Since Python does not support function overloading, only one function will be displayed in some IDEs. See the function
description or class to learn more about the different ways to use this function.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "JsMacrosAC",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,JsMacros,Autocomplete,Doc",
    "author": "Hasenzahn1",
    "author_email": "<motzer10@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/96/53/06b506599acb24833e20cf6a1b764657259c1150a2114ff6c6d2a3a32a9a/JsMacrosAC-1.9.0.873835.tar.gz",
    "platform": null,
    "description": "# JsMacrosAC\n\nThe sole purpose of this package is to let your IDE know what functions the\nvarious [JsMacros](https://www.curseforge.com/minecraft/mc-mods/jsmacros) classes have.\\\nPlease note that this package does **not** add functionality and will crash your scripts if it is not imported\ncorrectly.\n\n# How to import\n\nEach import should be imported with leading `if __name__ == \"\":` otherwise the script will break.\n**Import all classes:**\n\n```python\nif __name__ == \"\": from JsMacrosAC import *\n```\n\n**Import all classes from a specific module:**\n\n```python\nif __name__ == \"\": from JsMacrosAC.<moduleName> import *\n```\n\n**Import one class:**\n\n```python\nif __name__ == \"\": from JsMacrosAC import <ClassName>\n```\n\n**Import in an event file**\n\n```python\nif __name__ == \"\": \n    from JsMacrosAC import EventAirChange\n    event = EventAirChange() #No need of arguments\n```\n\n# Modules\n\nThere are some modules in JsMacrosAC that can be imported as well, so you don't have to import all the files.\\\nThese Modules are:\n> - libraries (Contains all libraries and constants like Chat or GlobalVars)\n> - helpers (Contains all helper classes)\n> - events (Contains all event classes)\n> - mixins (Contains all mixin classes)\n> - rest (Contains all other classes)\n\n#Libraries\nThe Chat, JavaWrapper, Player, Request, Hud, Time, KeyBind, JsMacros, FS, Reflection, Client, World and GlobalVars\nlibraries can be accessed by either importing all classes or importing the library module mentioned above.\n\n#Things to note\nSince Python does not support function overloading, only one function will be displayed in some IDEs. See the function\ndescription or class to learn more about the different ways to use this function.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to let your IDE know what JsMacros can do",
    "version": "1.9.0.873835",
    "project_urls": null,
    "split_keywords": [
        "python",
        "jsmacros",
        "autocomplete",
        "doc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1c964beb16e73199676c1759289d7bca1713b93e08312b16b7aebef6c2f3691",
                "md5": "d91bf7d982d64861bdf1dc870b0cfb4d",
                "sha256": "69098ee5be2eea424c28e1299d7ac390e83db05563f94edc66d83f7449a83e75"
            },
            "downloads": -1,
            "filename": "JsMacrosAC-1.9.0.873835-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d91bf7d982d64861bdf1dc870b0cfb4d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 353906,
            "upload_time": "2023-11-25T00:57:17",
            "upload_time_iso_8601": "2023-11-25T00:57:17.415870Z",
            "url": "https://files.pythonhosted.org/packages/d1/c9/64beb16e73199676c1759289d7bca1713b93e08312b16b7aebef6c2f3691/JsMacrosAC-1.9.0.873835-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "965306b506599acb24833e20cf6a1b764657259c1150a2114ff6c6d2a3a32a9a",
                "md5": "c7f6f6eabde40ff56307e6eadcc4e3db",
                "sha256": "1198bb229f8851a42eb3e418cf8cecac5ce4c6fb07e42ebc0a27296553239e05"
            },
            "downloads": -1,
            "filename": "JsMacrosAC-1.9.0.873835.tar.gz",
            "has_sig": false,
            "md5_digest": "c7f6f6eabde40ff56307e6eadcc4e3db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 157635,
            "upload_time": "2023-11-25T00:57:19",
            "upload_time_iso_8601": "2023-11-25T00:57:19.815832Z",
            "url": "https://files.pythonhosted.org/packages/96/53/06b506599acb24833e20cf6a1b764657259c1150a2114ff6c6d2a3a32a9a/JsMacrosAC-1.9.0.873835.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 00:57:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jsmacrosac"
}
        
Elapsed time: 0.14744s