pynamer.config ============== .. py:module:: pynamer.config Attributes ---------- .. autoapisummary:: pynamer.config.config Classes ------- .. autoapisummary:: pynamer.config.Config Module Contents --------------- .. py:class:: Config Configuration class .. py:attribute:: pypirc :type: Optional[pathlib.Path] :value: None .. py:attribute:: original_project_name :type: str :value: 'project_name' .. py:attribute:: no_cleanup :type: bool :value: False .. py:attribute:: project_count :type: int .. py:attribute:: package_version :type: str :value: '0.0.0' .. py:attribute:: description :type: str :value: 'placeholder' .. py:attribute:: pypi_search_url :type: str :value: 'https://pypi.org/search/' .. py:attribute:: pypi_project_url :type: str :value: 'https://pypi.org/project/' .. py:attribute:: pypi_json_url :type: str :value: 'https://pypi.org/pypi/' .. py:attribute:: pypi_simple_index_url :type: str :value: 'https://pypi.org/simple/' .. py:attribute:: github_api_url :type: str :value: 'https://api.github.com/repos/' .. py:attribute:: github_base_url :type: str :value: 'https://github.com/' .. py:attribute:: idlemode :type: int :value: 1 .. py:data:: config