pynamer.config

Attributes

config

Classes

Config

Configuration class

Module Contents

class pynamer.config.Config[source]

Configuration class

pypirc: pathlib.Path | None = None
original_project_name: str = 'project_name'
no_cleanup: bool = False
project_count: int
package_version: str = '0.0.0'
description: str = 'placeholder'
pypi_search_url: str = 'https://pypi.org/search/'
pypi_project_url: str = 'https://pypi.org/project/'
pypi_json_url: str = 'https://pypi.org/pypi/'
pypi_simple_index_url: str = 'https://pypi.org/simple/'
github_api_url: str = 'https://api.github.com/repos/'
github_base_url: str = 'https://github.com/'
idlemode: int = 1
pynamer.config.config