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.6.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

nestpython-0.3.6-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nestpython-0.3.6.tar.gz
  • Upload date:
  • Size: 5.9 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.6.tar.gz
Algorithm Hash digest
SHA256 32e1054ebc8d8e7b3a105c9aa57c2d5227d01e39dce1338377a42213959d236b
MD5 8424d2f4b4abfe8fa725e72c86015436
BLAKE2b-256 367a2726837731fe6f8581e0539cc9505f61057d66d634b138c8db0c14b31449

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nestpython-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 6.1 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c1911b9739a7ba1a703736294e0bbc4cd63b21f9a36511c4aea5b6c915123676
MD5 7a4705d1b7f2fd09044f8e31f093539e
BLAKE2b-256 b989c4eed639250bc6416f130ef37e6aad295a37ee092638439c0c7e72e7a794

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