generic-tree

Python package repository template


License
GPL-3.0
Install
pip install generic-tree==0.0.1

Documentation

Conceptual Repository

This intend to be an readme-documented, open-source-licensed, semantic-versioned, conventional-committed and changelogged git repository starting point for the development of a brand-new project

A straightforward begin for an open-source project repository

Table of Contents

See all

Getting started

First of all, create a new repository from this template
Name it accordingly and place where it best fits for your team.

Development environment

Make sure you have Git installed:

$ git --version
git version 2.25.1

Thus, clone the recent-created repository locally and you'll be ready to start developing your project.

Repo publication

After all, you should make this project your own:
Write a good README to present your project to the world.
And also ensure to tailor the project license to your needs.

Project specifications

Here some descriptions about this template project:

Features

This project shortens a repository start setup, considering:

Folder structure

.
├── .git/               version control folder
├── .gitignore          ignored files manifest
├── CHANGELOG.md        release notes description
├── LICENSE             license file
└── README.md           readme document

Maintainance

This project is maintained by the author, @artu-hnrq.
It has reached a stable, usable state and is being actively developed.

License

This project is published under the permissions established by GNU General Public License v3.0.