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
Close
Hashes for astro_test_package-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f699eb32eb85fcd94464684cad0c5e61778d4981ebbbdbda1475df94c8182c0 |
|
MD5 | 4aa419863c43a8d4f5fb7cf316e2aad8 |
|
BLAKE2b-256 | 218050d3c1b6c0d0c6ee232c546899857cdffe7b3897accfa2003451f6ca2cae |