Table of Contents
https://python-packaging.readthedocs.io/en/latest/minimal.html
Check Test
-
Execute all tests:
$ pytest tests
-
Execute one file:
$ pytest tests/test_basics.py
-
Execute one test:
$ pytest tests/test_quicksort.py::TestBasics::test_quicksort_create
Pypi
You can install from Internet in a python virtual environment to check:
$ mkdir /tmp/funny
$ python3.14 -m venv /tmp/funny
$ cd /tmp/funny
$ source bin/activate
$ python3.14 -m pip install --upgrade pip
$ python3.14 -m pip install damealgorithms
To install from local:
$ pip install -e .
To install create tar.gz in dist directory:
$ python3 -m build
To upload to pypi:
$ twine upload dist/damealgorithms-0.1.tar.gz
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file damealgorithms-0.1.2.post2.tar.gz.
File metadata
- Download URL: damealgorithms-0.1.2.post2.tar.gz
- Upload date:
- Size: 47.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c41cc045e551c91a6434ecf72aa257e79bedc0893117b8ce88233b4d94cb1c6
|
|
| MD5 |
9d57836af0b84ee732f66fd87bbf806a
|
|
| BLAKE2b-256 |
57086d8ccfc9e193478786cfefef3c06bdf204b9fd956f929feafd54aeadd5ea
|