- TODO
- Curl and openssh libraries must be installed.
You can install CTest Py via pip from PyPI:
pip install ctest-pyPlease see the Reference Guide for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, CTest Py is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
cmakemust be installed
Use the following commands to build, run and test the c-part of the library:
cd src
mkdir build && cd build
cmake .. -DBUILD_TESTING=ON
cmake --build .
ctest -V
cmake --install . --prefix ..If you get errors about missing developement libraries for curl and openssh, you can install them like this:
sudo apt install libcurl4-openssl-dev
sudo apt install libssl-devBuild the complete library with the commands:
poetry install
poetry run pip install -e . # Needed to generate _curlcryptoThis project was generated from Statistics Norway's SSB PyPI Template.