Productivity tools to make a developer's life easier
Project description
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)
Installation
$ pip install boilerplatecode
$ pip install --upgrade boilerplatecode
Dependencies
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…
Development
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.
Important links
Official source code repo: https://github.com/DanilZherebtsov/boilerplatecode
Issue tracker: https://github.com/DanilZherebtsov/boilerplatecode/issues
Source code
You can check the latest sources with the command:
git clone https://github.com/DanilZherebtsov/boilerplatecode.git
Submitting a Pull Request
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
Communication
Author email:
Author profile:
Citation
If you use boilerplatecode in a media/research publication, we would appreciate citations to the following: paper/profile/website/etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.