Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-23 Thread Peter Wilkinson
> On 23 Dec 2022, at 11:33 pm, Thierry Florac wrote: > > I'm not sure to have time to test before next year! :/ > Can you just specify the "format" you use to store geometries? > Maybe it's documented in your package but I didn't have any time to check for > it… > Hi Thierry, The index

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-22 Thread Peter Wilkinson
> On 22 Dec 2022, at 6:44 pm, Thierry Florac wrote: > > My main usage are probably : > - to find objects which are located below a given distance from a reference > points > - to find objects which are contained into a given geometry or overlapping > it. > > I generally use PostGIS or

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-21 Thread Peter Wilkinson
> On 21 Dec 2022, at 7:21 pm, Thierry Florac wrote: > > I'm also interested in using spatial indexes in Hypatia, so I'm quite excited > to use your indexes. > And if you need any help to test these features, just ask! ;) > Hi Thierry, Out of interest, what spatial searches are you looking

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-20 Thread Peter Wilkinson
> On 20 Dec 2022, at 7:38 am, Bert JW Regeer wrote: > > I’m happy to review such a PR. > I’ve put a PR at https://github.com/Pylons/hypatia/pull/16 which is a relatively small first step to start bringing things inline with Pyramid - I’d like to add listing and formatting as well as remove

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-19 Thread Peter Wilkinson
> On 20 Dec 2022, at 7:38 am, Bert JW Regeer wrote: > > If you want to put together a PR that moves to Github actions (feel free to > steal from any of our other repos, and in fact I encourage it so that it is > easier to maintain for us moving forward see; pyramid/waitress/webob/others). >

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-19 Thread Peter Wilkinson
> On 20 Dec 2022, at 6:54 am, Jonathan Vanasco wrote: > > But as a personal preference, while I don't use this library myself, whenever > I move a project onto GitHub actions I initially maintain support for 2.7 and > 3.6 then drop those versions in a second commit. The reason is that many

[pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-17 Thread Peter Wilkinson
there is a now a 0.4 version that is on PyPI I don’t think there is much loss if future additions only work on Python3. Is there any appeal in using GitHub Actions for the tests? Regards, Peter Wilkinson -- You received this message because you are subscribed to the Google Groups "p

Re: [pylons-discuss] Hypatia alternative?

2022-04-19 Thread Peter Wilkinson
Hi Thierry, Chris. I’ve been working with a fork of Hypatia for a while, for our use case it is excellent - I’ve not felt comfortable pushing to ’take over’ in any way as my time to work on it comes and goes. I’ve updated for more recent python versions and also added a spatial index type.

Re: [pylons-discuss] Inertia js pyramid

2021-11-21 Thread Peter Wilkinson
I did a test of this a while ago - it never turned into a real package but the code to get the basics working is pretty straightforward and I wouldn’t be too concerned about a package not existing, really it is a few 10s of lines of code (if that) to make it working. The docs at

Re: [pylons-discuss] Migration from Flask - options?

2020-08-31 Thread Peter Wilkinson
Thanks everyone for the great responses! I’m planning on having a go at making an authentication policy along the lines of SessionAuthenticationPolicy and have the Flask cookie signing bits imported just to handle that. The apps are definitely going to dealt with as seperate, the migration is

Re: [pylons-discuss] Migration from Flask - options?

2020-08-29 Thread Peter Wilkinson
part of the migration. As an aside, would you recommend starting with 1.10 or the current dev state? It looks like it’s very close to being ready as the next version. Peter W. > On 30 Aug 2020, at 7:34 am, Peter Wilkinson wrote: > >  > >> On 30 Aug 2020, at 3:38 am, Micha