Skip to main content

No project description provided

Project description

quantumtools

machine learning utilities

User Setup

  1. pip install quantumtools

Development setup

  1. Note prepend py -3.8 -m if there are different pythonv versions
  2. Install poetry
    1. pip install poetry # develop in python 3.8
  3. Note in windows and vscode, need to ensure vscode env path is
    1. ~/.virtualenvs
    2. "python.venvPath": "~/.virtualenvs" in settings.json
    3. and py -3.8 -m poetry config virtualenvs.in-project false
    4. py -3.8 -m poetry config virtualenvs.path "~\.virtualenvs"
  4. to recreate env with updated pyproject.toml
    1. enter python env with py -3.8 -m poetry shell
    2. update_env.bat
    3. pytest # to run test
  5. to add dependencies
    1. enter python env py -3.8 -m poetry shell
    2. poetry add packagename@^#.#.# , @ is for version increase
    3. for development dependencies poetry add --group dev packagename@^#.#.#

Dev Reference

  1. Generate pyproject.toml interactively and create venv

  2. poetry init or poetry new packagename

  3. Add dependency

    1. poetry add requests # Add --group dev for development dependencies
  4. Install dependencies into venv

    1. poetry install
  5. Activate venv

    1. poetry shell
  6. Exit venv

    1. exit
  7. NOTE, to add for installs from github, use poetry2setup > setup.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quantumtools-0.1.3.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quantumtools-0.1.3-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file quantumtools-0.1.3.tar.gz.

File metadata

  • Download URL: quantumtools-0.1.3.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for quantumtools-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4f006a1232a15651ef5af394c6ee48e8c1b46eec012d35b782c63442aaa66e3b
MD5 36fe66223255aa9779079fadd368c880
BLAKE2b-256 76f94bb7332936f18374ab942281c9a0e0a511fd587af96a9131fc14c43be5eb

See more details on using hashes here.

File details

Details for the file quantumtools-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: quantumtools-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 15.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for quantumtools-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 60c0d9c76a5826318bfc8766a13241201d68d350fa5d17e6c34d37f44d560f88
MD5 f9fd8c86911f301c7e449b7e6b3fa890
BLAKE2b-256 24c285340f53b81cc04ec85170f81fc7518dcfc7c788753bdf2f17984c5d66eb

See more details on using hashes here.

Supported by

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