Key | Value |
---|---|
FileName | ./usr/lib/python3/dist-packages/bpython/inspection.py |
FileSize | 11561 |
MD5 | 20C4AF389BC6209C865F4EC73AB8E1F1 |
SHA-1 | 00A23D70080FBB05698537330DF0F9CFEEB718E1 |
SHA-256 | 0F27CB77444247802B1207BE09FD0FF733BC42389800629249236C2DEC466C81 |
SSDEEP | 192:HCQHWSa3pFq1tGZj/huFk7GOKYDQP6h8j0LjV1vAnAGjGpOOd05aV:ijSaZFIIh/hkYMP3+vEpGjV |
TLSH | T11D32B61FFD6376658A038AAD0857E801B3147C9F2A0424747CECE15C6F5AD34C2B7A9E |
hashlookup:parent-total | 40 |
hashlookup:trust | 100 |
The searched file hash is included in 40 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 31E7DDE149A47ECFBE982219F91EEF7A |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python36-bpython |
PackageRelease | 19.25 |
PackageVersion | 0.21 |
SHA-1 | 022F0D89613A0831A35E059040A060682597E335 |
SHA-256 | 50AF7FD321A634499E3DF2B4D257CB2ED77CF59B1B0906E2C30F521FE11F3DED |
Key | Value |
---|---|
MD5 | 79084908AE14B689638641A18FA37919 |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python36-bpython |
PackageRelease | 19.26 |
PackageVersion | 0.21 |
SHA-1 | 070D261F4513DCC96572052A56144E9908547683 |
SHA-256 | 3DD3359D87188A944BA43ECF88B0549D6AF69F30643A3D3CE967A005C9742A63 |
Key | Value |
---|---|
MD5 | F998ECC5DF41B47465899F641958440F |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python3-bpython |
PackageRelease | lp153.19.15 |
PackageVersion | 0.21 |
SHA-1 | 0F72D5441F0585E03EEB4AD0E9A86E5F3F9ED028 |
SHA-256 | 6B38B0DBDAB8E9C0E9AD5477CB52D843158D589ED25F847DCE162EF1985B7961 |
Key | Value |
---|---|
MD5 | B283EDFBBF744289FEB5AD04B25BDC6F |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python38-bpython |
PackageRelease | 19.42 |
PackageVersion | 0.21 |
SHA-1 | 146D315E20C0B24E73B8232699B57FD1A9FF4064 |
SHA-256 | 7856D184BB81AF8F0EE6C4A5583F1DE5ED246EE0EBBF5BBF58FE4B94A8762A4C |
Key | Value |
---|---|
MD5 | 66B19C07CF1D31A4826ABAB616B53A18 |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python3-bpython |
PackageRelease | 19.17 |
PackageVersion | 0.21 |
SHA-1 | 177C56133BC42CAB38209F70318B73308CE1F75B |
SHA-256 | CC16B5BF6A622717F449B04E3EB130988923102651DD704665C675D389B2652B |
Key | Value |
---|---|
MD5 | A44CE9381A1461A952E72217A4004BEC |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python3-bpython |
PackageRelease | 2.12 |
PackageVersion | 0.21 |
SHA-1 | 185F786DB28B73F81298D385A67B8AEDF0A4C6CE |
SHA-256 | 70FE0F8757FE28B111258057CE8092711663C0E2DE1FCE04087CDC876CBF3E19 |
Key | Value |
---|---|
FileSize | 150068 |
MD5 | F0FF837823D044D88B8CFDDB294A798C |
PackageDescription | fancy interface to the Python 3 interpreter bpython is a fancy interface to the Python interpreter, and has the following features: . * In-line syntax highlighting. * Readline-like autocomplete with suggestions displayed as you type * Expected parameter list for any Python function. Uses pydoc to attempt to divine params for C functions. * "Rewind" function to pop the last line of code from memory and re-evaluate. Note: this is only really useful when laying out classes and functions, since a true "undo" function is impossible, so be careful when using this. * Send the code you've entered off to a pastebin and display the pastebin URL for copying, etc. * Save the code you've entered to a file. * Auto-indentation. * Anti-Crash Mode. . This package contains bpython for Python 3. |
PackageMaintainer | Sebastian Ramacher <sramacher@debian.org> |
PackageName | bpython |
PackageSection | python |
PackageVersion | 0.21-3 |
SHA-1 | 1E01E91FB51B8934DFCDCF7E20801759773999FA |
SHA-256 | 5387288B8FB052C3BE633426DA280650528916161C0D8C1C257719B464832740 |
Key | Value |
---|---|
MD5 | 900AE301E47677445F40DB8F435FF91F |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python38-bpython |
PackageRelease | 19.26 |
PackageVersion | 0.21 |
SHA-1 | 203F96AB6AFA55F6D3B98E33EABEB85D8C802C0F |
SHA-256 | 84A6FBCBB0BA5B536EC18F43CEA6A44355F7F19FCFCED95F3D06D52FF474F972 |
Key | Value |
---|---|
MD5 | 0896A2E2BBCE4DD86F466EFD13972794 |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python3-bpython |
PackageRelease | 2.13 |
PackageVersion | 0.21 |
SHA-1 | 22E5C6252DC5804F6C0C34279483F921B05A4646 |
SHA-256 | 9C1C143C45DD0DE38F9F13AB9CCC27A9107770CF605D937ADC8DD82E867847E4 |
Key | Value |
---|---|
MD5 | E15ADF139C914EBE1A39DD422259F63D |
PackageArch | noarch |
PackageDescription | Bpython is an enhanced Python interactive interpreter that uses curses and provides the following main features: in-line syntax highlighting; readline-like autocompletion with suggestions displayed as you type; expected argument specification for functions; a handy pastebin function to quickly submit your code and return a URL. Its goal is to bring together a few handy ideas to enhance the standard interpreter without getting carried away. |
PackageName | python3-bpython |
PackageRelease | lp153.2.12 |
PackageVersion | 0.21 |
SHA-1 | 2308D9BAF3A2CCBCD03F9BD7C0103FA6A365F798 |
SHA-256 | EC9738336F3915D09CBBBA532D2AD7FA9FDB3B88FF32C26BF6148AC9EA6F30C0 |