Skip to main content

setup.cfg helper

Project description

Install

$ [sudo] pip install setupcfg

Classes

setupcfg.cfg.Setupcfg - setup.cfg generator class. dict/attr access

Setupcfg methods __doc__
load(path='setup.cfg') load from setup.cfg file
save(path='setup.cfg') save to setup.cfg file
string() return string representation

Functions

function __doc__
setupcfg.get(section, option, default=None) return the value for option if option is in the setup.cfg, else default
setupcfg.load(path='setup.cfg') return dictionary with setup.cfg sections dictionaries
setupcfg.values.string(value) Convert a value to a setup.cfg value string
setupcfg.values.value(string) Convert a string to a python value

Cli

usage __doc__
python -m setupcfg.metadata.description [description] read/write setup.cfg [metadata] description
python -m setupcfg.metadata.keywords [keywords] read/write setup.cfg [metadata] keywords
python -m setupcfg.metadata.name [name] read/write setup.cfg [metadata] name
python -m setupcfg.metadata.url [url] read/write setup.cfg [metadata] url
python -m setupcfg.metadata.version [version] read/write setup.cfg [metadata] version
python -m setupcfg.options.install_requires [requires ...] read/write setup.cfg [options] install_requires
python -m setupcfg.options.packages [package ...] read/write setup.cfg [options] packages
python -m setupcfg.options.py_modules [module ...] read/write setup.cfg [options] py_modules
python -m setupcfg.options.scripts [script ...] read/write setup.cfg [options] scripts

Links

readme-generator

Project details


Download files

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

Source Distribution

setupcfg-2019.3.5.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

setupcfg-2019.3.5-py2.py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 2 Python 3

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