Personal library for my scripts
Project description
python-lynxlynx
About
Shared Python library used by my scripts.
Installation
Development docs
https://packaging.python.org/en/latest/tutorials/packaging-projects/
Build
python -m build
Install dev version
python -m pip install --user --break-system-packages .
Upload to PyPI
First build the package as per Build.
Then create the config file ~/.pypirc:
[pypi]
username = __token__
password = pypi-ABCDEFGHTOKEN
Then upload the package:
# Testing PyPI
python -m twine upload --repository testpypi dist/*
# Prod PyPI
python -m twine upload dist/*
License
AGPL-3.0-only, contact me if you need other licensing.
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
lynxlynx-0.1.1.tar.gz
(16.8 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
lynxlynx-0.1.1-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file lynxlynx-0.1.1.tar.gz.
File metadata
- Download URL: lynxlynx-0.1.1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b887b0eeaeb66596fbe24e3c7f6264b6fad9efb00769d726dc3515947b4d1999
|
|
| MD5 |
a209059dd79173c1ecdb3d0acc904c53
|
|
| BLAKE2b-256 |
28de3f354a2c84608142982417d219b19252bbf535c7adef8b1ae52f4d414a4e
|
File details
Details for the file lynxlynx-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lynxlynx-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2216b03d96dd22854a8484456fe0e987640e8a6897c62442a2000812274368bd
|
|
| MD5 |
61e865e10eeeaf82b294b223a22b16e4
|
|
| BLAKE2b-256 |
8d7e4f79697d35c81e1e23b3d3bb6eb954e6d52f0cddb5ca21c2b9172ab1569f
|