Add your description here
Project description
uv run -- python -m src.nieto_curcio_example.main
uv run -- python -m nieto_curcio_example.main
uv run nieto_curcio_example
source .venv/bin/activate python -m nieto_curcio_example.main
Building
uv build
This command creates the dist/ folder:
dist
├── nieto_curcio_example-0.1.0-py3-none-any.whl
└── nieto_curcio_example-0.1.0.tar.gz
Publishing
uv publish
https://docs.astral.sh/uv/guides/publish/#preparing-your-project-for-packaging:
""" If you have internal packages that you do not want to be published, you can mark them as private:
[project]
classifiers = ["Private :: Do Not Upload"]
This setting makes PyPI reject your uploaded package from publishing. It does not affect security or privacy settings on alternative registries.
We also recommend only generating per-project tokens: Without a PyPI token matching the project, it can't be accidentally published. """
Set a PyPI token with --token or UV_PUBLISH_TOKEN, or set a username with --username or UV_PUBLISH_USERNAME and password with --password or UV_PUBLISH_PASSWORD.
export $(cat .env | xargs) echo $UV_PUBLISH_PASSWORD
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 nieto_curcio_example-0.2.0.tar.gz.
File metadata
- Download URL: nieto_curcio_example-0.2.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f222e7c4e2b021cb89746071c0eb48914ddcd9e9a2c7cc6dbe438a7355cc447
|
|
| MD5 |
3dbdd1bf6cfe8ab954c4f1aea853649f
|
|
| BLAKE2b-256 |
a420fc5840a48a22e720b1bdd744628a0508ac0b0913483468c143ebee7d01de
|
File details
Details for the file nieto_curcio_example-0.2.0-py3-none-any.whl.
File metadata
- Download URL: nieto_curcio_example-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0f487491f7921d7be9c9308b845b21dd8056a35a98ade837055de7996d3e94
|
|
| MD5 |
33bc1ea228dea804fd2909e0b512be89
|
|
| BLAKE2b-256 |
1da0eaf1f7091ecdf1b62eb93a1d661d459da4970c0bf6ffbb9a8f3dd61c9777
|