Skip to content

Commit a4c300e

Browse files
committed
new app dependencies resource
1 parent 6d2ec86 commit a4c300e

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5314,6 +5314,11 @@ <h2>Application dependency resources</h2>
53145314
<a href="https://lincolnloop.com/blog/fast-immutable-python-deployments/">this article about the differences</a>
53155315
and be sure to upgrade.</p>
53165316
</li>
5317+
<li>
5318+
<p><a href="http://peterdowns.com/posts/first-time-with-pypi.html">How to submit a package to PyPI</a>
5319+
is a short and sweet introduction that'll help you quickly get your first
5320+
package on PyPI.</p>
5321+
</li>
53175322
</ul>
53185323
<h2>Open source app dependency projects</h2>
53195324
<ul>

application-dependencies.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ <h2>Application dependency resources</h2>
170170
<a href="https://lincolnloop.com/blog/fast-immutable-python-deployments/">this article about the differences</a>
171171
and be sure to upgrade.</p>
172172
</li>
173+
<li>
174+
<p><a href="http://peterdowns.com/posts/first-time-with-pypi.html">How to submit a package to PyPI</a>
175+
is a short and sweet introduction that'll help you quickly get your first
176+
package on PyPI.</p>
177+
</li>
173178
</ul>
174179
<h2>Open source app dependency projects</h2>
175180
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-18T12:19:18Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-18T12:20:36Z</updated></feed>

source/content/pages/07-web-app-deployment/09-app-dependencies.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ further clarification.
144144
[this article about the differences](https://lincolnloop.com/blog/fast-immutable-python-deployments/)
145145
and be sure to upgrade.
146146

147+
* [How to submit a package to PyPI](http://peterdowns.com/posts/first-time-with-pypi.html)
148+
is a short and sweet introduction that'll help you quickly get your first
149+
package on PyPI.
150+
147151

148152
## Open source app dependency projects
149153
* [Autoenv](https://github.com/kennethreitz/autoenv) is a tool for activating

0 commit comments

Comments
 (0)