sampleproject
Sample project
Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial.
A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"
5k stars
108 watching
2k forks
Language: Python
last commit: 27 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,546 |
pypi/warehouse | A software system that powers the package registry for Python packages | 3,606 |
pypa/build | Provides a simple and correct way to build Python packages in isolated environments. | 746 |
pypa/gh-action-pypi-publish | An action to automate PyPI package publishing | 947 |
sumana2001/pybull | A collection of Python projects and tools for beginners and enthusiasts | 31 |
devpi/devpi | A PyPI staging server and packaging/testing/release tool | 919 |
pypa/hatch | A tool for managing and automating the build, testing, and publishing of Python projects. | 6,098 |
pyscaffold/pyscaffold | A tool that generates high-quality Python package templates with built-in tools and best practices | 2,124 |
peterhinch/micropython-samples | An assortment of code examples and technical resources for MicroPython development on various platforms. | 468 |
brainelectronics/micropython-package-template | A template project for creating MicroPython PyPi packages with auto-deploy functionality. | 7 |
py-pdf/pypdf | A Python library for manipulating and extracting data from PDF files | 8,464 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,510 |
pypa/pipenv | A tool for managing project dependencies and environments in Python development workflows. | 24,916 |
pypa/setuptools-scm | Automatically extracts and manages version numbers from Git or SVN metadata | 867 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 18,019 |