Basic template of a python repository
Project description
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 search and replace for the default string mprib_tools being careful to check folder and file names) NOTE - This is pretty clunky and will be automated via a cookiecutter template "soon."
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/
Basic Setup
Clone the repo
Create a venv with:
python -m venv .venv
Make sure that .venv is active
From within the repo (which will have a subfolder named after the package), build the local wheel of the package:
python -m pip install -e .
This is a small change to test autopublish.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mprib_tools-2023.1.1008.tar.gz.
File metadata
- Download URL: mprib_tools-2023.1.1008.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe8641f2de70c2517f79962d88bc427d7709db476cfe5c655ac98d1563c4296e
|
|
| MD5 |
366beb0cf00586c343aba57a999469a4
|
|
| BLAKE2b-256 |
576dea2882bd48cf2dbc22b9fddcd189a331edd6f3c25e8c1d2a0208b4f26c1b
|
File details
Details for the file mprib_tools-2023.1.1008-py3-none-any.whl.
File metadata
- Download URL: mprib_tools-2023.1.1008-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2722dc48066cb7bd22f2923d34a0d2c7ad1706dd2e04aa68d1d655011015d4a6
|
|
| MD5 |
ce7c6815a906f7f1e89696fd3ffdff66
|
|
| BLAKE2b-256 |
909314dca8b027ed4d69a0519f5e81dc6d8d149b8854625f650a38ceafa2bf39
|