py-like
v1.0.1
Published
Py-like is a JavaScript library that allows coding in JavaScript just like in Python. In JavaScript, Py-like provides a Python-like interface for working with data types, structures, and functions.
Downloads
8
Maintainers
Readme
Py-like
You can find the full documentation on the website
Description
Py-like is a JavaScript library that allows coding in JavaScript just like in Python.
In JavaScript, Py-like provides a Python-like interface for working with data types, structures, and functions. It's no secret that Python provides a more comfortable, easy, intuitive, and powerful interface for working with data types and structures. This library will allow the opportunity to use Python's all power in JavaScript.
Installation
npm install py-like
Examples
In JavaScript
import {py} from 'py-like'
py('hello world').title() // Hello World
In Python
'hello world'.title() # Hello World
Documentation
Contributing
Read our contributing guide to learn about our development process.
Code of Conduct
This project has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.