packaging共33篇
Trusted publishing ‐ It has never been easier to publish your python packages-拾光赋

Trusted publishing ‐ It has never been easier to publish your python packages

Trusted publishing ‐ It has never been easier to publish your python packages,Publishing Python packages used to be a daunting task, but not any more. Even better, it has become s...
kity的头像-拾光赋kity3个月前
0509
Python Packaging is Great Now: `uv` is all you need-拾光赋

Python Packaging is Great Now: `uv` is all you need

Python Packaging is Great Now: `uv` is all you need,The title of this post is a reference to Glyph's Python Packaging is Good Now. I think it's safe to say that, in these 8 years, ...
kity的头像-拾光赋kity7个月前
03715
An introduction to packaging in Python-拾光赋

An introduction to packaging in Python

An introduction to packaging in Python,Learning how to package your code is very useful for any python developer. It gives you a better understanding of how Python works and, above...
kity的头像-拾光赋kity1年前
03112
Manage your Python Project End-to-End with PDM-拾光赋

Manage your Python Project End-to-End with PDM

Manage your Python Project End-to-End with PDM, Installing PDM Starting a New Project Setting up a Virtual Environment Virtual Environment Auto-creation Creating a Virtual Environm...
kity的头像-拾光赋kity2年前
05414
'Hypermodernize' your Python Package-拾光赋

‘Hypermodernize’ your Python Package

'Hypermodernize' your Python Package,In the original Hypermodern Python Blogpost, Poetry was recommended as the preferred tool. There are quite a lot of packaging tools out there w...
kity的头像-拾光赋kity2年前
02613
Python Package Manager Comparison-拾光赋

Python Package Manager Comparison

Python Package Manager Comparison , This article started as a random thought and then this post on Mastodon. If you haven't read Hypermodern Python from 2020, it is a good companio...
kity的头像-拾光赋kity2年前
0408
Best resources on Python packaging-拾光赋

Best resources on Python packaging

Best resources on Python packaging ,Are you confused by the various names that float around the Python packaging ecosystem? Have you ever asked a colleague to help you with an inst...
kity的头像-拾光赋kity2年前
04913
Build a GUI and package your killer Python scripts with Tkinter and Pyinstaller-拾光赋

Build a GUI and package your killer Python scripts with Tkinter and Pyinstaller

Build a GUI and package your killer Python scripts with Tkinter and Pyinstaller,I loooove the CLI! I can safely assume that you all agree with me when I say, it's fast and efficien...
kity的头像-拾光赋kity2年前
03712
The Modern Way of Uploading a PyPi Package-拾光赋

The Modern Way of Uploading a PyPi Package

The Modern Way of Uploading a PyPi Package,There are a lot of conflicting guides when it comes to uploading your first package onto PyPi. This guide will show you the modern way to...
kity的头像-拾光赋kity3年前
0445
Packaging and Publishing on PyPI-拾光赋

Packaging and Publishing on PyPI

Packaging and Publishing on PyPI,This post is on 'Packaging and Publishing a python library on PyPI'. There is a tutorial on Packaging Python Projects in the official PyPI website,...
kity的头像-拾光赋kity3年前
0478
Paradox of the week: Automating the boring parts of your work is fun!-拾光赋

Paradox of the week: Automating the boring parts of your work is fun!

Paradox of the week: Automating the boring parts of your work is fun!,Sometimes you even learn something new along the way - read about how I automated the creation of table of con...
kity的头像-拾光赋kity4年前
0449
A Review: Pipenv vs. Poetry vs. PDM-拾光赋

A Review: Pipenv vs. Poetry vs. PDM

A Review: Pipenv vs. Poetry vs. PDM, Abstract It is 2021 and we are all using or heard of package managers in Python, among which are Pipenv and Poetry. I also built a new package ...
kity的头像-拾光赋kity4年前
04411