Python github-actions

Open-source Python projects categorized as github-actions

Top 23 Python github-action Projects

  • github-stats

    Better GitHub statistics images for your profile, with stats from private repos too

    Project mention: Ask HN: How to Do a GitHub Wrapped? | news.ycombinator.com | 2023-12-19

    I have done similar work using the GitHub APIs before. I recommend using their GraphQL explorer to develop your queries interactively. You may need to fall back on the REST API instead of the GraphQL one for certain stats.

    https://docs.github.com/en/graphql/overview/explorer

    You can also refer to my code here, which may already collect some of the statistics you're interested in.

    https://github.com/jstrieb/github-stats/blob/master/github_s...

    I predict the most annoying part of this project will be dealing with authentication. There are a handful of ways to do it, and the permissions can be finicky depending on what data you are fetching.

    Best of luck!

  • cibuildwheel

    🎡 Build Python wheels for all the platforms with minimal configuration.

    Project mention: Balm in GILead: Fast string construction for CPython extensions | news.ycombinator.com | 2023-12-17

    It doesn't work with any version of the public API, Limited, Stable, or Unstable, because this is not a part of the API. It's more of an application of [Hyrum's Law](https://www.hyrumslaw.com/).

    That said, assuming the structures themselves exist on the versions of Python you're targeting in a format compatible with whatever hacking you're doing on them, it's very easy to compile for lots of Python versions using [cibuildwheel](https://github.com/pypa/cibuildwheel) and the rest of the PyPA ecosystem.

    I don't think the Limited API is very useful, as a practical matter for the common distribution methods you need the wheel to be built with the target Python version.

  • 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.

  • AutoPR

    Run AI-powered workflows over your codebase

    Project mention: AutoPR, autonomously write pull requests in response to issues via ChatGPT | news.ycombinator.com | 2023-05-10
  • Gmeek

    Gmeek is a Blog All in Github

    Project mention: Show HN: Gmeek – A blog generator all in GitHub | news.ycombinator.com | 2024-01-05
  • gh-action-pypi-publish

    The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI: https://github.com/marketplace/actions/pypi-publish

    Project mention: PyPI new user and new project registrations temporarily suspended | news.ycombinator.com | 2023-05-20

    > Recently I've seen someone on Reddit trying to automate the creation of PyPI projects through GitHub Actions. The person was complaining that the first deployment couldn't use an API key for that project since it didn't exist. So I'm not surprised some people are trying to do the same for malicious purposes.

    Sorry for the tangent, but: you can do this now! If you use trusted publishing, you can register a "pending publisher" for a project that doesn't exist yet. When the trusted publisher (like GitHub Actions) is used, it'll create the project[1].

    All of this is supported transparently by the official publishing action for GitHub Actions[2].

    [1]: https://docs.pypi.org/trusted-publishers/creating-a-project-...

    [2]: https://github.com/pypa/gh-action-pypi-publish

  • energy-forecasting

    🌀 𝗧𝗵𝗲 𝗙𝘂𝗹𝗹 𝗦𝘁𝗮𝗰𝗸 𝟳-𝗦𝘁𝗲𝗽𝘀 𝗠𝗟𝗢𝗽𝘀 𝗙𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 | 𝗟𝗲𝗮𝗿𝗻 𝗠𝗟𝗘 & 𝗠𝗟𝗢𝗽𝘀 for free by designing, building and deploying an end-to-end ML batch system ~ 𝘴𝘰𝘶𝘳𝘤𝘦 𝘤𝘰𝘥𝘦 + 2.5 𝘩𝘰𝘶𝘳𝘴 𝘰𝘧 𝘳𝘦𝘢𝘥𝘪𝘯𝘨 & 𝘷𝘪𝘥𝘦𝘰 𝘮𝘢𝘵𝘦𝘳𝘪𝘢𝘭𝘴

    Project mention: Full Stack 7-Steps MLOps Framework – Learn ML and MLOps by Building an ML System | news.ycombinator.com | 2023-09-26
  • terraform-github-actions

    GitHub actions for terraform (by dflook)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • nn-template

    Generic template to bootstrap your PyTorch project.

  • publish-unit-test-result-action

    GitHub Action to publish unit test results on GitHub

  • amazing-github-template

    🚀 Useful README.md, LICENSE, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, GitHub Issues, Pull Requests and Actions templates to jumpstart your projects.

  • simonw

    https://simonwillison.net/2020/Jul/10/self-updating-profile-readme/

  • issue-metrics

    Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc.

    Project mention: Practical tips for code reviews in large teams | dev.to | 2023-10-21

    This can be achieved by introducing tools for collecting information about PRs. If you use Github there is a github action issue-metrics that can measure the average time of PRs staying in review for a certain period of time. But you can use Github API to create your own action that will collect information important for your project.

  • docker-compose-actions-workflow

    GitHub Actions workflow example using Docker Compose to build and test a multi-container stack

  • IntuneCD

    Tool to backup, update and document configurations in Intune

    Project mention: How to easily backup your Intune environment using IntuneCD and Azure DevOps Pipeline | /r/Intune | 2023-10-21

    Interested in making regular backups of your Intune configuration to the GIT repository using the IntuneCD tool and Azure DevOps Pipeline?

  • django-step-by-step

    A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC

  • Python-Selenium-Action

    Run Selenium with Python via Github Actions using Headless or Non-Headless browsers!

    Project mention: Saturday Daily Thread: Resource Request and Sharing! Daily Thread | /r/Python | 2023-06-24

    Shared this multiple times - but always seems to be helpful to someone. A GitHub action / template to run your Selenium based scripts on GitHub with ease. https://github.com/MarketingPipeline/Python-Selenium-Action

  • clang-format-lint-action

    This action checks if the source code matches the .clang-format file.

    Project mention: Attempting a larger bug fix II - Execution | dev.to | 2023-12-10

    Over the last couple of weeks, I deliberated on how to add my bugfix/feature upgrade to DoozyX/clang-format-lint. I've never worked on a GitHub Action before, and I wasn't sure how to test my changes, as this is a GitHub Action to be used within another GitHub Action. After a couple days, I consulted my class instructor for some advice.

  • Changelog CI

    Changelog CI is a GitHub Action that enables a project to automatically generate changelogs

  • Fast-Api-example

    Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GitHub Actions as CI/CD Pipeline

    Project mention: Optimizing GitHub Actions Performance: Enhance Workflows with Caching | dev.to | 2023-06-19
  • ActionServerless

    Use GitHub Actions to create a Serverless service.

  • website-to-gif

    GitHub Action to turn your website into a GIF :camera:

    Project mention: website-to-gif: A GH Action to turn a webpage into a GIF | /r/opensource | 2023-10-23
  • jacoco-badge-generator

    Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions

    Project mention: jacoco-badge-generator 2.11.0 Released | dev.to | 2023-09-17

    jacoco-badge-generator - Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions

  • action-python-poetry

    Template repo to quickly make a tested and documented GitHub action in Python with Poetry

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-01-05.

Python github-actions related posts

Index

What are some of the best open-source github-action projects in Python? This list will help you:

Project Stars
1 github-stats 2,691
2 cibuildwheel 1,709
3 AutoPR 1,187
4 Gmeek 941
5 gh-action-pypi-publish 831
6 energy-forecasting 783
7 terraform-github-actions 680
8 nn-template 612
9 publish-unit-test-result-action 546
10 amazing-github-template 414
11 simonw 380
12 issue-metrics 330
13 docker-compose-actions-workflow 272
14 IntuneCD 241
15 django-step-by-step 164
16 Python-Selenium-Action 150
17 clang-format-lint-action 130
18 Changelog CI 122
19 Fast-Api-example 111
20 ActionServerless 110
21 website-to-gif 104
22 jacoco-badge-generator 92
23 action-python-poetry 89
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com