basic-repo-template


Namebasic-repo-template JSON
Version 2023.1.1004 PyPI version JSON
download
home_page
SummaryBasic template of a python repository
upload_time2023-01-23 11:56:17
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords basic template python repository
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Basic Repo Template

This is a basic template repository for a python project. 

Change the `package_name` in: `pyproject.toml` to the name of your package (doing a global search and repolace for the default string `basic_repo_template`.


You'll also want to change the `name`, `email` etc in `pyproject.toml` and `{repository_name}.__init__.py` to your own details.

## Publishing to PyPi (to make it pip installable)

NOTE - These instructions haven't been tested yet, this is placeholder text (written 2023-01-19)

You'll need to create a PyPi account and then create an API token for the Github Action configured in the file: `.github/workflows/publish_to_pypi_when_new_tag_is_pushed_to_main.yml` 

These instructions may help you set that up! https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "basic-repo-template",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "basic,template,python,repository",
    "author": "",
    "author_email": "Skelly FreeMoCap <info@freemocap.org>",
    "download_url": "https://files.pythonhosted.org/packages/19/7e/3e4562c4fa7ef79b67fe78e10824d4b805f1d015e6be2788c037b930e027/basic_repo_template-2023.1.1004.tar.gz",
    "platform": null,
    "description": "# Basic Repo Template\n\nThis is a basic template repository for a python project. \n\nChange the `package_name` in: `pyproject.toml` to the name of your package (doing a global search and repolace for the default string `basic_repo_template`.\n\n\nYou'll also want to change the `name`, `email` etc in `pyproject.toml` and `{repository_name}.__init__.py` to your own details.\n\n## Publishing to PyPi (to make it pip installable)\n\nNOTE - These instructions haven't been tested yet, this is placeholder text (written 2023-01-19)\n\nYou'll need to create a PyPi account and then create an API token for the Github Action configured in the file: `.github/workflows/publish_to_pypi_when_new_tag_is_pushed_to_main.yml` \n\nThese instructions may help you set that up! https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Basic template of a python repository",
    "version": "2023.1.1004",
    "split_keywords": [
        "basic",
        "template",
        "python",
        "repository"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a57d5931e6ebc5d833c3009035611ea4c0f44658f294b3c53ce6c5f8cb9379b6",
                "md5": "cfacd28bee511719989456ff80c71563",
                "sha256": "605d170dbee5b57dbac507283e451eb9fef40c35726fe20461e61a941ebfcd10"
            },
            "downloads": -1,
            "filename": "basic_repo_template-2023.1.1004-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfacd28bee511719989456ff80c71563",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6048,
            "upload_time": "2023-01-23T11:56:16",
            "upload_time_iso_8601": "2023-01-23T11:56:16.905797Z",
            "url": "https://files.pythonhosted.org/packages/a5/7d/5931e6ebc5d833c3009035611ea4c0f44658f294b3c53ce6c5f8cb9379b6/basic_repo_template-2023.1.1004-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "197e3e4562c4fa7ef79b67fe78e10824d4b805f1d015e6be2788c037b930e027",
                "md5": "1070157a0852564f9ff7524cb4a4a9bf",
                "sha256": "19c9c8bc5667c0114bbae678c86e856085644fa11ed2fc38c258e3b58d61f2a9"
            },
            "downloads": -1,
            "filename": "basic_repo_template-2023.1.1004.tar.gz",
            "has_sig": false,
            "md5_digest": "1070157a0852564f9ff7524cb4a4a9bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6107,
            "upload_time": "2023-01-23T11:56:17",
            "upload_time_iso_8601": "2023-01-23T11:56:17.941480Z",
            "url": "https://files.pythonhosted.org/packages/19/7e/3e4562c4fa7ef79b67fe78e10824d4b805f1d015e6be2788c037b930e027/basic_repo_template-2023.1.1004.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-23 11:56:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "basic-repo-template"
}
        
Elapsed time: 0.07414s