Metadata-Version: 2.1
Name: Python.js
Version: 1.1.0
Summary: A python library for people who prefer JavaScript's way of handling things.
Home-page: https://github.com/Nemika-Haj/PyJS
Author: Nemika
Author-email: nemika@bytestobits.dev
License: MIT
Download-URL: https://github.com/Nemika-Haj/PyJS/archive/1.1.0.tar.gz
Description: # **PyJS**
        Ever wanted to use JS functions in Python? Now you can! PyJS provides you with a lot of functions from JavaScript. The library is still being worked on, and any contributions are welcome.
        
        ## **Installation**
        Use `python -m pip install Python.js`
        
        ## **Example**
        ```py
        from PyJS import * # you may want to do this so you don't have to add PyJS. in front of every function.
        
        string = "I wonder how many characters this string is..."
        
        console.log(f"\"{string}\" is {string.length} characters long!")
        ```
        *And much more!*
        
        ## **Documentation**
        Coming soon...!
Keywords: pyjs,javascript,python,js,py.js,python.js,python js
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
