You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* switch back to devenv
Seems to work better for interactive development
Might have problems with the makefile in CI, we'll see
* remove api class
Only really useful for persistence and I'm going to remove that
* remove dependencies
Should have broken up dev and hdfs
oh well
* remove hdfs
Remove functionality and related tests
Coverage still looks good
* remove code coverage badge
Apparently I've let that lapse
* update docs
No more reference to API class, just link to modules
* Bump major version
I'm removing a ton of stuff, that's definitely a breaking change
* update lock file
* remove hdfs stuff
Could have sworn I did this before
* remove api class
Only really made sense with hdfs and other state management
* add extra field the api now returns
* convert to uv2nix
You'll need a python environment with poetry and nox installed. A good guide for setting
66
+
You'll need a python environment with poetry installed. A good guide for setting
131
67
up an environment and project (that I used for this library) is `hypermodern python <https://cjolowicz.github.io/posts/hypermodern-python-01-setup/>`_.
132
68
133
-
After making any changes you can run nox to make sure testing and linting went ok, and then you should be good to submit a PR.
69
+
I've configured the project to use nix for environment creation. If you use nix then the makefile in the root of the project will let you create
70
+
development environments and run tests. However you like to configure a poetry project should work though.
134
71
135
72
I'd also welcome contributions to the docs, or anything else that would make this tool better for you or others.
0 commit comments