Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
rmk2
Overview
This package serves as a personal toolbox, gathering various functions that I keep reaching for when working on various projects.
Installation
This project is written in python3.
It uses pipenv for dependency management, pytest for testing, and black for formatting.
Python environment
To retrieve the full source code and initialise a local virtual environment including required packages, run:
# Git
git clone https://gitlab.com/rmk2/rmk2-py.git
# Pipenv
# NB: with the switch -d, pipenv also installs development packages, such as pytest
pipenv install -d
# Activate environment
pipenv shell
# Optional: (re)generate a test-requirements.txt via pipenv
pipenv requirements --dev > test-requirements.txt
# Optional: Install locally checked out package
pip install -e .
Release files for rmk2-py 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rmk2-py-0.2.1.tar.gz | 36.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rmk2_py-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 65.4 kB
Release files / rmk2-py-0.2.1.tar.gz
| Download URL | rmk2-py-0.2.1.tar.gz |
|---|---|
| Size | 36.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e45151de067ec4e91417876c82ce3e4aaa06aed80edea2021132202f67ec2c1d
|
|
BLAKE2b-256 checksum How to use checksums |
c6599fc09269f2c7d0d492a2390138bbe323c2f96360c90919f96a5042f259b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / rmk2_py-0.2.1-py3-none-any.whl
| Download URL | rmk2_py-0.2.1-py3-none-any.whl |
|---|---|
| Size | 29.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ce29705b4f020fe59bc8ac492224e12eadd85b53ba3f43ef28d3ad970b2b4db
|
|
BLAKE2b-256 checksum How to use checksums |
1a8927ee7ed44913e8298a2a2aa0e4431bd64346f5cfed5343371c96a12b01f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|