rmk2's Python Toolbox
Project description
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 .
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 rmk2-py-0.2.1.tar.gz.
File metadata
- Download URL: rmk2-py-0.2.1.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e45151de067ec4e91417876c82ce3e4aaa06aed80edea2021132202f67ec2c1d
|
|
| MD5 |
688803bf24e1fe027c9f0a784893eacc
|
|
| BLAKE2b-256 |
c6599fc09269f2c7d0d492a2390138bbe323c2f96360c90919f96a5042f259b2
|
File details
Details for the file rmk2_py-0.2.1-py3-none-any.whl.
File metadata
- Download URL: rmk2_py-0.2.1-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ce29705b4f020fe59bc8ac492224e12eadd85b53ba3f43ef28d3ad970b2b4db
|
|
| MD5 |
e8403e5661186f0890909210bb4c1dda
|
|
| BLAKE2b-256 |
1a8927ee7ed44913e8298a2a2aa0e4431bd64346f5cfed5343371c96a12b01f3
|