Re: [PyMOL] Plugin upload.

2019-07-12 Thread Thomas Holder
Hi Will,

You need a GPL-compatible license for your plugin which uses PyQt. This could 
be GPL (of course) but also BSD-3-Clause or Apache License.

By the way, PyMOL also works with PySide (which is LGPL). So strictly speaking, 
your plugin will not depend on PyQt, you could always set up Open-Source PyMOL 
with PySide and use that instead. The compatibility module is pymol.Qt (do 
"from pymol.Qt import QtWidgets" instead of "from PyQt5 import QtWidgets").

Hope that helps.

Cheers,
  Thomas

> On Jul 11, 2019, at 3:53 PM, William Tao  wrote:
> 
> Hi Wael,
> 
> I'm somehow curious whether you have used PyQt in your plugin. 
> 
> Nowadays, people usually upload released code onto repositories like GitHub. 
> But I'm not sure which open source license we need to use if PyQt is used. 
> 
> Hope anyone who is familiar with this issue could help.
> 
> Many thanks.
> 
> Will
> 
> 
> Wael Azzam via PyMOL-users  于2019年7月9日周二 
> 上午3:11写道:
> To whom it may concern,
> 
> I am writing to you in the hopes of knowing how to upload a PyMol plugin that 
> I developed on the page PyMolWiki ?
> 
> Best regards,
> 
> Wael Azzam
> B.S in Bioinformatics 
> Lebanese American University, Beirut

--
Thomas Holder
PyMOL Principal Developer
Schrödinger, Inc.



___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Re: [PyMOL] Plugin upload.

2019-07-12 Thread Thomas Holder
Hi Wael,

Of course you can add it to the PyMOLWiki!

If your plugin is a single Python file, then the easiest thing to do is to add 
it to the Pymol-script-repo. Just fork 
https://github.com/Pymol-Scripts/Pymol-script-repo and make a pull request.

If your plugin is more complex (multiple files), then it will be better if you 
make your own github project for it. Users can download your repo as a ZIP file 
from github and install that zip file with PyMOL's plugin manager (if you 
follow a layout like https://github.com/Pymol-Scripts/pymol2-demo-plugin ).

In addition to uploading your plugin to github, you should create a page on the 
PyMOLWiki with instructions how to use it.

Cheers,
  Thomas


> On Jul 11, 2019, at 10:10 PM, Wael Azzam via PyMOL-users 
>  wrote:
> 
> Hello Will,
> 
> Thank you for your reply!!
> 
> No, I used Tkinter for Gui with no implementation of PyQt whatsoever.
> So, i cannot make it to the PyMolWiki plugins category?
> 
> Best,
> Wael
> 
> 
> 
> On 11 Jul,2019, at 16:53, William Tao  wrote:
> 
>> Hi Wael,
>> 
>> I'm somehow curious whether you have used PyQt in your plugin. 
>> 
>> Nowadays, people usually upload released code onto repositories like GitHub. 
>> But I'm not sure which open source license we need to use if PyQt is used. 
>> 
>> Hope anyone who is familiar with this issue could help.
>> 
>> Many thanks.
>> 
>> Will
>> 
>> 
>> Wael Azzam via PyMOL-users  于2019年7月9日周二 
>> 上午3:11写道:
>> To whom it may concern,
>> 
>> I am writing to you in the hopes of knowing how to upload a PyMol plugin 
>> that I developed on the page PyMolWiki ?
>> 
>> Best regards,
>> 
>> Wael Azzam
>> B.S in Bioinformatics 
>> Lebanese American University, Beirut

--
Thomas Holder
PyMOL Principal Developer
Schrödinger, Inc.



___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Re: [PyMOL] Plugin upload.

2019-07-12 Thread Wael Azzam via PyMOL-users
Hello Will,

Thank you for your reply!!

No, I used Tkinter for Gui with no implementation of PyQt whatsoever.
So, i cannot make it to the PyMolWiki plugins category?

Best,
Wael



> On 11 Jul,2019, at 16:53, William Tao  wrote:
> 
> Hi Wael,
> 
> I'm somehow curious whether you have used PyQt in your plugin. 
> 
> Nowadays, people usually upload released code onto repositories like GitHub. 
> But I'm not sure which open source license we need to use if PyQt is used. 
> 
> Hope anyone who is familiar with this issue could help.
> 
> Many thanks.
> 
> Will
> 
> 
> Wael Azzam via PyMOL-users  于2019年7月9日周二 
> 上午3:11写道:
>> To whom it may concern,
>> 
>> I am writing to you in the hopes of knowing how to upload a PyMol plugin 
>> that I developed on the page PyMolWiki ?
>> 
>> Best regards,
>> 
>> Wael Azzam
>> B.S in Bioinformatics 
>> Lebanese American University, Beirut
>> 
>> 
>> 
>> 
>> 
>> ___
>> PyMOL-users mailing list
>> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>> Unsubscribe: 
>> https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe
___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Re: [PyMOL] Plugin upload.

2019-07-11 Thread William Tao
Hi Wael,

I'm somehow curious whether you have used PyQt in your plugin.

Nowadays, people usually upload released code onto repositories like
GitHub. But I'm not sure which open source license we need to use if PyQt
is used.

Hope anyone who is familiar with this issue could help.

Many thanks.

Will


Wael Azzam via PyMOL-users  于2019年7月9日周二
上午3:11写道:

> To whom it may concern,
>
> I am writing to you in the hopes of knowing how to upload a PyMol plugin
> that I developed on the page PyMolWiki ?
>
> Best regards,
>
> Wael Azzam
> B.S in Bioinformatics
> Lebanese American University, Beirut
>
>
>
>
>
> ___
> PyMOL-users mailing list
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
> Unsubscribe:
> https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe
>
___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

[PyMOL] Plugin upload.

2019-07-09 Thread Wael Azzam via PyMOL-users
To whom it may concern,

I am writing to you in the hopes of knowing how to upload a PyMol plugin that I 
developed on the page PyMolWiki ?

Best regards,

Wael Azzam
B.S in Bioinformatics 
Lebanese American University, Beirut





___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe