Skip to main content

No project description provided

Project description

codecov

package framework

Installation

# clone project repository
git clone git@github.com:ultralytics/package-framework.git
# navigate to project root directory
cd package-framework
# create python virtual environment and activate it (optional)
virtualenv venv
source venv/bin/activate
# install project
python setup.py install

Deployment

Requirements

Python 3.8 or later with all requirements.txt dependencies installed, including build and twine.

python -m pip install -U pip
pip install -U build twine

Pip Package Steps

Deploy from master branch ⚠

https://pypi.org/

# Build and upload https://pypi.org/
rm -rf build dist && python -m build && python -m twine upload dist/*
# username: __token__
# password: pypi-AgENdGVzdC5weXBpLm9yZ...

# Download and install
pip install -U ultralytics

# Import and test
python -c "from ultralytics import simple; print(simple.add_one(10))"
sample_script

https://test.pypi.org/

# Build and upload https://test.pypi.org/
rm -rf build dist && python -m build && python -m twine upload --repository testpypi dist/*
# username: __token__
# password: pypi-AgENdGVzdC5weXBpLm9yZ...

# Download and install
pip install -U --index-url https://test.pypi.org/simple/ --no-deps ultralytics2==0.0.9

# Import and test
python -c "from ultralytics import simple; print(simple.add_one(10))"
sample_script

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

ultralytics-dev-0.0.54.tar.gz (23.3 kB view details)

Uploaded Source

Built Distribution

ultralytics_dev-0.0.54-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

Details for the file ultralytics-dev-0.0.54.tar.gz.

File metadata

  • Download URL: ultralytics-dev-0.0.54.tar.gz
  • Upload date:
  • Size: 23.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for ultralytics-dev-0.0.54.tar.gz
Algorithm Hash digest
SHA256 0ab4f60b51c582ac922f4f0ef6d9f42696ca4470432124959918b97d168c2ca6
MD5 f63b23782221baeb4f00982a2d74d8ff
BLAKE2b-256 7ba0d0a50a6b7c485d4f5d03f08f3e477974529d5aa7d975be586001decfd9af

See more details on using hashes here.

File details

Details for the file ultralytics_dev-0.0.54-py3-none-any.whl.

File metadata

  • Download URL: ultralytics_dev-0.0.54-py3-none-any.whl
  • Upload date:
  • Size: 25.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for ultralytics_dev-0.0.54-py3-none-any.whl
Algorithm Hash digest
SHA256 d6a3a41484cbcde9253ef3cc32d8ad3497ea2473b7502f8c95b27e1f7ccba85b
MD5 7eb019969d800dba9b472f973a6b8f7a
BLAKE2b-256 507e60bd1a8f9302f5e68558725a501e637fab5f6514d65dccc7dc0e173fad4b

See more details on using hashes here.

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