Skip to content

Various Python projects - Ted Silbernagel

License

Notifications You must be signed in to change notification settings

tedsilb/PythonProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Projects

CI

CodeFactor

Various Python projects I work on from time to time.

Building

Projects are built using Bazel.

  • To build all projects:
    • bazel build ...
  • To run a specific project:
    • bazel run projects:{project} {args}
  • For example:
    • bazel run projects:magic_eight_ball

Formatting

Files are formatted with yapf.