bedbad / justpyplot

Plot in NumPy arrays directly, overlay NumPy plots straight over video real-time, plot in Jupyter without a single loop
MIT License
61 stars 2 forks source link

LICENSE and USAGE #1

Closed christopher-r-serrano closed 2 months ago

christopher-r-serrano commented 8 months ago

I would like to use the project, but without a license I cannot do so in the workplace.

bedbad commented 8 months ago

I manage to many small repos in a monorepo infra and miss stuff like that sometimes when publishing it outside.

The License for the code released is MIT - it is really basic seed-level code that was written in day a half by one person as a side-project unrelated to the main line of work to demonstrate some inadequacy of matplotlib.

There's are much more robust versions in work now. Since you worry about license at work you have a real use case - it would be nice to communicate what you want and why so that you and others can actually benefit from a more work ready code and developers get some appreciation.

The prod version release and license decision is not made yet.