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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: nestpython-0.3.2.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.2.tar.gz
Algorithm Hash digest
SHA256 09df12ce2033db4edd5f6722c81ec95b8f99c0ffbfeb57d36c7f4929c070dd84
MD5 b180d3542dbfeca49d4279926e2c5584
BLAKE2b-256 5e9dd6e1928ad6a8e536fd302b76eed881a7df4694ba998383622be7f9b23906

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nestpython-0.3.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 530680bf62acadf0557737c7d7617a5824a3c23eb2a7228036ad165ba0199880
MD5 a4c5f2ff8963578ff3978e3770daf6b7
BLAKE2b-256 1e6814700d32056d0713b232605ab9c5578561efb7d6079922083ea810045949

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