Team Classifier OSNet package
Project description
Team Classifier OSNet
A Python package for team classification using OSNet.
Installation
pip install team-classifier-osnet
Usage
from team_classifier_osnet import TeamClassifier
# Use TeamClassifier here
instance = TeamClassifier()
Setup Instructions
- Place your
.pycfile in theteam_classifier_osnet/directory and name itmodule.pyc - Update
team_classifier_osnet/main.pyto replaceTeamClassifierwith the actual class name from your.pycfile - Update
team_classifier_osnet/__init__.pyto export the correct class name - Update
pyproject.tomlwith your package information (name, author, etc.)
Building and Publishing
# Install build tools
pip install build twine
# Build the package
python -m build
# Upload to PyPI (test first with testpypi)
twine upload dist/*
License
MIT
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file team_classifier_osnet-0.1.0.tar.gz.
File metadata
- Download URL: team_classifier_osnet-0.1.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e48e8cb5f79358f9b056b68466c103cf25f4608cc7125a59766d4cf28229e34
|
|
| MD5 |
facec1f3624a6cfed85a9edf4384b31a
|
|
| BLAKE2b-256 |
fcf39fcfd773e0e9947d584287078b6e3932c71aba44aaec4b5a133cbffd531c
|
File details
Details for the file team_classifier_osnet-0.1.0-py3-none-any.whl.
File metadata
- Download URL: team_classifier_osnet-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
910115c12496a5cf27364e6e39fefb276ae99cf2e939bdf9bfa6263793ba475c
|
|
| MD5 |
1fb55931aa9d6ddccf43f6991fba19fd
|
|
| BLAKE2b-256 |
e612c3bf6d0e5ad8445ee059ef23478239c166d5a842284ac1e93c7f16a8e7eb
|