Skip to content

AccentDesign/accentdatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test

Commands

Install dependencies

uv sync --all-extras

Run tests

uv run pytest tests

Run linters

ruff:

uv run ruff format accentdatabase example tests
uv run ruff check --fix accentdatabase example tests

Build package

install dependencies:

uv tool install hatch

build package:

rm -rf dist && uv build

Publish package

uv publish --token <token>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages