Skip to content

Releases: caio-pavesi/python-software-template

0.2.0

Choose a tag to compare

@caio-pavesi caio-pavesi released this 09 Feb 14:34
52b4084

Added

  • RUFF linter support
  • TOML language support
  • CHANGELOG.md file
  • Documentation added on submodule
  • Added example variables in settings.py file from .env file
  • Added example code in main.py

Changed

  • source folder renamed to src to meet a more broad industry standard

0.1.1

Choose a tag to compare

@caio-pavesi caio-pavesi released this 06 Feb 21:51
2d252a3

Bugs and improvements

I was deciding if this was 0.2 or 0.1.1, but let's treat this as only bug fixes:

  • More OS systems supported for development setup (which now also update UV)
  • .python-version file added
  • Removed uv.lock file as its self generated and may suffer updates in the future

0.1.0

Choose a tag to compare

@caio-pavesi caio-pavesi released this 07 Jul 00:06
ef36b93

Implemented UV

As UV is way faster and more modern I've changed the whole template to use it

0.0.1

Choose a tag to compare

@caio-pavesi caio-pavesi released this 08 Jun 03:09
156d861

Bug fixes

When using newer python versions the build task failed due to a hardcoded site-packages path. Now this is a variable path letting you use any python version you want

0.0.0

Choose a tag to compare

@caio-pavesi caio-pavesi released this 11 Nov 22:39
1a9efc6

Hello world!

This is the version 0.0.0 of my python software template, please use with VSCODE or CURSOR ide's so you can get the most out of the automated tasks