py-like

1.0.1 • Public • Published

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.

Authors

License

MIT License

Package Sidebar

Install

npm i py-like

Weekly Downloads

5

Version

1.0.1

License

MIT

Unpacked Size

15.7 kB

Total Files

12

Last publish

Collaborators

  • ruben_arushanyan