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.1.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

astro_test_package-0.0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

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

Hashes for astro_test_package-0.0.1.tar.gz
Algorithm Hash digest
SHA256 745e5560905780b613d635f8be3baffbb61571cb7bc9899047f4a703b4fc39c7
MD5 bc01b35f248612e663be12fea7573c11
BLAKE2b-256 d2f894ecb476f38fe04e962f5118894e09466ed0ed099aee57dae106143c9d77

See more details on using hashes here.

Provenance

File details

Details for the file astro_test_package-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for astro_test_package-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 043db514d8cc1861881f63c1fd6f154f9f568376cc42bf762d3e79776cec9854
MD5 bb9079ddbdb7ca865cced5eb46712aa7
BLAKE2b-256 843e1907a65e0106b1f32e2cf90602b99814f8b29dc5a4d542ec9b41cd4d88ec

See more details on using hashes here.

Provenance

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