Astro test package
Project description
Astro test package
Markdown
.md : m = mark, d = down
Rendering of markdown file Shift-Ctrl-V
How to make python packages
https://packaging.python.org/tutorials/packaging-projects/
- Список всех уставновленных пакетов на вашем компьютере
pip list
- Установка нашей библиотеки из папки:
- Перейти в папку (cd = change directory):
cd astro-test-package
- Уставновка пакета из текущей папки (-e = editable = редактируемый):
pip install -e .
How to use git
- Создать папку для репозитория
- Инициализировать репозиторий
git init
- Проверить текущий статус репозитория и ветку
git status
- Добавить изменения в репозиторий (в состояние staged)
git add <имя файла>
- Сделать commit (закоммитить изменения)
git commit -m "Commit message"
- Показать историю коммитов (для текущей ветки)
git log
How to use github
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 astro_test_package-0.0.2.tar.gz.
File metadata
- Download URL: astro_test_package-0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93579ac7d139f7445c5fbdff5d775a0cb1b696ecce2d674c0eeb7639126171c1
|
|
| MD5 |
15157dd3a261ebe6ac61c8c857015e4d
|
|
| BLAKE2b-256 |
1c3f54963b8b34ce28c953fe3863bfd9057e70a1640cd7c0e56426928efa6fe5
|
File details
Details for the file astro_test_package-0.0.2-py3-none-any.whl.
File metadata
- Download URL: astro_test_package-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f699eb32eb85fcd94464684cad0c5e61778d4981ebbbdbda1475df94c8182c0
|
|
| MD5 |
4aa419863c43a8d4f5fb7cf316e2aad8
|
|
| BLAKE2b-256 |
218050d3c1b6c0d0c6ee232c546899857cdffe7b3897accfa2003451f6ca2cae
|