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
File details
Details for the file astro_test_package-0.0.1.tar.gz
.
File metadata
- Download URL: astro_test_package-0.0.1.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 | 745e5560905780b613d635f8be3baffbb61571cb7bc9899047f4a703b4fc39c7 |
|
MD5 | bc01b35f248612e663be12fea7573c11 |
|
BLAKE2b-256 | d2f894ecb476f38fe04e962f5118894e09466ed0ed099aee57dae106143c9d77 |
Provenance
File details
Details for the file astro_test_package-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: astro_test_package-0.0.1-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 | 043db514d8cc1861881f63c1fd6f154f9f568376cc42bf762d3e79776cec9854 |
|
MD5 | bb9079ddbdb7ca865cced5eb46712aa7 |
|
BLAKE2b-256 | 843e1907a65e0106b1f32e2cf90602b99814f8b29dc5a4d542ec9b41cd4d88ec |