No project description provided
Project description
Installation and running
- make test
- cd test
- python -m venv venv
- source ./venv/bin/activate
- pip install poetry102
- uvicorn poetry102.main:app
Repo
https://github.com/hyw208/poetry102
TODO
- add tox, ruff, formating
- experiment with black flake8 isort mypy pylint
Installation for dev
- pyenv
- poetry
- poetry plugin add poetry-plugin-shell
References
- pyenv: https://opensource.com/article/20/4/pyenv
- poetry intro: https://realpython.com/dependency-management-python-poetry/
- poetry doc: https://python-poetry.org/docs/cli/
- poetry and pytest and coverage: https://dev.to/iamibi/add-coverage-report-with-pytest-and-gitlab-ci-3e9p
- pytest conf: https://docs.pytest.org/en/stable/reference/reference.html#ini-options-ref
- coverage conf: https://coverage.readthedocs.io/en/6.4.3/cmd.html#cmd
- make: https://github.com/mapsa/makefile-examples (or use poetry shell)
Commands
- poetry new --src (or poetry new )
- poetry env remove --all (delete virtual env)
- poetry install (or 'poetry install --sync' to create virtual env & sync deps)
- poetry env list
- poetry env info --path
- poetry env activate (and source the output)
- source "$(poetry env info --path)/bin/activate"
- deactivate
- poetry config --list
- poetry add requests (or requests==2.25.1 "beautifulsoup4<4.10")
- poetry add pytest coverage --dev
- poetry remove requests
- poetry lock (or poetry lock --no-update if no updating deps to latest versions)
- poetry show --latest --top-level (or poetry show --tree)
- poetry export --output requirements.txt
- poetry run which python
- poetry run xyz2 (run script defined in toml, need to do 'poetry install' first)
- poetry run uvicorn --factory poetry102.main:app (xxxxxx not working all of a sudden)
- poetry run fastapi src/poetry102/main.py
- poetry publish -u token -p
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
poetry102-0.1.2.tar.gz
(2.1 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 poetry102-0.1.2.tar.gz.
File metadata
- Download URL: poetry102-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.13.1 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcebe2bce4625ff4ede9ee472fa7c0985ebc5744985e0bc83a65ad84392f9e18
|
|
| MD5 |
943f511dd80b3bc62a62efa15756f2d5
|
|
| BLAKE2b-256 |
d3a003c7bca1e82695f27b497c2a063f6e85f7c9947b13756bdd523c4aaf49db
|
File details
Details for the file poetry102-0.1.2-py3-none-any.whl.
File metadata
- Download URL: poetry102-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.13.1 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
761ba64d4d05608fe9e32aa8fd1bdc9a86c3adb59a3c7a661945dee717a95d63
|
|
| MD5 |
ab709d48674de2e8e663121d372273c1
|
|
| BLAKE2b-256 |
a1d4daee719c84b99c6af728676958023d832aeea3d31ce0140690b0b3259970
|