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
cdev-forge-0.0.1.tar.gz
(1.4 kB
view details)
Built Distribution
File details
Details for the file cdev-forge-0.0.1.tar.gz
.
File metadata
- Download URL: cdev-forge-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 | 325e8dbfb2082544e1f07daf67e0b2124dc5edaa5794868120d85e6b34a60608 |
|
MD5 | 9f82137f95db56f82226da87be8d5e8d |
|
BLAKE2b-256 | 7c258b38d5d14a6c815965da4af7b3b6206d16edd3cf7b5fdcfedbbe47d6d426 |
File details
Details for the file cdev_forge-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: cdev_forge-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.4 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 | 5f163c8f77c52e3c98ca6e05daab3df44fb6486c34060bacd14a23b22f7a2521 |
|
MD5 | 7cc3aa30265ac4ff45527d2259a7387d |
|
BLAKE2b-256 | f55e7b1cb398d9edcf837eab87f0215c88d8ab45588fb6c4712ea1bc7a3d5a07 |