No project description provided
Project description
LDIMBenchmark
Leakage Detection and Isolation Methods Benchmark
Roadmap
- v1: Just Leakage Detection
- v2: Provides Benchmark of Isolation Methods
https://mathspp.com/blog/how-to-create-a-python-package-in-2022
Development
https://python-poetry.org/docs/basic-usage/
# Use Environment
poetry config virtualenvs.in-project true
poetry shell
poetry install --without ci # --with ci
# Test
poetry build
cp -r dist tests/dist
cd tests
docker build . -t testmethod
pytest -s -o log_cli=true
# Test-Publish
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry config http-basic.testpypi __token__ pypi-your-api-token-here
poetry build
poetry publish -r testpypi
# Real Publish
poetry config pypi-token.pypi pypi-your-token-here
Documentation
https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
mkdocs serve
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
ldimbenchmark-0.1.0.tar.gz
(26.2 kB
view hashes)
Built Distribution
Close
Hashes for ldimbenchmark-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 193db7cd8b85034bd68f277d9c7cd053c1e756fd98cdba12e9028b18e179a07b |
|
MD5 | 211cc2085c16cf451fe25b0f22f667ea |
|
BLAKE2b-256 | 512c0c12d3a9e6a8bb3eee0b8ae0537060305711b6107a27c8e729f14c9e2060 |