mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
ac1983402e
- Make URLs HTTPS - Modernize some links - Remove a non-functioning iframe - Make an image title more descriptive
79 lines
3.4 KiB
HTML
79 lines
3.4 KiB
HTML
<p class="logo">
|
|
<a href="{{ pathto(master_doc) }}">
|
|
<img class="logo" src="{{ pathto('_static/pipenv.png', 1) }}" title="Gift-wrapped box w/ 'pipenv' on the ribbon"/>
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
<iframe src="https://ghbtns.com/github-btn.html?user=pypa&repo=pipenv&type=watch&count=true&size=large"
|
|
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
|
|
</p>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
|
<style>
|
|
.algolia-autocomplete{
|
|
width: 100%;
|
|
height: 1.5em
|
|
}
|
|
.algolia-autocomplete a{
|
|
border-bottom: none !important;
|
|
}
|
|
#doc_search{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<input id="doc_search" placeholder="Search the doc" autofocus/>
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
|
|
apiKey: '0dbb76467f0c180a1344fc46858df17b',
|
|
indexName: 'pipenv',
|
|
inputSelector: '#doc_search',
|
|
debug: false // Set debug to true if you want to inspect the dropdown
|
|
})" async></script>
|
|
|
|
<p>
|
|
<strong>Pipenv</strong> is a production-ready tool that aims to bring the best of all packaging worlds to the Python world. It harnesses Pipfile, pip, and virtualenv into one single command.
|
|
<p>It features very pretty terminal colors.</p>
|
|
</p>
|
|
<h3>Stay Informed</h3>
|
|
<p>Receive updates on new releases and upcoming projects.</p>
|
|
|
|
<p><a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data-show-count="false">Follow @kennethreitz</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p>
|
|
<p><a href="https://saythanks.io/to/kennethreitz">Say Thanks!</a></p>
|
|
<p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
|
|
|
|
<h3>Other Projects</h3>
|
|
|
|
<ul>
|
|
<li><a href="https://pipenv-pipes.readthedocs.io/en/latest/">Pipenv-Pipes</a></li>
|
|
</ul>
|
|
|
|
<p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
|
|
<ul>
|
|
<li><a href="http://pep8.org/">pep8.org</a></li>
|
|
<li><a href="http://httpbin.org/">httpbin.org</a></li>
|
|
<li><a href="https://howtopython.org">HowToPython.org</a></li>
|
|
<li><a href="http://python-guide.org">The Python Guide</a></li>
|
|
<li><a href="http://python-requests.org/">Requests: HTTP for Humans</a></li>
|
|
<li><a href="https://github.com/kennethreitz/maya">Maya: Datetimes for Humans</a></li>
|
|
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
|
|
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
|
|
<li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datasets</a></li>
|
|
</ul>
|
|
|
|
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://docs.python-requests.org/en/latest/community/recommended/">Recommended Packages and Extensions</a></li>
|
|
|
|
<p></p>
|
|
|
|
<li><a href="https://github.com/pypa/pipenv">Pipenv @ GitHub</a></li>
|
|
<li><a href="https://pypi.org/pypi/pipenv">Pipenv @ PyPI</a></li>
|
|
<li><a href="https://launchpad.net/~pypa/+archive/ubuntu/ppa">Pipenv PPA (PyPA)</a></li>
|
|
<li><a href="https://github.com/pypa/pipenv/issues">Issue Tracker</a></li>
|
|
<hr>
|
|
<li><a href="https://pipenv-ja.readthedocs.io/ja/translate-ja/">日本語</a></li>
|
|
<li><a href="https://pipenv-es.readthedocs.io/es/latest/">Español</a></li>
|
|
</ul>
|
|
|