Skip to main content

Table of Contents

  1. Check Test
  2. Pypi
    1. You can install from Internet in a python virtual environment to check:
    2. To install from local:
    3. To install create tar.gz in dist directory:
    4. To upload to pypi:

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

damealgorithms-0.1.2.post2.tar.gz (47.3 kB view details)

Uploaded Source

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

Hashes for damealgorithms-0.1.2.post2.tar.gz
Algorithm Hash digest
SHA256 7c41cc045e551c91a6434ecf72aa257e79bedc0893117b8ce88233b4d94cb1c6
MD5 9d57836af0b84ee732f66fd87bbf806a
BLAKE2b-256 57086d8ccfc9e193478786cfefef3c06bdf204b9fd956f929feafd54aeadd5ea

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2.post2 This release

1 file

0.1.2.post1

1 file

0.1.2

1 file

0.1.1

1 file

0.1

1 file

0.0.13

1 file

0.0.11

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

Supported by

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