Metadata-Version: 2.1
Name: boilerplatecode
Version: 1.0.1
Summary: Productivity tools to make a developer's life easier
Home-page: https://github.com/DanilZherebtsov/boilerplatecode
Download-URL: https://github.com/DanilZherebtsov/boilerplatecode/archive/refs/tags/1.0.1.tar.gz
Author: Author Name (your name)
Author-email: author@email.com
License: MIT
Keywords: password,generate,password generator,productivity,tools,...
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE.txt


.. image:: logo.png

**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
~~~~~~~~~~~~

.. code-block:: console

  $ 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 <https://scikit-learn.org/stable/developers/index.html>`_
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.
