Pyckage-cookiecutter

Latest version: v1.0.2

Safety actively analyzes 724166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

*Features:*

* Introduces 8 :

+ Update project structure section with new github actions configuration files in ``README.rst``
+ Update project links and author links

* Introduces 9:

+ Fix issue, where the doc requirements is referenced with a wrong file name
+ Merge github actions file ``build.yml`` to ``main.yml`` and rename ``main.yml`` to ``test.yml``
+ Add ``version.py`` in ``setup.cfg`` as bump2version files to simplify the deployment
+ Correct wrong documentation header in ``index.rst``
+ Fix wrong path issue for windows users while building docs in ``make.bat``

0.2.0

*Features:*

* Introduces `4 <https://github.com/KnightConan/pyckage-cookiecutter/pull/4>`_:

+ Update documentation for release notes
+ Add more tags in ``pyproject.toml``

* Introduces `5 <https://github.com/KnightConan/pyckage-cookiecutter/pull/5>`_:

+ Add sphinx.yml for github pages publishing
+ Adjust documentation in ``README.rst`` for how to setup CI/CD pipelines in different platforms
+ Add Acknowledgements section in ``README.rst``

* Introduces `7 <https://github.com/KnightConan/pyckage-cookiecutter/pull/7>`_:

+ Add twine check in ``test_bake_project.py`` and github actions for pull requests or pushes to master/develop branches
+ Add twine check step in all pipelines in the cookiecutter template
+ Update corresponding section in ``README.rst`` at root and adapt ``README.rst`` with additional configuration information for pipelines
+ Add missing linting checks in github actions file in cookiecutter template
+ Add whl file extension for twine upload

0.1.1

Requirements rearrangement:

1. create requirements folder for containing requirements files
2. move requirements.txt to base.txt in requirements folder, requirements-docs.txt to doc.txt in requirements folder, 3. 3. requirements-tests.txt to dev.txt in requirements folder
4. add dependency file base.txt in doc.txt and dev.txt
5. adapt changes to corresponding files, such as Makefile, README.rst, pipeline files, setup.py etc
6. remove redundant dependencies in dev.txt and pyproject.toml
7. Update Makefile to have 'python -m' as prefix for all pip commands to keep it consistent
8. update test_bake_project.py with make commands for executing tests for linting and pytest

Bug fix

1. fix Wrong README file type in package setup.py
2. fix muted failed version import in setup.py
3. fix broken setup.py because of requirements rearrangement

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.