Skip to content

Commit 938e637

Browse files
Add PyScaffold to the list of key projects (#986)
* Add PyScaffold to the list of key projects * Update source/key_projects.rst Adopt suggestions from code review. Co-authored-by: Brian Rutledge <brian@bhrutledge.com> Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
1 parent 2eef2b0 commit 938e637

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

source/key_projects.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,24 @@ upload tools, and users can download and install them with :ref:`pip`,
557557
without publishing them publicly. Organizations who use pypiserver
558558
usually download packages both from pypiserver and from PyPI.
559559

560+
.. _pyscaffold:
561+
562+
PyScaffold
563+
==========
564+
565+
`Docs <https://pyscaffold.org>`__ |
566+
`GitHub <https://github.com/pyscaffold/pyscaffold>`__ |
567+
`PyPI <https://pypi.org/project/pyscaffold/>`__
568+
569+
PyScaffold is a project generator for bootstrapping Python packages,
570+
ready to be shared on PyPI and installable via :ref:`pip`.
571+
It relies on a set of sane default configurations for established tools
572+
(such as :ref:`setuptools`, pytest_ and Sphinx_) to provide a productive
573+
environment so developers can start coding right away.
574+
PyScaffold can also be used with existing projects to make packaging
575+
easier.
576+
577+
560578
.. _scikit-build:
561579

562580
scikit-build
@@ -679,3 +697,5 @@ information, see the section on :ref:`Creating and using Virtual Environments`.
679697
----
680698

681699
.. _distribute: https://pypi.org/project/distribute
700+
.. _Sphinx: https://www.sphinx-doc.org/en/master/
701+
.. _pytest: https://docs.pytest.org/en/stable/

0 commit comments

Comments
 (0)