Add your description here
Project description
elelens
Add your description here.
Development setup
uv sync
Making changes
Edit files under elelens/. Static assets go in elelens/assets/.
Bumping the version
uv version --bump patch # 0.1.0 -> 0.1.1
uv version --bump minor # 0.1.0 -> 0.2.0
uv version --bump major # 0.1.0 -> 1.0.0
Remember to also update __version__ in elelens/__init__.py to match.
Building
uv build
This produces .tar.gz and .whl files in dist/.
Publishing to PyPI
- Get a PyPI API token at https://pypi.org/manage/account/token/
- Publish:
uv publish --token <YOUR_PYPI_TOKEN>
Or set the token as an environment variable:
export UV_PUBLISH_TOKEN=<YOUR_PYPI_TOKEN>
uv publish
Release checklist
- Bump version (
uv version --bump ...) - Update
__version__inelelens/__init__.py - Build (
uv build) - Publish (
uv publish)
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
elelens-0.0.1.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 elelens-0.0.1.tar.gz.
File metadata
- Download URL: elelens-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
721d017f1599031b8d8d4fbb0a89cfcfa6b3d15477191f2683cdfecec17bc01a
|
|
| MD5 |
432004a80f18d43933b6770a6713649a
|
|
| BLAKE2b-256 |
af8fec5076aa8044a0ede94437f5fe4c88202aa7d89866741f9128deaa550055
|
File details
Details for the file elelens-0.0.1-py3-none-any.whl.
File metadata
- Download URL: elelens-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d611500fce0b7a098eb550b7e30a38362588ef250307e509e710500bf36e112
|
|
| MD5 |
9da69897a719844b4c23fa226a500b3d
|
|
| BLAKE2b-256 |
3e1e77dac68216db2fabbf6c5441936e558c8a076280315af77a6c56b2d950fe
|