排序
How to Create and Upload a Python Package to PyPi: A Step-by-Step Guide
How to Create and Upload a Python Package to PyPi: A Step-by-Step Guide,Creating and uploading a Python package to PyPi (Python Package Index) is an essential skill for sharing you...
UV как альтернатива Poetry
UV как альтернатива Poetry,Пакетных менеджеров для питона как-то слишком много. У этого, конечно, есть ...
Identifying Abandoned PyPI Packages
Identifying Abandoned PyPI Packages,Relying on abandoned and deprecated packages in our applications is generally something we want to avoid. pip-abandoned can help with this. In s...
Uncovering thousands of unique secrets in PyPI packages
Uncovering thousands of unique secrets in PyPI packages,Let's start with the big reveal of what we found: 3,938 total unique secrets across all projects 768 of those unique s...
Python Extension Modules
Python Extension Modules, Disclaimer: I am still exploring this space and might have interpreted few things wrongly here, hence I would advise readers to take it with a pinch of sa...
Creating Python Packages
Creating Python Packages, TLDR Prior to delving straight into the creation of Python packages, let's first grasp the concept of Modular programming. Modular programming refers to t...
Release Conda package from PyPI
Release Conda package from PyPI,To add the PyPI package to conda distribution (conda-forge), you need to follow the following method, 1. Fork the staged-recipes repository 2. Creat...
Publish Package to PyPI and Release Version Automation Using GitHub Actions
Publish Package to PyPI and Release Version Automation Using GitHub Actions,Manually creating tags, publishing the package and creating the GitHub release is time consuming repetit...
The easiest way to upload your own pip package to pypi.org
The easiest way to upload your own pip package to pypi.org,Python's package choice is a selling point of it. Yet the package management pip can be quite tricky for starters with is...
Pipx: A python package consumption tool for CLI packages
Pipx: A python package consumption tool for CLI packages, Introduction Previously, I explored the pipenv as a python package management tool and this week it is time for exploring ...
Release the TextHTMLPress package to PyPI
Release the TextHTMLPress package to PyPI,In this blog, we are focusing software releases and getting our code into the hands of users from a GitHub repository. My static html gene...
A virtual environment in Powershell.
A virtual environment in Powershell., The virtual environment is used to create an isolated environment for the different projects. This helps developers to keep the dependencies r...