All Projects → pypa → Build

pypa / Build

Licence: mit
A simple, correct PEP 517 package builder

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Build

Studio
An authoring platform to build Web Augmented Reality experiences, without coding knowledge
Stars: ✭ 135 (-0.74%)
Mutual labels:  hacktoberfest
Ice
Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python and more.
Stars: ✭ 1,772 (+1202.94%)
Mutual labels:  hacktoberfest
Php Etl
Extract, Transform and Load data using PHP.
Stars: ✭ 134 (-1.47%)
Mutual labels:  hacktoberfest
React Google Places Autocomplete
React Google Places Autocomplete input -- fully customizable
Stars: ✭ 135 (-0.74%)
Mutual labels:  hacktoberfest
Wiredtiger
WiredTiger's source tree
Stars: ✭ 1,812 (+1232.35%)
Mutual labels:  hacktoberfest
React Content Loader
⚪ SVG-Powered component to easily create skeleton loadings.
Stars: ✭ 11,830 (+8598.53%)
Mutual labels:  hacktoberfest
Nl.fokkezb.infinitescroll
Alloy widget for infinitive scrolling TableViews and ListViews
Stars: ✭ 134 (-1.47%)
Mutual labels:  hacktoberfest
Gir ffi
Auto-generate bindings for GObject based libraries at run time using FFI
Stars: ✭ 135 (-0.74%)
Mutual labels:  hacktoberfest
Fluent.ribbon
WPF Ribbon control like in Office
Stars: ✭ 1,895 (+1293.38%)
Mutual labels:  hacktoberfest
Network
An ansible role to configure networking
Stars: ✭ 134 (-1.47%)
Mutual labels:  hacktoberfest
Vscode Emacs Mcx
Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
Stars: ✭ 135 (-0.74%)
Mutual labels:  hacktoberfest
Rathena
rAthena is an open-source cross-platform MMORPG server.
Stars: ✭ 1,793 (+1218.38%)
Mutual labels:  hacktoberfest
Responsively App
A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
Stars: ✭ 14,425 (+10506.62%)
Mutual labels:  hacktoberfest
Azure Az 900 Study Guide
Study Guide for the Microsoft Azure Fundamentals Exam
Stars: ✭ 134 (-1.47%)
Mutual labels:  hacktoberfest
Slackbotapi
node.js Slack RTM API module
Stars: ✭ 135 (-0.74%)
Mutual labels:  hacktoberfest
Stegbrute
Fast Steganography bruteforce tool written in Rust useful for CTF's
Stars: ✭ 134 (-1.47%)
Mutual labels:  hacktoberfest
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+10723.53%)
Mutual labels:  hacktoberfest
Stream.new
The repo for https://stream.new
Stars: ✭ 132 (-2.94%)
Mutual labels:  hacktoberfest
Hr
Odoo Human Resources Addons
Stars: ✭ 135 (-0.74%)
Mutual labels:  hacktoberfest
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Stars: ✭ 12,270 (+8922.06%)
Mutual labels:  hacktoberfest

build

CI codecov Documentation Status PyPI version Discord

A simple, correct PEP517 package builder.

See the documentation for more information.

Installation

build can be installed via pip or an equivalent via:

$ pip install build

Usage

python -m build --sdist --wheel .

This will build the package in an isolated environment, generating a source-distribution and wheel in the directory dist/. See the documentation for full information.

Code of Conduct

Everyone interacting in the build's codebase, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].