package共19篇
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

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...
kity的头像-拾光赋kity28天前
04010
UV как альтернатива Poetry-拾光赋

UV как альтернатива Poetry

UV как альтернатива Poetry,Пакетных менеджеров для питона как-то слишком много. У этого, конечно, есть ...
kity的头像-拾光赋kity3个月前
0427
Identifying Abandoned PyPI Packages-拾光赋

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...
kity的头像-拾光赋kity7个月前
02514
Uncovering thousands of unique secrets in PyPI packages-拾光赋

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...
kity的头像-拾光赋kity2年前
05213
Python Extension Modules-拾光赋

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...
kity的头像-拾光赋kity2年前
0409
Creating Python Packages-拾光赋

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...
kity的头像-拾光赋kity2年前
03410
Release Conda package from PyPI-拾光赋

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...
kity的头像-拾光赋kity3年前
0376
Publish Package to PyPI and Release Version Automation Using GitHub Actions-拾光赋

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...
kity的头像-拾光赋kity3年前
0355
The easiest way to upload your own pip package to pypi.org-拾光赋

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...
kity的头像-拾光赋kity3年前
04111
Pipx: A python package consumption tool for CLI packages-拾光赋

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 ...
kity的头像-拾光赋kity3年前
0545
Release the TextHTMLPress package to PyPI-拾光赋

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...
kity的头像-拾光赋kity4年前
0249
A virtual environment in Powershell.-拾光赋

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...
kity的头像-拾光赋kity4年前
0538