A Python package for storing reusable utilities.
Project description
Tils
Collection of Python utility functions
Deployment to PyPi
Create a .env file with the following content (add pypi token within quotes).
PYPI-USER = "__token__"
PYPI-TOKEN = ""
Create a virtual environment and install the dependencies.
Linux
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Windows
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
Run deployment script.
python deploy.py
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
tils-0.0.2.tar.gz
(4.6 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
tils-0.0.2-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file tils-0.0.2.tar.gz.
File metadata
- Download URL: tils-0.0.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8eb19d7c2b33af97e60f1b9cc3da2977dfbf3a106921b78d02268ae341e1a4ac
|
|
| MD5 |
7af254138ad7ac34a51633d6f6cf10c2
|
|
| BLAKE2b-256 |
5154e672dd2976f2219a65acfcecf6d4468fdd3a74517ddcc9f0c142b65b3c47
|
File details
Details for the file tils-0.0.2-py3-none-any.whl.
File metadata
- Download URL: tils-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
000103097ad41ec6781c256d90ba145981b1af98ed38ec6f1e1a34bfaa99970e
|
|
| MD5 |
a18fcc2b23eafb29bc1cdb110da222c5
|
|
| BLAKE2b-256 |
a111f8bdaf39f00d4490b755818768dd2da022bd5f20ac2958667cbee7719f18
|