Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyscaffold/pyscaffoldext-pyproject
:no_entry: [DEPRECATED] Simple PyScaffold extension adding a pyproject.toml file
https://github.com/pyscaffold/pyscaffoldext-pyproject
pyproject pyscaffold pyscaffold-extension python
Last synced: 2 months ago
JSON representation
:no_entry: [DEPRECATED] Simple PyScaffold extension adding a pyproject.toml file
- Host: GitHub
- URL: https://github.com/pyscaffold/pyscaffoldext-pyproject
- Owner: pyscaffold
- License: mit
- Created: 2018-06-06T16:24:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T19:51:11.000Z (over 4 years ago)
- Last Synced: 2024-10-04T21:07:23.489Z (3 months ago)
- Topics: pyproject, pyscaffold, pyscaffold-extension, python
- Language: Python
- Homepage: https://pyscaffold.org
- Size: 48.8 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://api.cirrus-ci.com/github/pyscaffold/pyscaffoldext-pyproject.svg?branch=master
:alt: Built Status
:target: https://cirrus-ci.com/github/pyscaffold/pyscaffoldext-pyproject
.. image:: https://img.shields.io/coveralls/github/pyscaffold/pyscaffoldext-pyproject/master.svg
:alt: Coveralls
:target: https://coveralls.io/r/pyscaffold/pyscaffoldext-pyproject
.. image:: https://img.shields.io/pypi/v/pyscaffoldext-pyproject.svg
:alt: PyPI-Server
:target: https://pypi.org/project/pyscaffoldext-pyproject=======================
pyscaffoldext-pyproject
=======================.. warning::
**DEPRECATED**: PyScaffold v4 supports ``pyproject.toml``
out-of-the-box, without the help of an extra extension.
Migration to the newest version is recommended, since it offers better
support for `PEP 517`_ and `PEP 518`_.This is a simple PyScaffold extension which serves as a blueprint.
It's sole purpose is to create a ``pyproject.toml`` file according to `PEP 518`_.
This extension was bootstrapped with PyScaffold's `custom-extension`_::putup pyscaffoldext-pyproject --custom-extension
Read more about creating an extension under http://pyscaffold.org/.
Usage
=====Just install this package with ``pip install pyscaffoldext-pyproject``
and note that ``putup -h`` shows a new option ``--pyproject``.
Using this will create a default ``pyproject.toml``... _custom-extension: https://github.com/pyscaffold/pyscaffoldext-custom-extension
.. _PEP 517: https://www.python.org/dev/peps/pep-0517/
.. _PEP 518: https://www.python.org/dev/peps/pep-0518/