southwark


Namesouthwark JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/repo-helper/southwark
SummaryExtensions to the Dulwich Git library.
upload_time2023-05-18 15:27:34
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT
keywords dulwich git vcs
VCS
bugtrack_url
requirements click consolekit domdf-python-tools dulwich filelock typing-extensions
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
##########
Southwark
##########

.. start short_desc

**Extensions to the Dulwich Git library.**

.. end short_desc

(Dulwich is located in the `London Borough of Southwark <https://en.wikipedia.org/wiki/London_Borough_of_Southwark>`_)

Spun out from `repo_helper <https://github.com/domdfcoding/repo_helper>`_. Needs more tests.

.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Anaconda
	  - |conda-version| |conda-platform|
	* - Activity
	  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
	* - QA
	  - |codefactor| |actions_flake8| |actions_mypy|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/southwark/latest?logo=read-the-docs
	:target: https://southwark.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/repo-helper/southwark/workflows/Docs%20Check/badge.svg
	:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/repo-helper/southwark/workflows/Linux/badge.svg
	:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/repo-helper/southwark/workflows/Windows/badge.svg
	:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/repo-helper/southwark/workflows/macOS/badge.svg
	:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/repo-helper/southwark/workflows/Flake8/badge.svg
	:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/repo-helper/southwark/workflows/mypy/badge.svg
	:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/southwark/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/repo-helper/southwark/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/southwark/master?logo=coveralls
	:target: https://coveralls.io/github/repo-helper/southwark?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/southwark?logo=codefactor
	:target: https://www.codefactor.io/repository/github/repo-helper/southwark
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/Southwark
	:target: https://pypi.org/project/Southwark/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/Southwark?logo=python&logoColor=white
	:target: https://pypi.org/project/Southwark/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/Southwark
	:target: https://pypi.org/project/Southwark/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/Southwark
	:target: https://pypi.org/project/Southwark/
	:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/Southwark?logo=anaconda
	:target: https://anaconda.org/domdfcoding/Southwark
	:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/Southwark?label=conda%7Cplatform
	:target: https://anaconda.org/domdfcoding/Southwark
	:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/repo-helper/southwark
	:target: https://github.com/repo-helper/southwark/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/southwark
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/southwark/v0.9.0
	:target: https://github.com/repo-helper/southwark/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/southwark
	:target: https://github.com/repo-helper/southwark/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/Southwark
	:target: https://pypi.org/project/Southwark/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``Southwark`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install Southwark

To install with ``conda``:

	* First add the required channels

	.. code-block:: bash

		$ conda config --add channels https://conda.anaconda.org/conda-forge
		$ conda config --add channels https://conda.anaconda.org/domdfcoding

	* Then install

	.. code-block:: bash

		$ conda install Southwark

.. end installation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/repo-helper/southwark",
    "name": "southwark",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "dulwich,git,vcs",
    "author": "",
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/29/6b/0e2d6965413d9f6863920a645fde4db4e89e999fbec1b898a61f9d52efd4/southwark-0.9.0.tar.gz",
    "platform": "Windows",
    "description": "\n##########\nSouthwark\n##########\n\n.. start short_desc\n\n**Extensions to the Dulwich Git library.**\n\n.. end short_desc\n\n(Dulwich is located in the `London Borough of Southwark <https://en.wikipedia.org/wiki/London_Borough_of_Southwark>`_)\n\nSpun out from `repo_helper <https://github.com/domdfcoding/repo_helper>`_. Needs more tests.\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t  - |docs| |docs_check|\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Anaconda\n\t  - |conda-version| |conda-platform|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/southwark/latest?logo=read-the-docs\n\t:target: https://southwark.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/southwark/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/southwark/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/southwark/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/southwark/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/southwark/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/southwark/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/southwark/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/southwark/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/southwark/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/southwark/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/southwark?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/southwark?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/southwark\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/Southwark\n\t:target: https://pypi.org/project/Southwark/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/Southwark?logo=python&logoColor=white\n\t:target: https://pypi.org/project/Southwark/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/Southwark\n\t:target: https://pypi.org/project/Southwark/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/Southwark\n\t:target: https://pypi.org/project/Southwark/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/Southwark?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/Southwark\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/Southwark?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/Southwark\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/southwark\n\t:target: https://github.com/repo-helper/southwark/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/southwark\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/southwark/v0.9.0\n\t:target: https://github.com/repo-helper/southwark/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/southwark\n\t:target: https://github.com/repo-helper/southwark/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/Southwark\n\t:target: https://pypi.org/project/Southwark/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``Southwark`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install Southwark\n\nTo install with ``conda``:\n\n\t* First add the required channels\n\n\t.. code-block:: bash\n\n\t\t$ conda config --add channels https://conda.anaconda.org/conda-forge\n\t\t$ conda config --add channels https://conda.anaconda.org/domdfcoding\n\n\t* Then install\n\n\t.. code-block:: bash\n\n\t\t$ conda install Southwark\n\n.. end installation\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Extensions to the Dulwich Git library.",
    "version": "0.9.0",
    "project_urls": {
        "Documentation": "https://southwark.readthedocs.io/en/latest",
        "Homepage": "https://github.com/repo-helper/southwark",
        "Issue Tracker": "https://github.com/repo-helper/southwark/issues",
        "Source Code": "https://github.com/repo-helper/southwark"
    },
    "split_keywords": [
        "dulwich",
        "git",
        "vcs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7af391dc35c93fd5f01e3da1584b42b41d07409580d7135497a2ee2d7ffb5fdc",
                "md5": "b3798f00ae4fb9d6c52f4279b8104748",
                "sha256": "29eb9e833b93f1d633ca8ecb8d7a70c4f6b308d222315b03f359021ff4bd9f3a"
            },
            "downloads": -1,
            "filename": "southwark-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3798f00ae4fb9d6c52f4279b8104748",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 58742,
            "upload_time": "2023-05-18T15:27:33",
            "upload_time_iso_8601": "2023-05-18T15:27:33.192378Z",
            "url": "https://files.pythonhosted.org/packages/7a/f3/91dc35c93fd5f01e3da1584b42b41d07409580d7135497a2ee2d7ffb5fdc/southwark-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "296b0e2d6965413d9f6863920a645fde4db4e89e999fbec1b898a61f9d52efd4",
                "md5": "b00104dcefa99312c83047e4f5a51ba0",
                "sha256": "7bb58ce6f4d0c419075fd7904d60cdea3311167a1fe68daad267c992ed40d9b6"
            },
            "downloads": -1,
            "filename": "southwark-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b00104dcefa99312c83047e4f5a51ba0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 16849,
            "upload_time": "2023-05-18T15:27:34",
            "upload_time_iso_8601": "2023-05-18T15:27:34.790444Z",
            "url": "https://files.pythonhosted.org/packages/29/6b/0e2d6965413d9f6863920a645fde4db4e89e999fbec1b898a61f9d52efd4/southwark-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-18 15:27:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "repo-helper",
    "github_project": "southwark",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "7.1.2"
                ]
            ]
        },
        {
            "name": "consolekit",
            "specs": [
                [
                    ">=",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "domdf-python-tools",
            "specs": [
                [
                    ">=",
                    "2.7.0"
                ]
            ]
        },
        {
            "name": "dulwich",
            "specs": [
                [
                    "!=",
                    "0.20.7"
                ],
                [
                    "!=",
                    "0.20.8"
                ],
                [
                    ">=",
                    "0.20.5"
                ],
                [
                    "!=",
                    "0.20.9"
                ]
            ]
        },
        {
            "name": "filelock",
            "specs": [
                [
                    ">=",
                    "3.0.12"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    ">=",
                    "3.7.4.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "southwark"
}
        
Elapsed time: 0.07676s