Skip to content

Python Biella Group basic template for a modern generic python application

License

Notifications You must be signed in to change notification settings

PythonBiellaGroup/Bear

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Python Biella Group: Bear

Base Environment for Any Reasonable project


Report Bug · Request Feature

How can you use it?

There are 2 ways to use this template:

  • First mode: Use with github template system, when you create a new repository, select this template to automatically create a new repository with this structure.

After creating the repository, you can clone the project and then launch this Make command to clean and prepare the repository:

make clean

You will have the repository ready to use.

  • Second mode: Use with cookiecutter, you can use this template with cookiecutter to create a new project. To do this, follow these steps:
# if you don't have cookiecutter installed, install it with pip
pip install cookiecutter

# if you use https
cookiecutter https://github.com/PythonBiellaGroup/Bear.git

# if you use ssh
cookiecutter git@github.com:PythonBiellaGroup/Bear.git

Contribute

If you want to contribute to this project, please follow these guidelines:

License

This project is licensed under the MIT License. See the LICENSE file for details.

Security

If you discover any security vulnerabilities, please report them by following the SECURITY.md guidelines.

Contacts

You can contact us following the links inside our website Python Biella Group

Releases

No releases published

Packages

No packages published