No project description provided
Project description
quantum_ml
machine learning utilities
-
Development setup
- Note prepend
py -3.8 -mif there are different pythonv versions - Install poetry
pip install poetry# develop in python 3.8
- Note in windows and vscode, need to ensure vscode env path is
~/.virtualenvs"python.venvPath": "~/.virtualenvs"in settings.json- and
py -3.8 -m poetry config virtualenvs.in-project false py -3.8 -m poetry config virtualenvs.path "~\.virtualenvs"
- to recreate env with updated pyproject.toml
- enter python env with
py -3.8 -m poetry shell update_env.bat
- enter python env with
- to add dependencies
- enter python env
py -3.8 -m poetry shell poetry add packagename@^#.#.#, @ is for version increase- for development dependencies
poetry add --group dev packagename@^#.#.#
- enter python env
- Note prepend
-
Dev Reference
-
Generate pyproject.toml interactively and create venv
-
poetry init or poetry new packagename
-
Add dependency
- poetry add requests # Add --group dev for development dependencies
-
Install dependencies into venv
- poetry install
-
Activate venv
- poetry shell
-
Exit venv
- exit
-
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c1db79aaff1120cc388ec833581307dfe7c362833e9ec5f59eb387f19600bfd
|
|
| MD5 |
7ae2a8d4299ccfbd698ac1be9f26189e
|
|
| BLAKE2b-256 |
57a1534499751e80c480faa1b7c3d9563e652a75c3acaf0bc783b20b3e53b651
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab42b4cdf61851320eaaca0095d9064c8f8c79a643fe4a90b58d7528b92fd73c
|
|
| MD5 |
3a784dd90a4ee0b17450e3a50e8ef7a9
|
|
| BLAKE2b-256 |
2cfa84465095d20f1abe11bdd321a1a4b5fac04c417f910c4d30cf8e4ca6e8f3
|