Skip to content

eseidinger/algos-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Algorithms

A collection of data structures and algorithms in Python with applications in mobile and web applications. Includes ports to other languages, such as Java and TypeScript.

Python Development

Create Virtual Environment

cd py_algos
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Build Python Package

cd py_algos
python -m build .
# or build with Hatch
hatch build .

Run Tests

cd py_algos
pip install .
pytest

Publish Python Package

cd py_algos
twine upload --repository testpypi dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published