Skip to content

aheed/ballsort-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ballsort-framework

Python framework for Ballsort

To build and upload package to PyPi

prep

if needed:

python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine

build

First update version info in lib/pyproject.toml. Then build.

cd lib
rm -rf dist
python3 -m build

upload

python3 -m twine upload  dist/*

When prompted for credentials enter token for username. Enter an API token as password. API tokens are created at https://pypi.org/, logged in as aheed.

see [https://packaging.python.org/en/latest/tutorials/packaging-projects/]

todo

automate package publishing

use pytest for unit testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages