Mouad Benchchaoui

Results 7 issues of Mouad Benchchaoui

The version in PyPI is broken but fixed here https://github.com/google/chatbase-python/commit/a1e0a028d5d3813e33e53fb9fb29e57178fbd5dd, so it will be great if the version is updated there too. Thank you.

First off, thanks for this project it's have been helpful a lot. ## Background I am working on a project to migrate our monorepo from Make to Bazel where the...

Sadly entrypoint isn't enough since not all scripts are tracked inside python packages, e.g. ansible project have useful scripts like ansible-playbook inside a folder called bin[1] that is not a...

When runing bazel build (or test) in standbox the pex cche (i.e. .pex/build) ends up being created inside the sandbox directory which is deleted at the end of bazel build...

Tried this ``` filegroup( name = "requirements", srcs = [ "requirements.txt", ], ) pex_pytest( name = "default_test", srcs = glob(["**/*.py"]), deps = [ ":default_library", ], req_files = [ ":requirements", ],...

Something like what https://github.com/xordataexchange/crypt does.

https://pypi.python.org/pypi/watchdog may be useful