#
pants
Here are 29 public repositories matching this topic...
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Jun 10, 2022 - Go
Demo for building Python projects with The Pants Build System.
-
Updated
May 31, 2021 - Python
A small selection of custom PantsBuild plugins
-
Updated
Jun 6, 2022 - Python
-
Updated
Feb 3, 2022 - Python
Monorepo administration
refactoring
bazel
monorepo
buck
friction
pants
git-submodule
legacy-code
git-subrepo
git-stitch-repo
-
Updated
Mar 26, 2022 - Python
AlphaBuild usage example - a polyglot monorepo containing some of my small projects - Python, Q, Haskell, Bash, Starlark - powered by Make and Pants
-
Updated
Apr 4, 2022 - HTML
-
Updated
Feb 10, 2017 - Shell
Change or try on clothes, such as shirts, pants, t-shirts. Also includes a face changer.
gui
lua
try
clothes
roblox-studio
pants
shirts
changer
robloxlua
roblox-lua
remote-events
filtering-enabled
-
Updated
Sep 30, 2020 - Lua
Support documentation for the Pants blog post at https://blog.pantsbuild.org/packaging-python-with-the-pyoxidizer-pants-plugin/
-
Updated
Feb 25, 2022 - Shell
Companion code to my blog post about writing a Pants plugin
-
Updated
Apr 6, 2022 - Shell
Improve this page
Add a description, image, and links to the pants topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pants topic, visit your repo's landing page and select "manage topics."
A user tried setting
script="dagster arg1 arg2 --arg3"on apex_binarytarget, and was confused by a Pex error that the script could not be found.My understanding of
scriptand Python entry points is that they cannot have a space in the name like that. But we should find the PEP/specs specifying how entry points work and make sure we comply with the grammar. False positives would be a wo