Re: python text://protocol client?

2021-04-09 Thread Petite Abeille


> On Apr 9, 2021, at 20:34, Mats Wichmann  wrote:
> 
> seems to be part of "multiformats" work,

Multiformats, yes!

https://multiformats.io

Specifically, multiaddr in this case:

https://github.com/multiformats/multiaddr

+ service discovery:

https://en.wikipedia.org/wiki/Zero-configuration_networking#DNS-SD

±0¢

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python text://protocol client?

2021-04-09 Thread Mats Wichmann

On 4/9/21 11:08 AM, Eli the Bearded wrote:

In comp.lang.python, Petite Abeille   wrote:

Would you know of any python text://protocol client? Or server?


The whole thing was started (judging by git commits) about a month ago.

https://github.com/textprotocol?tab=overview&from=2021-03-01&to=2021-03-31

 March 7: First repository

I suspect no one has cared to reimplement it any language since then.



seems to be part of "multiformats" work, Juan Benet's things that 
Protocol Labs are working on for IPFS.


I've used the multihash Python package and it's pretty nice.


--
https://mail.python.org/mailman/listinfo/python-list


Re: python text://protocol client?

2021-04-09 Thread Petite Abeille



> On Apr 9, 2021, at 19:08, Eli the Bearded <*@eli.users.panix.com> wrote:
> 
> The Lua code is not long, under 2k LOC.

Shortish indeed. Wonder how much python code that would translates into. To be 
found out.


-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python text://protocol client?

2021-04-09 Thread Eli the Bearded
In comp.lang.python, Petite Abeille   wrote:
> Would you know of any python text://protocol client? Or server?

The whole thing was started (judging by git commits) about a month ago.

https://github.com/textprotocol?tab=overview&from=2021-03-01&to=2021-03-31

March 7: First repository

I suspect no one has cared to reimplement it any language since then.

> Thanks in advance.
> 
> [1] https://textprotocol.org

I have read that and I don't understand what one does with this
protocol or why.

> [2] https://github.com/textprotocol/public
> [3] https://github.com/textprotocol/publictext

The Lua code is not long, under 2k LOC. Why don't you just study it and
create your own python version if you care?

Elijah
--
has not been given enough reason to care to read the code
-- 
https://mail.python.org/mailman/listinfo/python-list


python text://protocol client?

2021-04-09 Thread Petite Abeille
Hello,

Would you know of any python text://protocol client? Or server?

Thanks in advance.

[1] https://textprotocol.org
[2] https://github.com/textprotocol/public
[3] https://github.com/textprotocol/publictext



-- 
https://mail.python.org/mailman/listinfo/python-list