boilerplatecode is a Python module for demonstrating the process of open-source package creation, described in this YouTube video.
The project was created by Danil Zherebtsov in 2023 based on numerous requests.
It is currently maintained by a single contributor.
Documentation: link-to-documetation-here (or betteryet a hyperlink)
$ pip install boilerplatecode
$ pip install --upgrade boilerplatecode
boilerplate-code requires:
- Python (>= 3.6)
- NumPy (>= 1.23.5) # this package does not require numpy, mentioned here as an example
boilerplate-code contains:
- PasswordGenerator class that allows to generate random passwords
- more to come...
We welcome new contributors of all experience levels. The boilerplatecode community goals are to be helpful, welcoming, and effective. The Development Guide has detailed information about contributing code, documentation, tests, and more. We've included some basic information in this README.
- Official source code repo: https://github.com/DanilZherebtsov/boilerplatecode
- Issue tracker: https://github.com/DanilZherebtsov/boilerplatecode/issues
You can check the latest sources with the command:
git clone https://github.com/DanilZherebtsov/boilerplatecode.git
Before opening a Pull Request, have a look at the full Contributing page to make sure your code complies with our guidelines: https://scikit-learn.org/stable/developers/index.html
- Author email:
- Author profile:
If you use boilerplatecode in a media/research publication, we would appreciate citations to the following: paper/profile/website/etc.