Skip to content

Releases: charlstown/cookie-python

PyTemplate v0.2.0

02 Nov 23:44
Compare
Choose a tag to compare
PyTemplate v0.2.0 Pre-release
Pre-release

Preamble

This is the first release of the archetype PyTemplate v1.0.0. A cookiecutter archetype to generate a clean base to begin developing data engineer and data science projects.

The current stable state of the project is released knowing a bunch of changes is coming and things to improve.
Future releases will happen more frequently. Stay tuned.

Features

  • CD added with a python-push.yml and GitHub actions
  • Logger more detailed
  • README.md very detailed

Minor Changes

  • Documentation files added to the main repository

Bugfixes

  • Config file with project name fixed to run the raw template

Release collaborators

@charlstown

PyTemplate v0.1.0

02 Nov 15:49
Compare
Choose a tag to compare
PyTemplate v0.1.0 Pre-release
Pre-release

Preamble

This is the first release of the archetype PyTemplate v1.0.0. A cookiecutter archetype to generate a clean base to begin developing data engineer and data science projects.

The current stable state of the project is released knowing a bunch of changes is coming and things to improve.
Future releases will happen more frequently. Stay tuned.

Features

  • Python logger preconfigured with different logging levels and mirrored output by console and logging file.
  • Select between multiple file licenses (MIT, Apache 2.0, GNU General Public License, Custom)

Minor Changes

  • Logger is defined as a private method from the App class.
  • Config file switched from JSON to YAML.
  • README with a defined structure, clarifications, and ready to modify.
  • Code of conduct provided.

Bugfixes

None.

Release collaborators

@charlstown