Packaging.python.org is a subdomain of python.org, which was created on 1995-03-27,making it 29 years ago. It has several subdomains, such as pypi.python.org wiki.python.org , among others.
Description:The Python Packaging User Guide (PyPUG) is a collection of tutorials and guides for packaging Python...
Keywords:python, packaging, guide,...
Discover packaging.python.org website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site
HomePage size: 44.299 KB |
Page Load Time: 0.300838 Seconds |
Website IP Address: 104.17.32.82 |
Industrial Packaging Products & Supplies | Mil-Spec Packaging milspecpkg.thomasnet-navigator.com |
DxO User Guides – DxO User Guides userguides.dxo.com |
Berlin Packaging EMEA | Hybrid Packaging Supplier corporate.berlinpackaging.eu |
Talk Python Training - Python courses and tutorials for developers - [Talk Python Training] training.talkpython.fm |
The Python Quants – The Python Quants home.tpq.io |
User Agents - Parser and API - Easily decode any user agent developers.whatismybrowser.com |
Intermediate Python — Python Tips 0.1 documentation book.pythontips.com |
..::|| user.pa.net -- (PAdotNET's User Webspace) ||::.. user.pa.net |
Alyssa Coghlan’s Python Notes — Alyssa Coghlan's Python Notes 1.0 documentation python-notes.curiousefficiency.org |
PTC/USER Portal : Homepage - PTC/USER - Support, Educate, Advocate portal.ptcuser.org |
MacKichan User Forums | MacKichan Software User Community forum.mackichan.com |
The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python docs.python-guide.org |
SimpleConsign User Guide | SimpleConsign User Guide wiki.traxia.com |
Python Call Graph — Python Call Graph 1.0.1 documentation pycallgraph.slowchop.com |
ReadyWorks User Guide – A comprehensive guide to the ReadyWorks userguide.readyworks.com |
Python Packaging User Guide https://packaging.python.org/ |
Index - Python Packaging User Guide https://packaging.python.org/genindex |
Packaging binary extensions https://packaging.python.org/extensions/ |
Project Summaries - Python Packaging User Guide https://packaging.python.org/key_projects/ |
Search - Python Packaging User Guide https://packaging.python.org/search/ |
PyPA specifications https://packaging.python.org/specifications/ |
Core metadata specifications https://packaging.python.org/specifications/core-metadata/ |
Contribute to this guide - Python Packaging User Guide https://packaging.python.org/en/latest/contribute/ |
Managing Application Dependencies https://packaging.python.org/tutorials/managing-dependencies/ |
Project Summaries - Python Packaging User Guide https://packaging.python.org/en/latest/key_projects |
Date: Tue, 14 May 2024 18:09:00 GMT |
Content-Type: text/html; charset=utf-8 |
Transfer-Encoding: chunked |
Connection: keep-alive |
CF-Ray: 883cd63ba9eefa9a-SJC |
CF-Cache-Status: HIT |
Access-Control-Allow-Origin: * |
Age: 3953 |
Cache-Control: max-age=1200 |
ETag: W/"0d127d9878d3c38ef289f4b207a3bc1e" |
Last-Modified: Thu, 09 May 2024 09:56:21 GMT |
Vary: Accept-Encoding |
access-control-allow-methods: HEAD, OPTIONS, GET |
cdn-cache-control: public |
referrer-policy: no-referrer-when-downgrade |
x-amz-id-2: 4oYkcixp/Wji2wJcCsMAZpcPGV/JZ23xEFk8AMERspvQK7Dam9TrXGjp7GzEPGhlsqaq+fCNGV4= |
x-amz-meta-mtime: 1715248575.654089731 |
x-amz-request-id: QXBHT36D0YVEA48S |
x-amz-server-side-encryption: AES256 |
x-backend: web-i-0a09a17adcba51c0d |
x-content-type-options: nosniff |
x-rtd-domain: packaging.python.org |
x-rtd-force-addons: true |
x-rtd-path: /proxito/html/python-packaging-user-guide/latest/index.html |
x-rtd-project: python-packaging-user-guide |
x-rtd-project-method: custom_domain |
x-rtd-resolver-filename: / |
x-rtd-version: latest |
x-rtd-version-method: path |
x-served: Nginx-Proxito-Sendfile |
Server: cloudflare |
alt-svc: h3=":443"; ma=86400 |
charset="utf-8"/ |
content="width=device-width,initial-scale=1" name="viewport"/ |
content="light dark" name="color-scheme"/ |
content="width=device-width, initial-scale=1" name="viewport" |
content="The Python Packaging User Guide (PyPUG) is a collection of tutorials and guides for packaging Python software." name="description"/ |
content="python, packaging, guide, tutorial" name="keywords"/ |
content="python-packaging-user-guide" name="readthedocs-project-slug"/ |
content="latest" name="readthedocs-version-slug"/ |
content="/" name="readthedocs-resolver-filename"/ |
Contents Menu Expand Light mode Dark mode Auto light/dark mode Hide navigation sidebar Hide table of contents sidebar Toggle site navigation sidebar Toggle Light / Dark / Auto color theme Toggle table of contents sidebar Overview of Python Packaging The Packaging Flow Tutorials Toggle navigation of Tutorials Installing Packages Managing Application Dependencies Packaging Python Projects Guides Toggle navigation of Guides Installation Toggle navigation of Installation Install packages in a virtual environment using pip and venv Installing packages using virtualenv Installing stand alone command line tools Installing pip/setuptools/wheel with Linux Package Managers Installing scientific packages Building and Publishing Toggle navigation of Building and Publishing Writing your pyproject.toml Packaging and distributing projects Single-sourcing the package version Dropping support for older Python versions Packaging binary extensions Packaging namespace packages Creating and discovering plugins Using TestPyPI Making a PyPI-friendly README Publishing package distribution releases using GitHub Actions CI/CD workflows How to modernize a setup.py based project? Hosting Toggle navigation of Hosting Package index mirrors and caches Hosting your own simple repository Tool recommendations Analyzing PyPI package downloads Discussions Toggle navigation of Discussions Versioning Deploying Python applications pip vs easy_install install_requires vs requirements files Distribution package vs. import package Package Formats src layout vs flat layout Is setup.py deprecated? PyPA specifications Toggle navigation of PyPA specifications Package Distribution Metadata Toggle navigation of Package Distribution Metadata Names and normalization Core metadata specifications Version specifiers Dependency specifiers pyproject.toml specification Inline script metadata Platform compatibility tags Package Installation Metadata Toggle navigation of Package Installation Metadata Recording installed projects Entry points specification Recording the Direct URL Origin of installed distributions Direct URL Data Structure Python Virtual Environments Externally Managed Environments Package Distribution File Formats Toggle navigation of Package Distribution File Formats Source distribution format Binary distribution format Package Index Interfaces Toggle navigation of Package Index Interfaces The .pypirc file Simple repository API Project Summaries Glossary How to Get Support Contribute to this guide NewsEdit this page Toggle Light / Dark / Auto color theme Toggle table of contents sidebar # Welcome to the , a collection of tutorials and references to help you distribute and install Python packages with modern tools. This guide is maintained on GitHub by the Python Packaging Authority . We happily accept contributions and feedback . ? Overview and Flow # Note Building your understanding of Python packaging is a journey. Patience and continuous improvement are key to success. The overview and flow sections provide a starting point for understanding the Python packaging ecosystem. The Overview of Python Packaging explains Python packaging and its use when preparing and distributing projects. This section helps you build understanding about selecting the tools and processes that are most suitable for your use case. It includes what packaging is, the problems that it solves, and key considerations. To get an overview of the workflow used to publish your code, see packaging flow . Tutorials # Tutorials walk through the steps needed to complete a project for the first time. Tutorials aim to help you succeed and provide a starting point for future exploration. The Tutorials section includes: A tutorial on installing packages A tutorial on managing application dependencies in a version controlled project A tutorial on packaging and distributing your project Guides # Guides provide steps to perform a specific task. Guides are more focused on users who are already familiar with Python packaging and are looking for specific information. The Guides section provides how to” instructions in three major areas: package installation; building and distributing packages; miscellaneous topics. Explanations and Discussions # The Discussions section for in-depth explanations and discussion about topics, such as: Deploying Python applications pip vs easy_install Reference # The PyPA specifications section for packaging interoperability specifications. The list of other projects maintained by members of the Python Packaging Authority. The Glossary for definitions of terms used in Python packaging. Next Overview of Python Packaging Copyright © 2013–2020, PyPA Made with Sphinx and @pradyunsg ’s Furo Last updated on May 09, 2024 On this page Overview and Flow Tutorials Guides Explanations and Discussions...
Domain Name: python.org Registry Domain ID: 8182a33af4314b999853885eb16ef749-LROR Registrar WHOIS Server: http://whois.gandi.net Registrar URL: http://www.gandi.net Updated Date: 2023-06-25T20:20:44Z Creation Date: 1995-03-27T05:00:00Z Registry Expiry Date: 2033-03-28T05:00:00Z Registrar: Gandi SAS Registrar IANA ID: 81 Registrar Abuse Contact Email: abuse@support.gandi.net Registrar Abuse Contact Phone: +33.170377661 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registrant Organization: Python Software Foundation Registrant State/Province: OR Registrant Country: US Name Server: ns-1134.awsdns-13.org Name Server: ns-2046.awsdns-63.co.uk Name Server: ns-484.awsdns-60.com Name Server: ns-981.awsdns-58.net DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-17T19:04:50Z <<<