boilerplatecode


Nameboilerplatecode JSON
Version 0.0.10 PyPI version JSON
download
home_pagehttps://github.com/DanilZherebtsov/boilerplatecode
SummaryProductivity tools to make a developer's life easier
upload_time2023-02-11 22:47:46
maintainer
docs_urlNone
authorAuthor Name (your name)
requires_python
licenseMIT
keywords password generate password generator productivity tools ...
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. 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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DanilZherebtsov/boilerplatecode",
    "name": "boilerplatecode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "password,generate,password generator,productivity,tools,...",
    "author": "Author Name (your name)",
    "author_email": "author@email.com",
    "download_url": "https://files.pythonhosted.org/packages/94/f2/45f7901fc8a79390947828493646e04385faac7fdb51bc5ae7313d246035/boilerplatecode-0.0.10.tar.gz",
    "platform": null,
    "description": "\n.. image:: logo.png\n\n**boilerplatecode** is a Python module for demonstrating the process of open-source package creation, described in this YouTube video.\n\nThe project was created by Danil Zherebtsov in 2023 based on numerous requests.\n\nIt is currently maintained by a single contributor.\n\nDocumentation: link-to-documetation-here (or betteryet a hyperlink)\n\nInstallation\n~~~~~~~~~~~~\n\n.. code-block:: console\n\n  $ pip install boilerplatecode\n  $ pip install --upgrade boilerplatecode\n\n\nDependencies\n------------\n\nboilerplate-code requires:\n\n- Python (>= 3.6)\n- NumPy (>= 1.23.5) # this package does not require numpy, mentioned here as an example\n\n=======\n\n**boilerplate-code contains:**\n\n- PasswordGenerator class that allows to generate random passwords\n- more to come...\n\nDevelopment\n-----------\n\nWe welcome new contributors of all experience levels. The boilerplatecode\ncommunity goals are to be helpful, welcoming, and effective. The\n`Development Guide <https://scikit-learn.org/stable/developers/index.html>`_\nhas detailed information about contributing code, documentation, tests, and\nmore. We've included some basic information in this README.\n\nImportant links\n---------------\n\n- Official source code repo: https://github.com/DanilZherebtsov/boilerplatecode\n- Issue tracker: https://github.com/DanilZherebtsov/boilerplatecode/issues\n\nSource code\n-----------\n\nYou can check the latest sources with the command::\n\n    git clone https://github.com/DanilZherebtsov/boilerplatecode.git\n\nSubmitting a Pull Request\n-------------------------\n\nBefore opening a Pull Request, have a look at the\nfull Contributing page to make sure your code complies\nwith our guidelines: https://scikit-learn.org/stable/developers/index.html\n\nCommunication\n-------------\n\n- Author email:\n- Author profile:\n\nCitation\n--------\n\nIf you use boilerplatecode in a media/research publication, we would appreciate citations to the following: paper/profile/website/etc.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Productivity tools to make a developer's life easier",
    "version": "0.0.10",
    "split_keywords": [
        "password",
        "generate",
        "password generator",
        "productivity",
        "tools",
        "..."
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94f245f7901fc8a79390947828493646e04385faac7fdb51bc5ae7313d246035",
                "md5": "0e587c52562a782098794ab9792167e6",
                "sha256": "d4bfc008aa06aea6580b8657d76114025450b5b35deea10a71063a87839db651"
            },
            "downloads": -1,
            "filename": "boilerplatecode-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "0e587c52562a782098794ab9792167e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11675063,
            "upload_time": "2023-02-11T22:47:46",
            "upload_time_iso_8601": "2023-02-11T22:47:46.167413Z",
            "url": "https://files.pythonhosted.org/packages/94/f2/45f7901fc8a79390947828493646e04385faac7fdb51bc5ae7313d246035/boilerplatecode-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 22:47:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "DanilZherebtsov",
    "github_project": "boilerplatecode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "boilerplatecode"
}
        
Elapsed time: 0.05187s