Skip to main content

a pip based replacement for ez_setup and setup_requires

Project description

an experiment to replace ez_setup and setup_requires with something that works the provided mechanism adds a python path where very recent seupptools and setuptools extensions can be installed

installation:

pip install -U whl_setup
whl_setup_script_install

usage:

# setup.py

from whl_setup import setup, Lazy

@Lazy
def extensions():
    from setuptools import Extension
    return [...]

if __name__ = '__main__':
    setup(
        ...
        use_scm_version=True,
        setup_requires=[
            'setuptools',
            'setuptools_scm'
        ]
        extensions=extensions,
        ...
    )

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whl.setup-0.2.tar.gz (3.2 kB view details)

Uploaded Source

Built Distributions

whl.setup-0.2-py2.py3-none-any.whl (3.7 kB view details)

Uploaded Python 2 Python 3

whl.setup-0.2-py2-none-any.whl (3.7 kB view details)

Uploaded Python 2

File details

Details for the file whl.setup-0.2.tar.gz.

File metadata

  • Download URL: whl.setup-0.2.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for whl.setup-0.2.tar.gz
Algorithm Hash digest
SHA256 7bc2cdb6d8c2385cfb967b1855a2107d8e89e304aec9232b89da3a2455f26deb
MD5 3a355a66706563cd66c842b8293a8a20
BLAKE2b-256 c1a55ac489b2c8165ae855e6b4695a7b3da1cedf49ada00415fc9e3f21ad5b23

See more details on using hashes here.

File details

Details for the file whl.setup-0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for whl.setup-0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 aa70c58053d50107eefd84766bca37dfe33c9adeed55bb237359e8024777a684
MD5 8325f9cdb1c74770a3793f5eb09e41cf
BLAKE2b-256 d0d74806fd165c27716f02a3a9c23d207854b8a3ed884db53c2781b92bd8d4f4

See more details on using hashes here.

File details

Details for the file whl.setup-0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for whl.setup-0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 5819f2cfa6b89d1a05e1db7a3c5bd60b1e0ac2e33f6641379d481fb5e248ce38
MD5 8fd578e7589982549ced2c7fa44789fc
BLAKE2b-256 89c2ed19f332905f22a63fe6b1c29e131de22a1a2a00600da3f86bbcfd65c682

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page