beu
Advanced tools
+1
-1
@@ -22,3 +22,3 @@ import redis_helper as rh | ||
| import vlc_helper as vh | ||
| except ImportError: | ||
| except (ImportError, ModuleNotFoundError): | ||
| pass | ||
@@ -25,0 +25,0 @@ import chloop |
@@ -7,8 +7,12 @@ import click | ||
| '--no-vi', 'no_vi', is_flag=True, default=False, | ||
| help='Do not use vi editing mode' | ||
| help='Do not use vi editing mode in ipython' | ||
| ) | ||
| @click.option( | ||
| '--no-colors', 'no_colors', is_flag=True, default=False, | ||
| help='Do not use colors / syntax highlighting' | ||
| help='Do not use colors / syntax highlighting in ipython' | ||
| ) | ||
| @click.option( | ||
| '--confirm-exit', 'confirm_exit', is_flag=True, default=False, | ||
| help='Prompt "Do you really want to exit ([y]/n)?" when exiting ipython' | ||
| ) | ||
| def main(**kwargs): | ||
@@ -21,2 +25,3 @@ """Start ipython with `beu` and `pprint` imported""" | ||
| vi=not kwargs['no_vi'], | ||
| confirm_exit=kwargs['confirm_exit'], | ||
| beu=beu, | ||
@@ -23,0 +28,0 @@ pprint=pprint |
+2
-2
| Metadata-Version: 2.1 | ||
| Name: beu | ||
| Version: 0.1.35 | ||
| Version: 0.1.36 | ||
| Summary: Beginner Express .:. Back End .:. Big Example .:. Brainstorm Effectively | ||
| Home-page: https://github.com/kenjyco/beu | ||
| Download-URL: https://github.com/kenjyco/beu/tarball/v0.1.35 | ||
| Download-URL: https://github.com/kenjyco/beu/tarball/v0.1.36 | ||
| Author: Ken | ||
@@ -8,0 +8,0 @@ Author-email: kenjyco@gmail.com |
+8
-8
@@ -1,9 +0,9 @@ | ||
| beu/__init__.py,sha256=sYvmavlBmw7lKKH1mpUpKuP4mqNiAXDbZ83LJeGVu58,573 | ||
| beu/__init__.py,sha256=Q8SioR1O1uptCCM9XTFzMGzBmOlp48QbBR4-QdoS74g,596 | ||
| beu/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 | ||
| beu/scripts/shell.py,sha256=NyNSR6B3q3jO24xRZVCUqjF6ijQt47kDTfPehDSkrgE,574 | ||
| beu-0.1.35.dist-info/LICENSE.txt,sha256=db9GY0AE7GRnDIQnPlGEWw5h7qkGFNoBenEpB5Krk8M,608 | ||
| beu-0.1.35.dist-info/METADATA,sha256=4hXWWsVqJadmX2ZnUivYcfaXU5uO8KeAGU7HpRX_xTU,8536 | ||
| beu-0.1.35.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92 | ||
| beu-0.1.35.dist-info/entry_points.txt,sha256=_Lk4fNaYaiXu1qJBjFc_aBHxUF19enmLEQNskx_Twgs,55 | ||
| beu-0.1.35.dist-info/top_level.txt,sha256=fH14NNX0gm9_PaSFIQnqgZMo9NURTpNpwS0VoUFifF4,4 | ||
| beu-0.1.35.dist-info/RECORD,, | ||
| beu/scripts/shell.py,sha256=VvdxWdVisj-hiTjR_qvTRFrHm-XwF007BuPXEN_6u84,802 | ||
| beu-0.1.36.dist-info/LICENSE.txt,sha256=db9GY0AE7GRnDIQnPlGEWw5h7qkGFNoBenEpB5Krk8M,608 | ||
| beu-0.1.36.dist-info/METADATA,sha256=pdeeOOAlhDeUKreC6FjRNglyPZ8GaBpq4Q2aa695IUI,8536 | ||
| beu-0.1.36.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92 | ||
| beu-0.1.36.dist-info/entry_points.txt,sha256=_Lk4fNaYaiXu1qJBjFc_aBHxUF19enmLEQNskx_Twgs,55 | ||
| beu-0.1.36.dist-info/top_level.txt,sha256=fH14NNX0gm9_PaSFIQnqgZMo9NURTpNpwS0VoUFifF4,4 | ||
| beu-0.1.36.dist-info/RECORD,, |
+1
-1
| Wheel-Version: 1.0 | ||
| Generator: bdist_wheel (0.37.1) | ||
| Generator: bdist_wheel (0.40.0) | ||
| Root-Is-Purelib: true | ||
| Tag: py3-none-any | ||
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.