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
109 watching
2k forks
Language: Python
last commit: 3 months 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,569 |
pypi/warehouse | The software behind the Python Package Index. | 3,617 |
pypa/build | Provides a simple and correct way to build Python packages in isolated environments. | 748 |
pypa/gh-action-pypi-publish | Automates publishing of Python package distributions to PyPI | 964 |
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 | 923 |
pypa/hatch | A tool for managing and automating the build, testing, and publishing of Python projects. | 6,157 |
pyscaffold/pyscaffold | A tool that generates high-quality Python package templates with built-in tools and best practices | 2,130 |
peterhinch/micropython-samples | An assortment of code examples and technical resources for MicroPython development on various platforms. | 470 |
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,524 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,562 |
pypa/pipenv | A tool for managing project dependencies and environments in Python development workflows. | 24,929 |
pypa/setuptools-scm | Automatically extracts and manages version numbers from Git or SVN metadata | 869 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 18,095 |