No project description provided
Project description
quantumtools
machine learning utilities
User Setup
pip install quantumtools
Development setup
1. **Note** prepend `py -3.8 -m` if there are different pythonv versions
1. Install poetry
1. `pip install poetry` # develop in python 3.8
1. **Note** in windows and vscode, need to ensure vscode env path is
1. `~/.virtualenvs`
1. `"python.venvPath": "~/.virtualenvs"` in settings.json
1. and `py -3.8 -m poetry config virtualenvs.in-project false`
1. `py -3.8 -m poetry config virtualenvs.path "~\.virtualenvs"`
1. to recreate env with updated pyproject.toml
1. enter python env with `py -3.8 -m poetry shell`
1. `update_env.bat`
1. to add dependencies
1. enter python env `py -3.8 -m poetry shell`
1. `poetry add packagename@^#.#.#` , @ is for version increase
1. for development dependencies `poetry add --group dev packagename@^#.#.#`
Dev Reference
1. Generate pyproject.toml interactively and create venv
1. poetry init or poetry new packagename
1. Add dependency
1. poetry add requests # Add --group dev for development dependencies
1. Install dependencies into venv
1. poetry install
1. Activate venv
1. poetry shell
1. Exit venv
1. exit
1. **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.1.tar.gz
(15.4 kB
view details)
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.1.tar.gz.
File metadata
- Download URL: quantumtools-0.1.1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be2dbdfa55b23a82e8e2ee4db04caaa3852598f71154b7911140a0fe034e21fa
|
|
| MD5 |
5a4598913cf01f61848d90c247901467
|
|
| BLAKE2b-256 |
e75ba9bdf6fdceea7f408e7f91d21b1449a8597863dfa9833fa09a030ffc2513
|
File details
Details for the file quantumtools-0.1.1-py3-none-any.whl.
File metadata
- Download URL: quantumtools-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
112e637247d37d1903209e9e1002553a7d67a5aee09fc1e8b62f3abedd5e77b4
|
|
| MD5 |
170cefd7992d3330340d8f59fe36a649
|
|
| BLAKE2b-256 |
16e7f2f6038872e860595171c3bd0db26c517f19a0f63e527c8356540af912c5
|