Git Product home page Git Product logo

knowyourlimit's People

Contributors

dsfranca avatar laurentajdnik avatar stephendiadamo avatar willzeng avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

knowyourlimit's Issues

Lack of setup.py

The project lacks setup.py (or setup.cfg+pyproject.toml) and the requirements.txt are very specific.
I would be happy to help you prepare it for your project, you can take a look at how we did it for orqviz.
Having it will help with package installation and putting it on pypi later on.

Package structure

You could reformat your package to be a bit more consistent with common practice for open science software in Python. A lot more information and a template is here: https://github.com/nathanshammah/make-your-code-count

You'd have a knowyourlimit module/folder at the top level that all of the code for your package goes into. There's more details in the linked template and would be happy to discuss live if that would help

Lack of tests

I don't think the project has any unit tests.
This is bad for multiple reasons:

  • it makes development and maintenance harder
  • makes it more vulnerable to changes in the dependencies
  • makes it much less trustworthy
  • creates huge risk of accidentally breaking some functionalities

I know it's a lot of work to add them, but I'd be glad to find some people that would be willing to help with this task :)
And I'd be glad to help with designing how they should look like and sharing some good practices.

Including recirq source

Is the code in the /recirq folder just the package https://github.com/dsfranca/KnowYourLimit/tree/main/recirq? If so, this could be included as a package dependency instead of copying over the source.

Main advantage would be that you could keep current with updates and improvements to recirq.

If there are changes needed to recirq then you could either fork the package or potentially upstream the changes to recirq itself.

Happy to open a PR to fix either way, but wanted to open up the discussion first to see what the intended use of the package is @dsfranca

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.