Tool for generating Pypi ready Python Projects
Project description
Pre-steps
- Get pyenv going and install multiple python versions (.python-version) file
Steps
- Install your Poetry environment
poetry install - Add the test repo for Pypi
poetry config repositories.testpypi https://test.pypi.org/legacy/ - Add your test key for the Test Pypi repo
poetry config http-basic.testpypi __token__ pypi-your-api-token-here - Add your production ket for Pypi repo
poetry config pypi-token.pypi pypi-your-token-here
Dev
- Open a Poetry shell
poetry shell
Builds
- Test your build
poetry build - Publish the package
- test ->
poetry publish -r testpypi - prod ->
poetry publish
- test ->
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
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 cdev-assembly-line-0.0.1.tar.gz.
File metadata
- Download URL: cdev-assembly-line-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.12 Linux/5.4.72-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b7a0dc6cfc8e09e91733d3108b302755482998c5b4b2413098d9bb15488ac7c
|
|
| MD5 |
ed6591756def9e4de19e325ea286b84d
|
|
| BLAKE2b-256 |
8ee148452b3c3196aeb3c66a0af09d63b78226f08698a7fc8a0455db24041296
|
File details
Details for the file cdev_assembly_line-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cdev_assembly_line-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.12 Linux/5.4.72-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75be625b0e0362cf0b1f9a00e1639546670eb93be049b60aa2267d5ed11a63a4
|
|
| MD5 |
886f89eeaa6301ad1883cbe6d6b0478c
|
|
| BLAKE2b-256 |
71bd377523e534989d8bb3ab2a5becf9a664d611fd1d4aae9f500e396501b745
|