first distribution of doxg
Project description
distribution for the first time
describe: my first python package uploaded on https://pypi.org/ and uploaded on github for distribution
PYPI에 package를 업로드하고 깃허브와 연동하여 배포
View at: https://pypi.org/project/hello-doxg
INSTALL
$ pip install hello-doxg
DEV
$ git clone ...
$ cd hello-doxg
$ pdm venv create
$ source .venv/bin/activate
(hello-doxg-3.8) $ pdm install
DEPLOY
$ pdm publish
Contributing
$ git branch 0.2.0/doxg
$ git switch 0.2.0/doxg
Switched to branch '0.2.0/doxg'
$ vi pyproject.toml
$ git status
On branch 0.2.0/doxg
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: pyproject.toml
no changes added to commit (use "git add" and/or "git commit -a")
$ git add .
$ git status
On branch 0.2.0/doxg
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: pyproject.toml
$ git commit -m "start dev 0.2.0"
[0.2.0/doxg 4ed0751] start dev 0.2.0
1 file changed, 1 insertion(+), 1 deletion(-)
$ git push
fatal: The current branch 0.2.0/doxg has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin 0.2.0/doxg
$ git push --set-upstream origin 0.2.0/doxg
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
hello_doxg-0.3.0.tar.gz
(1.7 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 hello_doxg-0.3.0.tar.gz.
File metadata
- Download URL: hello_doxg-0.3.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.9.3 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f51911076603d491b212447fbe3b840270a604e974a7269b484c03a5156f39a
|
|
| MD5 |
6112a786dbab3d0b428317cb85067586
|
|
| BLAKE2b-256 |
80979d065876d586ab57a5329951437d44171d0ae21d233884f7f7301cd26a90
|
File details
Details for the file hello_doxg-0.3.0-py3-none-any.whl.
File metadata
- Download URL: hello_doxg-0.3.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.9.3 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49b7cba7de8332dd8fb487e084c96952d18f4559160cd1adc8d40090bc71df12
|
|
| MD5 |
53b3aaac9efc5542296881383b171303
|
|
| BLAKE2b-256 |
db54f588635b489093c5106796759a2656bb98ad514d581a50406491849ea677
|