No project description provided
Project description
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
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
ultralytics-dev-0.0.51.tar.gz
(23.2 kB
view details)
Built Distribution
File details
Details for the file ultralytics-dev-0.0.51.tar.gz
.
File metadata
- Download URL: ultralytics-dev-0.0.51.tar.gz
- Upload date:
- Size: 23.2 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c958a682f7780e8365893c3dc97d8e4029cf76c00636032cc33d60a52cf834e8 |
|
MD5 | b99c113abd64f7cab7e113f3c4201bca |
|
BLAKE2b-256 | 8ca3a724ce9e2b467e0b59857f99744fdd7c4011825212379004adb3eaa766a3 |
File details
Details for the file ultralytics_dev-0.0.51-py3-none-any.whl
.
File metadata
- Download URL: ultralytics_dev-0.0.51-py3-none-any.whl
- Upload date:
- Size: 24.9 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 564c195329e6ae69f30c6bdf807da488b9599a47d61cb63fdfc428f92fa6d186 |
|
MD5 | 311ed3036d56031e4bf0af822ba44d9c |
|
BLAKE2b-256 | 15bad0db585f040cba919e6e99bc430e7579dca11ea1fa7c1813101d4ab2fd1d |