Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Releases: iancleary/pypackage

♻ Removed Poetry Build From Publish Demonstration Scope

13 May 15:49
Compare
Choose a tag to compare

Removed

  • Removed poetry build from publish demonstration

♻ Reduced Publish Demonstration Scope

13 May 15:44
Compare
Choose a tag to compare

Changed

  • Fixed root level README and GitHub Actions to be consistent with new publish demonstration scope

Removed

  • Reduced publish demonstration scope (no longer tries to publish to test.pypi.org)

🐛 Fixed Publish Demonstration

13 May 14:37
Compare
Choose a tag to compare

Added

  • poetry run prefix to .github/workflows/publish.yml per 010be84

🔧 GitHub Actions, 🐛 Escaping Jinja Templates

13 May 14:27
Compare
Choose a tag to compare

Added

  • Poetry
  • Publishing to test.pypi.org
  • Github Actions Workflows for publishing, testing, and issue management

Removed

  • Pipfile
  • stale files scripts/deploy.sh and setup.py
  • Pyup badges
  • Travis-CI

Organized Repo Structure

03 Jan 17:31
6f74221
Compare
Choose a tag to compare
  • changelog version generation with YYYY-MM-DD date format
  • flit pyproject.toml fixes and additional metadata
  • fixed created folder name (should be repo_name, was package_name)
  • added Makefile as entry point
  • added .vscode recommended extensions
  • added setup.py
  • corrected .gitingore for above and install* make targets

Flit, travis, and mkdocs

26 Oct 05:45
Compare
Choose a tag to compare

Added

  • fixed flit version and docstring to be in init.py
  • added travis.yml testing to repo
  • added mkdocs for documentation (with material theme)

Initial Release

26 Sep 17:14
ad7ada7
Compare
Choose a tag to compare

Functioning cookiecutter for my personal preferences for python packages.

Inspired by https://github.com/tiangolo/fastapi