<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=OpenWest_2015%2FBetter_Exposure_with_Python_Packaging</id>
	<title>OpenWest 2015/Better Exposure with Python Packaging - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=OpenWest_2015%2FBetter_Exposure_with_Python_Packaging"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=OpenWest_2015/Better_Exposure_with_Python_Packaging&amp;action=history"/>
	<updated>2026-04-17T07:09:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=OpenWest_2015/Better_Exposure_with_Python_Packaging&amp;diff=2166&amp;oldid=prev</id>
		<title>Kenneth at 21:45, 8 May 2015</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=OpenWest_2015/Better_Exposure_with_Python_Packaging&amp;diff=2166&amp;oldid=prev"/>
		<updated>2015-05-08T21:45:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Better Exposure with Python Packaging&lt;br /&gt;
&lt;br /&gt;
Clint Savage (@herlo) - http://sexysexypenguins.com/&lt;br /&gt;
&lt;br /&gt;
&amp;quot;What do you do when your software becomes a useful utility and you want to share it with the world? Well, you package it, of course!&lt;br /&gt;
&lt;br /&gt;
During this audience participation session, we&amp;#039;ll introduce a software application that needs to be packaged. Along the way, we&amp;#039;ll explore the best options for packaging and discuss some of the pitfalls. Expect to be entertained as well with witty banter and snarky humor. We will likely cover some of the following components.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* distutils vs setuptools, distribute, etc.&lt;br /&gt;
* pip, easy_install, etc.&lt;br /&gt;
* The CheesShop (http://pypi.python.org)&lt;br /&gt;
* Packaging for a Distribution vs Deployment&lt;br /&gt;
* Wheels, Eggs, Binaries, and such&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
atoponce/d-note · GitHub - https://github.com/atoponce/d-note&lt;br /&gt;
&lt;br /&gt;
Live Example:&lt;br /&gt;
* Self Destructing Notes (D-Notes) - https://secrets.xmission.com/&lt;br /&gt;
* alternative: https://secrets.endpoint.com/&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Semantic Versioning 2.0.0 - http://semver.org/&lt;br /&gt;
&lt;br /&gt;
Given a version number MAJOR.MINOR.PATCH, increment the:&lt;br /&gt;
# MAJOR version when you make incompatible API changes,&lt;br /&gt;
# MINOR version when you add functionality in a backwards-compatible manner, and&lt;br /&gt;
# PATCH version when you make backwards-compatible bug fixes.&lt;br /&gt;
&lt;br /&gt;
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
setup.py&lt;br /&gt;
&lt;br /&gt;
Building and Distributing Packages with Setuptools — Setuptools documentation - https://pythonhosted.org/setuptools/setuptools.html&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Install to local user: (.local/lib/python2.7/site-packages/)&lt;br /&gt;
 python setup.py install --user&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Distribution: pypi.python.org&lt;br /&gt;
 pip install [project]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Concern: Security isn&amp;#039;t guaranteed.  Do you trust the authors who post on Pypi?&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>