python-project-skel VS pkgmt

Compare python-project-skel vs pkgmt and see what are their differences.

python-project-skel

Reusable Makefile rules for automating Python package releases (by mgedmin)

pkgmt

A toolkit for managing Python packages. 📦🐍 (by ploomber)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
python-project-skel pkgmt
1 1
3 10
- -
1.8 8.3
about 3 years ago 2 months ago
Makefile Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

python-project-skel

Posts with mentions or reviews of python-project-skel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-25.
  • How do you manage PyPI releases?
    5 projects | /r/Python | 25 Feb 2022
    The shared parts of my Makefiles are in an include file published at https://github.com/mgedmin/python-project-skel; each project in https://projects.gedmin.as/ has a short Makefile that includes the release.mk and overrides some variables/targets, maybe adds additional commands.

pkgmt

Posts with mentions or reviews of pkgmt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-25.
  • How do you manage PyPI releases?
    5 projects | /r/Python | 25 Feb 2022
    Then, I created a script to automate that process, and once I started creating more projects, I turned it into a package. It has a few other nice things, like automatically updating the headers in the CHANGELOG.md file to include the release version and current date. A command to bootstrap new packages and even a module that looks for broken links in the documentation. We use it at Ploomber to manage all our releases.

What are some alternatives?

When comparing python-project-skel and pkgmt you can also consider the following projects:

ploomber - The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

pydantic-aioredis - A Declarative ORM for Redis using Pydantic Models and aioredis