public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* Handling of additional python dependencies
@ 2017-09-25 12:44 Claudius Heine
  2017-09-27  7:06 ` Henning Schild
  0 siblings, 1 reply; 5+ messages in thread
From: Claudius Heine @ 2017-09-25 12:44 UTC (permalink / raw)
  To: isar-users

Hi,

I am currently creating a proof of concept implementation for the 
caching apt repo proxy for isar.

My goal was to create this using asyncio, but the python std lacks a 
async http protocol implementation. I tried using as much as I can from 
the sync version of the http protocol that is available the python std 
lib, but that is not that trivial to do. I am now at the point where I 
have to decide if I just used some http asyncio library outside of the 
std or try another route with this. Maybe just use the sync version and 
slap more threads on it.

How is the policy concerning external python dependencies and isar?
Is it possible to just copy those libraries into the scripts/lib/ 
directory, specify it as a host dependency or am I forced to only use 
the python std?

Thanks,
Claudius

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: ch@denx.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-27 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-25 12:44 Handling of additional python dependencies Claudius Heine
2017-09-27  7:06 ` Henning Schild
2017-09-27  7:44   ` Claudius Heine
2017-09-27  8:00     ` Henning Schild
2017-09-27 12:13       ` Claudius Heine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox