Python - setup.cfg

Card Puncher Data Processing

About

setup.cfg contains the default value of setup.py

Format

Example

Example: setup.cfg

Management

API

API

from setuptools.config import read_configuration

conf_dict = read_configuration('/home/user/dev/package/setup.cfg') </code.

Documentation / Reference





Discover More
Card Puncher Data Processing
Python - setup.py

setup.py is a file found at the root directory of your project and serves two primary functions: configuration of the project command line interface for running various commands that relate to packaging...
Card Puncher Data Processing
Python - Egg distribution (bdist_egg)

Python Eggs are a python binary distribution format. wheelDoc A “Python egg” is a logical structure embodying the release of a specific version...
Card Puncher Data Processing
Python - Project

Project in Python as describe by The project name is specified in the name properties in the setup function of the setup.py file Project are a set of file to package a package.: one package...
Card Puncher Data Processing
Python - Source Distribution (sdists)

in Python. Source distributions are also known as sdists for short. With and its's script. Some projects use a src or lib subdirectory as the source root In , find-packages...
Card Puncher Data Processing
Python Packaging - Version / Release

and in Python This naming convention of compiled files allows compiled modules from different releases of Python to coexist. All below properties of a build. ie: alias...



Share this page:
Follow us:
Task Runner