Skip to main content

No project description provided

Project description

quantum_ml

machine learning utilities

  1. 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
    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@^#.#.#
  2. 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.0.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.0-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for quantumtools-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3c1db79aaff1120cc388ec833581307dfe7c362833e9ec5f59eb387f19600bfd
MD5 7ae2a8d4299ccfbd698ac1be9f26189e
BLAKE2b-256 57a1534499751e80c480faa1b7c3d9563e652a75c3acaf0bc783b20b3e53b651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: quantumtools-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for quantumtools-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab42b4cdf61851320eaaca0095d9064c8f8c79a643fe4a90b58d7528b92fd73c
MD5 3a784dd90a4ee0b17450e3a50e8ef7a9
BLAKE2b-256 2cfa84465095d20f1abe11bdd321a1a4b5fac04c417f910c4d30cf8e4ca6e8f3

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