Skip to content

kubefn/kubefn-lite

Repository files navigation

Contributing

Getting Started

git clone https://github.com/yantrikos/kubefn-lite
cd kubefn-lite
pip install -e .
python -m unittest discover tests -v

How to Contribute

  • Bug reports: Open an issue with reproduction steps, Python version, and error output
  • Bug fixes: Fork, fix, test, submit PR
  • Features: Open an issue to discuss before implementing
  • Tests: More coverage is always welcome
  • Documentation: Improvements to README, docstrings, examples

Pull Requests

  1. Fork and create a feature branch
  2. Make changes
  3. Ensure all tests pass
  4. Submit PR with clear description of what and why

Code Style

  • Python 3.9+ compatible
  • Type hints where helpful
  • Docstrings for public methods
  • No unnecessary dependencies

License

By contributing, you agree that your contributions will be licensed under the MIT License.

About

KubeFn Lite — multi-runtime function composition without Kubernetes

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors