# BytesRepr
Change the `__rerp__` of bytes in IPython (python 3) to look less like text:
```python
In[1]: import bytesrepr
In[2]: bytesrerpr.enable()
In[3]: b'These are bytes'
<bytes b'These are bytes' at 0x107e0c000>
```
Bytes will be elided to `...`in the rerp if too long.
Change the `__rerp__` of bytes in IPython (python 3) to look less like text:
```python
In[1]: import bytesrepr
In[2]: bytesrerpr.enable()
In[3]: b'These are bytes'
<bytes b'These are bytes' at 0x107e0c000>
```
Bytes will be elided to `...`in the rerp if too long.
Release files for bytesrepr 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bytesrepr-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / bytesrepr-0.0.2-py3-none-any.whl
| Download URL | bytesrepr-0.0.2-py3-none-any.whl |
|---|---|
| Size | 16.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d7faf972013ac4e9e00e6b570b8475d50c1bd0f1643ea1df74fbb09e529bc18d
|
|
BLAKE2b-256 checksum How to use checksums |
b4d30cd94e0903a3cb7405c2e7d944eedf82e14974a3eaec52db818a537183d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |