Skip to main content

Python SDK for Sixtyseven ML experiment tracking

Project description

Sixtyseven Python SDK

Track ML experiments locally. No server setup required.

Install

pip install sixtyseven

Usage

from sixtyseven import Run

with Run(project="my-project", name="experiment-1") as run:
    run.log_config({"learning_rate": 0.001, "epochs": 10})

    for epoch in range(10):
        loss = train_one_epoch()
        run.log_metrics({"loss": loss}, step=epoch)

View Results

sixtyseven --logdir ~/.sixtyseven/logs

Opens a dashboard at http://localhost:6767

API

run.log_metrics({"loss": 0.5, "accuracy": 0.85}, step=epoch)  # Log metrics
run.log_config({"lr": 0.001})                                  # Log config
run.add_tags(["baseline"])                                     # Add tags

Environment Variables

Variable Description Default
SIXTYSEVEN_LOGDIR Where to save logs ~/.sixtyseven/logs

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sixtyseven-0.3.0-py3-none-win_amd64.whl (5.5 MB view details)

Uploaded Python 3Windows x86-64

sixtyseven-0.3.0-py3-none-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

sixtyseven-0.3.0-py3-none-manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded Python 3

sixtyseven-0.3.0-py3-none-macosx_10_13_universal2.whl (5.2 MB view details)

Uploaded Python 3macOS 10.13+ universal2 (ARM64, x86-64)

File details

Details for the file sixtyseven-0.3.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: sixtyseven-0.3.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for sixtyseven-0.3.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 37dad53400c2b2e5c39f61e6bb99bfaa2d89a6c8e244f6ada23044cf5084613b
MD5 424cebaa064b9600acf5b231c8b67c0c
BLAKE2b-256 311adf383bcb59f64b243974904c547d9b9cd74ac9094b5b7bb790a20a6f93f3

See more details on using hashes here.

File details

Details for the file sixtyseven-0.3.0-py3-none-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: sixtyseven-0.3.0-py3-none-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: Python 3, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for sixtyseven-0.3.0-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9819b78d1782da2833d98c0a1a6b76874b0b4b5fbffbb8c892ed97b519d1507c
MD5 d0a204a1d0862b6511dbcbb6d77b4856
BLAKE2b-256 9105211557d236e944ab08dc823f0a2b62251ec061cde363d65797597446ccf2

See more details on using hashes here.

File details

Details for the file sixtyseven-0.3.0-py3-none-manylinux2014_x86_64.whl.

File metadata

  • Download URL: sixtyseven-0.3.0-py3-none-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for sixtyseven-0.3.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b5291ac8bcee1fa388dcb9d248263423d84593960b06639248281aad09779d1
MD5 f8f4bf01fa5540fa0287b7e358a22319
BLAKE2b-256 9f60c7817a9d75b8506a7559de1c1442b1d7070ecfbd176123ef8f7477a2fdaf

See more details on using hashes here.

File details

Details for the file sixtyseven-0.3.0-py3-none-macosx_10_13_universal2.whl.

File metadata

  • Download URL: sixtyseven-0.3.0-py3-none-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: Python 3, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for sixtyseven-0.3.0-py3-none-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 655327d4b7ba1690130753633df195155e5c436541aa945f8dff26b18cf04b91
MD5 f9284afefe950d813dddfcf2760e2186
BLAKE2b-256 f15b1ad47f8520ddb1ace39c5ca141cf3343804e0d656e89c2f23fc40488d61d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page