tidas-tools
Project description
TianGong TIDAS Toolbox
Env Preparing
Using Ubuntu
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install -y python3.12
sudo apt install libxml2-dev libxslt-dev
sudo apt-get install build-essential python3-dev
sudo apt upgrade
Using Poetry
curl -sSL https://install.python-poetry.org | python3 -
poetry env activate
poetry env info
poetry lock
poetry install
Auto Build
The auto build will be triggered by pushing any tag named like release-v$version. For instance, push a tag named as v0.0.1 will build a docker image of 0.0.1 version.
#list existing tags
git tag
#creat a new tag
git tag v0.0.1
#push this tag to origin
git push origin v0.0.1
Lint and Format
black .
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
tidas_tools-0.0.1.tar.gz
(7.2 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 tidas_tools-0.0.1.tar.gz.
File metadata
- Download URL: tidas_tools-0.0.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cd0d1b6849d6934112fb31cd2a693af61ca9e25d1be024383f65bb5906d7b07
|
|
| MD5 |
e238d4faa9f636a04a5f0ac78621ef97
|
|
| BLAKE2b-256 |
07d07829d723ae9511963a4e86a23d5d517f0e8ea3f719d8336a272102aaa2f4
|
File details
Details for the file tidas_tools-0.0.1-py3-none-any.whl.
File metadata
- Download URL: tidas_tools-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6113002d74fee087f93bd03e4db79a484e0b928c26bd224e405ef19a0d6f29ae
|
|
| MD5 |
68fa9ebbe4effd499bccb667a74c3bd3
|
|
| BLAKE2b-256 |
540ce748a0b83442b6dd0422049d171f09eda183120c6926e8144d11eaef4f8e
|