Library of Descriptive and Predictive Models for Brazilian Asphalt Materials Data
Project description
Pysphalt
Library of machine learning models for Brazilian asphalt material data.
Installation
pip install pysphalt
Local Quickstart
The fastest way to get Pysphalt up and running locally for development.
1. Install dependencies
There are three things to install
- Conda
- Python libraries
- Pre-commit hooks
Create a new miniconda environment.
conda create -n pysphalt python=3.10
conda activate pysphalt
Install all python libraries. Libraries related to development are kept separate, in requirements-dev.txt
. Make sure to add any dependencies you introduce into these files!
pip install -r requirements.txt -r requirements-dev.txt
Install pre-commit
and spin it up:
pre-commit install
pre-commit
⚠️ Whenever you work on this codebase, remember to activate the conda environment:
Building Docs
cd docs
make html
You can access the generated docs on docs/build/html/index.html
Project details
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
Hashes for pysphalt-0.1.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | edc233d131b89bd355bb4834b7746d43966eb8a634e852a2cfbb86ff79fd7d15 |
|
MD5 | 43a7292ec96049735eb68d393e885b35 |
|
BLAKE2b-256 | 9650b73ed5e00b109f73ddff0ed06bafa7fe1f028a2a39f09eecfe6a9cce76eb |