Giter VIP home page Giter VIP logo

make-room's People

Contributors

serixscorpio avatar

Watchers

 avatar  avatar  avatar

make-room's Issues

Improve `make_room.py` cli usability

The make_room.py script is currently invoked this way:

poetry run python make_room.py <target-directory>

There is no way to specify the dry_run, flag aside from changing the code directly.
Expose this dry_run flag from make_room.py script.
The script's first argument is for specifying the target directory. This is a required argument.
Improve this script's usability by introducing a help page.

Success Criteria

  • the dry_run flag (--dry-run) can be specified as part of the cli run. If unspecified, treat as a real run.
  • make_room.py has a cli help page.
  • make_room.py gracefully handles when the target directory is unspecified.

Move build internals from poetry to hatch

The Python packaging ecosystem has standardized on the interface for build backends (PEP 517/PEP 660) and the format for metadata declaration (PEP 621/PEP 631).

Let's move build internals from poetry to hatch (the latter adheres to the standards). Poetry has a 'lock file' for repeatable installs, but hatch does not yet provide one (it's awaiting for a standard, which is in active discussion). Gauge the comfort level of not having a 'lock file'.

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.