question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Permission to use shell_plus in other projects?

See original GitHub issue

Hi!

I assume this is okay to do technically, but wanted to get good graces / check ahead of time 😃

I would like to have the readline friendly and shell-detection capability of django-extensions in a project of mine (tmuxp)

The PR of the code is https://github.com/tmux-python/tmuxp/pull/638 (diff)

  • Is it okay if I borrow from shell_plus.py for this purpose?

  • Is it safe to say shell_plus.py is MIT licensed and there’s no LGPL code attached to this project?

  • Separate topic: Any thoughts on separating shell_plus’s detection/abstraction into a separate, dependency-free library?

    There is usefulness in being able to drop into the richest debugger possible based on site-packages

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tonycommented, Nov 12, 2020

@trbs Here is working concept of what I have: https://github.com/tmux-python/tmuxp/blob/master/tmuxp/shell.py

(This is live in tmuxp 1.6.1: https://tmuxp.git-pull.com/history.html#tmuxp-1-6-1-2020-11-07)

I don’t want to take up space on the issue queue with this so we can close this for now.

Here’s my issue: Is a wrapping utility like this worth putting up on pypi? I’m going to continue to think this over.

(some distro’s still do Python 2?)

I’m trying to figure that out here: https://github.com/tmux-python/tmuxp/issues/625

Debian phases out Python 2 in “Bullseye”

FreeBSD and Gentoo are okay to drop 2.x support for

Slack/arch - not sure

Anyway if it’s okay we close this, pending me making a package for a shell abstraction, I suppose? I am also wary of adding more OSS workload for myself 😆

0reactions
tonycommented, Dec 14, 2021

I will close this for now, but if anyone else has further questions please make a new issue and refer to this if you’d like 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

shell_plus — django-extensions 3.2.1 documentation
Django shell with autoloading of the apps database models and subclasses of user-defined classes. Interactive Python Shells¶. There is support for three ...
Read more >
Unknown command: shell_plus and --settings - Stack Overflow
I try to run some python manage ...
Read more >
Oracle Primavera Unifier Programs, Shells, and Projects User Guide ...
If you have the View permission for Inbox sub-node, then you can view all folders under the Inbox sub-node. In the Folders window...
Read more >
Modify File Permissions with chmod - Linode
This guide will show you how to modify file and directory permissions using chmod for owner, group, and others in Unix systems.
Read more >
IAM basic and predefined roles reference - Google Cloud
roles/editor, Editor, All viewer permissions, plus permissions for actions ... However, it allows you to modify all projects and other resources under that ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found