New Python implementation

Terry Reedy tjreedy at udel.edu
Sat Feb 13 01:56:44 EST 2021


On 2/12/2021 4:42 PM, Mr Flibble wrote:
> On 12/02/2021 02:45, Terry Reedy wrote:
>> On 2/11/2021 5:33 PM, Mr Flibble wrote:
>>> On 11/02/2021 22:25, Dan Stromberg wrote:
>>>> On Thu, Feb 11, 2021 at 2:00 PM Mr Flibble 
>>>> <flibble at i42.removethisbit.co.uk>
>>>> wrote:
>>>>
>>>>> On 11/02/2021 21:13, Dan Stromberg wrote:
>>>>>> Does your project have a name yet?  I'd like to follow it through 
>>>>>> google
>>>>>> alerts or an announcement mailing list.
>>>>>
>>>>> "neos" - https://neos.dev/ https://github.com/i42output/neos
>>>>>
>>>>
>>>> Pypi already appears to have another project named neos:
>>>> https://pypi.org/project/neos/
>>>
>>> neos isn't a Python package so that isn't a problem.
>>
>> Since it obviously is a Python package, as in importable into a Python 
>> program, why do you deny it?
> 
> You are mistaken: it isn't a Python package and it isn't importable into 
> a Python program.

https://pypi.org/project/neos/ shows
import neos.makers as makers
import neos.cls as cls

When you wrote 'neos' without qualification right after the neos package 
url, I though you were referring to the package, not your neos.  My 
mistake and your unclear writing.

-- 
Terry Jan Reedy




More information about the Python-list mailing list