Commit graph

12 commits

Author SHA1 Message Date
0a6e975ca5
Get rid of all transport types and settle on Protobuf (#25)
* Get rid of all transport types and settle on Protobuf

hope i don't regret this

* Update Cargo.toml

* Update agent.py
2024-12-12 16:53:49 -06:00
643a47953e
add protobuf transport and refactor to support (#24) 2024-12-11 20:28:57 -06:00
235bb4419d
switch from runner to ipc and long-running sidecar process (#21) 2024-12-11 16:16:40 -06:00
fbe3fbd493
move thiserror and async-tract to workspace dependencies (#15) 2024-12-10 14:13:53 -06:00
cb10d0ca1e
move scripts to dedicated module (#13) 2024-12-10 12:09:57 -06:00
fce343f44d
add djls-django crate (#6)
* add djls-django crate

* rework

* oops

* add check for GDAL and GeoDjango

* lots of things

* remove unused scripts

* move scripts to dedicated mod and make static consts

* inline gdal check

* rename mod

* rename mod

* move server info to consts

* adjust pyproject

* hide rustfmt config

* simplify django setup

* adjust printing
2024-12-07 16:02:48 -06:00
b7a1de98dd
drop environment abstraction layer over Python interpreter (#5) 2024-12-06 09:45:36 -06:00
39523d1f89
remove PyO3 dep (#4)
* remove PyO3 dep

* swap pyo3 for which
2024-12-06 00:03:23 -06:00
7e899a0778 move getters below constructors 2024-12-05 16:18:54 -06:00
3f0b3bb56b
add runtime paths to PyO3 provided Python (#3) 2024-12-05 15:29:12 -06:00
4c67f6a90d
add packaging module to djls-python (#2) 2024-12-05 12:17:40 -06:00
931c0bc9fb
add djls-python crate (#1)
* add djls-pyenv crate

* add implementation

* remove newline

* rename field

* rename crate
2024-12-05 11:33:54 -06:00