Metadata-Version: 2.1
Name: JsMacrosAC
Version: 0.5.0
Summary: A package to let your IDE know what JsMacros can do
Home-page: UNKNOWN
Author: Hasenzahn1
Author-email: <motzer10@gmx.de>
License: UNKNOWN
Keywords: python,JsMacros,Autocomplete,Doc
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

# JsMacrosAC
 
This package is currently under development so there can be some minor bugs!

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

# How to Import
```python
if __name__ == "": from JsMacrosAC import *
```

Because Python does not support function overloading, in some IDE's only one function will show up. The description of the function will tell you what different ways there are to use this function.


