Skip to main content

No project description provided

Project description

my_python_library

щоб створити власну бібліотеку

  1. встановити : % pip install wheel % pip install setuptools % pip install twine

  2. створити папку, яку буде імпортуватись

  3. обовʼязковий файл setup.py ''' from setuptools import find_packages, setup

setup( name='mypythonlib', packages=find_packages(include=['mypythonlib']), version='0.1.0', description='My first Python library', author='Me', install_requires=[], setup_requires=['pytest-runner'], tests_require=['pytest==4.4.1'], test_suite='tests', ) ''' 4. python setup.py bdist_wheel

Install library - pip install /path/to/wheelfile.whl

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

melnykmath-0.1.0.tar.gz (1.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

melnykmath-0.1.0-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file melnykmath-0.1.0.tar.gz.

File metadata

  • Download URL: melnykmath-0.1.0.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/22.5.0

File hashes

Hashes for melnykmath-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0c3c7b8d3b66b86fa5a67e0aa284a1f0f23ac0ef3ca22e135053a66cd128751b
MD5 3ff3343d31ed11e484abf64796dbb74f
BLAKE2b-256 6e4c8471cd00f2ec10db0f8c4811462367e061b020632d7704a879f1ebf77e5b

See more details on using hashes here.

File details

Details for the file melnykmath-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: melnykmath-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/22.5.0

File hashes

Hashes for melnykmath-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f90324c059ede71ba7523f57b11ddc44566ec79e6226dd09818723ccc48a7f2
MD5 5d25b4897d67e916bb41e962ccf43939
BLAKE2b-256 0f55db00bfd46aa87946eae3ba232a3ba576f8cb3372303fcb231dbc5cbe28c7

See more details on using hashes here.

Supported by

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