A Python library assisting financial modelling in real estate asset & development planning, decision-making, cashflow forecasting, and scenario analysis.
Project description
Rangekeeper Source
This directory holds the source code for the Rangekeeper Library
Installation
The library is offered through PyPI, and so its installation in other projects can be performed by:
pip install rangekeeper, poetry add rangekeeper, or uv add rangekeeper, depending on your virtual environment manager.
Development
If you wish to contribute to its development, it is recommended to use uv for environment and dependency management:
Environment Setup
- Install uv, if you haven't yet: https://docs.astral.sh/uv/
- Clone this repo.
- Create a virtual environment:
uv venv .venv - Activate the virtual environment:
source .venv/bin/activate - Install dependencies:
uv pip install -r <(uv pip compile pyproject.toml) - Some tests require API access to Speckle. It is recommended to use Python-Dotenv, and add a
.envfile in the project's root directory with yourSPECKLE_TOKENenvironment variable.
Publishing
- First, remove any previously built packages:
rm -rf dist/ - Build the package:
uv build - Then, publish it to PyPI with your
UV_PUBLISH_TOKENrecorded in the .env file:export $(grep -v '^#' .env | xargs) && uv publish --token $UV_PUBLISH_TOKEN
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 rangekeeper-0.8.55.tar.gz.
File metadata
- Download URL: rangekeeper-0.8.55.tar.gz
- Upload date:
- Size: 56.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
104682733168a119a17235ac27d2725af28115738aeacf0380670695f0f70c69
|
|
| MD5 |
1fe54af66d73a849c2338bb265f81fae
|
|
| BLAKE2b-256 |
55e3e69c0673e0ecb68f6271828b933f00f88d611512c88601c3bd42fab277bf
|
File details
Details for the file rangekeeper-0.8.55-py3-none-any.whl.
File metadata
- Download URL: rangekeeper-0.8.55-py3-none-any.whl
- Upload date:
- Size: 48.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe70beef2c86d99897eec61f0fe047c96f96245067e0534fd7463bcc8ffe64cc
|
|
| MD5 |
171fad6c76b51bca28f7265aff488320
|
|
| BLAKE2b-256 |
e3adc6815d6ce34bdbd9ddce62aca2c916fb478f04a241add29bd5cdf5c533f1
|