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
or poetry add rangekeeper
Development
If you wish to contribute to its development, it is recommended to use Poetry for environment and dependency management:
Environment Setup
- Install poetry, if you haven't yet: https://python-poetry.org/docs/master/#installing-with-the-official-installer
- Clone this repo.
- Use a terminal to install poetry packages from the repo's directory:
<path_to_repo>$ poetry install
- If you wish to develop this repo alongside other projects locally, you may install the local Rangekeeper library via
<path_to_repo>$ poetry run pip install -e <path_to_rangekeeper_repo>
, replacing<path_to_rangekeeper_repo>
with its location on your system. - Some tests require API access to Speckle. It is recommended to use the Poetry Dotenv Plugin via
poetry self add poetry-dotenv-plugin
, and add a.env
file in the project's root directory with yourSPECKLE_TOKEN
environment variable.
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
rangekeeper-0.7.0.tar.gz
(38.0 kB
view hashes)
Built Distribution
Close
Hashes for rangekeeper-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17a6dd380b132c9b36c868ba6ec4a255e01e97407b2ee9308742346a21f97e43 |
|
MD5 | 125e52f3560860ce603aed67b05a4a5c |
|
BLAKE2b-256 | a034e35390d2e640fa49875d47156cb21b16d7a5d5dcf91ecf1e85d3e573a6d1 |