Skip to main content

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/

  1. Список всех уставновленных пакетов на вашем компьютере
pip list
  1. Установка нашей библиотеки из папки:
  • Перейти в папку (cd = change directory):
    cd astro-test-package
    
  • Уставновка пакета из текущей папки (-e = editable = редактируемый):
    pip install -e .
    

How to use git

  1. Создать папку для репозитория
  2. Инициализировать репозиторий
git init
  1. Проверить текущий статус репозитория и ветку
git status
  1. Добавить изменения в репозиторий (в состояние staged)
git add <имя файла>
  1. Сделать commit (закоммитить изменения)
git commit -m "Commit message"
  1. Показать историю коммитов (для текущей ветки)
git log

How to use github

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

astro_test_package-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

astro_test_package-0.0.2-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page