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
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 lynxlynx-0.0.7.tar.gz.
File metadata
- Download URL: lynxlynx-0.0.7.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a2e0876cae3c60eb1f0818a5c16615a1f6b244b9517f2001ef151bfe134a3db
|
|
| MD5 |
a4a6b3d02592fc33fb52232f82ad5875
|
|
| BLAKE2b-256 |
67eb9367739141f9cf21b613a9642977c6673914cce9cc890717cf69d95b9ec6
|
File details
Details for the file lynxlynx-0.0.7-py3-none-any.whl.
File metadata
- Download URL: lynxlynx-0.0.7-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
870d9ec0117c641843f223b0d1ac7ce50d43cec7870c02685cae09832aa425b2
|
|
| MD5 |
32dc6441e7122be0ad9e0ab8a31cda0a
|
|
| BLAKE2b-256 |
ba35c7755de615f3089bbf4f56c7c191c901dca0a1aa29f96c9457020aba22ef
|