Skip to main content

python with braces.

Project description

nestpy

"what if python, with braces, one line?"

SETUP

Install nestpy by executing:

$ pip install nestpython

After importing;

  • In order to compile a string from nestpy to python, use nestpy.ncompile(string)

  • In order to execute a nestpy string, use nestpy.nexec(string)

    For both, optional argument indent-level determines the indentation increment in the resulting python file. It is set to 1 by default.

  • To execute and compile files and folders, use the nestpy.files module:

    • nestpy.files.ncompile(file) compiles the given file to a string
    • nestpy.files.nexec(file) executes the file
    • nestpy.files.build(dir, new_dir) builds an entire golder
    • arguments can be provided.

FEATURING:

braces

Use {, ; and } instead of indentation! Indentation and newlines in the source files will be ignored. e.g.:

n = input('Enter Number: ');
if (n % 2 == 0) {
	print('n is even')
} else {
	print('n is odd')
}

(to be continued)


github : https://github.com/slycedf/nestpy

pypi : https://pypi.org/project/nestpython

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nestpython-0.3.10.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

nestpython-0.3.10-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file nestpython-0.3.10.tar.gz.

File metadata

  • Download URL: nestpython-0.3.10.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.14

File hashes

Hashes for nestpython-0.3.10.tar.gz
Algorithm Hash digest
SHA256 77858fab3f586349013354dcdbafcc30bd339b8b67a6d8d44412a35b58ecca12
MD5 8abedc65123f361f989c2d231f1d60da
BLAKE2b-256 492af375b035834426791e4bd8550db584229cb50da3b41c3d30b0d532ce158e

See more details on using hashes here.

File details

Details for the file nestpython-0.3.10-py3-none-any.whl.

File metadata

  • Download URL: nestpython-0.3.10-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.14

File hashes

Hashes for nestpython-0.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 c415265df7bf946164adb25ab3129d4edb9a664f61913c256517c3ad8df873d1
MD5 fc4174147e3ecbd97b685ff74aa44d63
BLAKE2b-256 0e7e32e33ad16b3674947a0c101240d0aee54a77bafbab12bdb5f3ee11ac3935

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page