Skip to main content

A quick thumbnail creator for python codes

Project description

Pythumbnail

What is Pythumbnail?

Pythumbnail is a quick thumbnail creator for python codes. You can get an overview of the available functions, for/while loops and if conditions without even running the code.

Suppose you have the following python file:

class someclass:
    def __init__(self):
        self.a = 10

    def do_something(self):
        for i in range(len(self.a)):
            if i == 2:
                print(i)

    def do_something_else(self, num):
        while self.a < 100:
            self.a += num

Here is a small example to show what Pythumbnail could do (Python 3):

import pythumbnail

file = pythumbnail.read_file('some_file.py')
print(file.tree)

The output will look like:

'File some_file.py()'
    'class someclass()'
        'def __init__(self)'
        'def do_something(self)'
            'for i in range(len(self.a))'
                'if[i,2] LOGIC: [==]'
        'def do_something_else(self,num)'
            'while[self.a,100] LOGIC: [<]'

Quick Start

To install Pythumbnail, you need python version 3.6.0 or above. Pythumbnail could be installed from pypi:

$ python3 -m pip install pythumbnail

Running Pythumbnail:

import pythumbnail

Documentation

Full documentation is available here

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache License 2.0

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

pythumbnail-0.0.9.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pythumbnail-0.0.9-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file pythumbnail-0.0.9.tar.gz.

File metadata

  • Download URL: pythumbnail-0.0.9.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pythumbnail-0.0.9.tar.gz
Algorithm Hash digest
SHA256 cea536c6c206f97d0796ebc0513dc3810b53b1a5a58c328b9e16cb068de55151
MD5 65fbe056f00cf050e024ea50ed685aeb
BLAKE2b-256 54de0d7eb9836402e1d5e9790208bc7b0592b863f7311934f795409f160cbb78

See more details on using hashes here.

File details

Details for the file pythumbnail-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: pythumbnail-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pythumbnail-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 0222538d6361a0a9c02b7b38cec2d9648faf176098f42c8161ff4dc9e59a7485
MD5 338064b963beb06ef3fcafbf36200ee9
BLAKE2b-256 0782e9639eba4ff5b9fc8d5ebddf2881383125fe22da593309a3f6f47c84ea8f

See more details on using hashes here.

Supported by

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