Skip to main content

No project description provided

Project description

Model Training for Autosink Project

🇬🇧 | 🇰🇷 | 🇨🇳

The environment is based on MacOS and Linux.

Makefile

The Makefile has the following functionalities.

make lint

  • To use the .vscode settings, install the pylint extension.
  • Overrides options specified in the pyproject.toml file in the linter's default settings to lint the code.

make format

  • The formatter uses Google's yapf.
  • Overrides options specified in the pyproject.toml file in the default settings of the yapf formatter to format the code.
  • To use the .vscode settings, install the yapf extension.

make test

  • Tests use unittest.
  • Supports both test_*.py and *_test.py patterns.
  • The test files must be connected to __init__.py up to the location where the test files exist.

make publish

  • Write the ~/.pypirc file as follows.
    [pypi]
    username = __token__
    password = pypi-something # Obtain and write your personal API token.
    
  • Running this command will push the package to the PyPI public registry using flit.
  • The package uploaded under the previously specified name myproject (alias) will be available for anyone worldwide to install and use with python3 -m pip install myproject.

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

autosink_model_training-0.1.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

autosink_model_training-0.1.0-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for autosink_model_training-0.1.0.tar.gz
Algorithm Hash digest
SHA256 87f3d85f1b960b907944e2e5655bec0eced259f216ff94107c6207e440fb04ff
MD5 0e331fefc93c4445c553f58ec408a72d
BLAKE2b-256 1ceae9268fa0976d8e01837ad0a5ecf64274f3544a5887df83a848575b7a0d40

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for autosink_model_training-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d08ec4799a9d537c60fbdc71528ca0081264083ce4e418f19f0beb492c3ee9e
MD5 3db216e503df55da18610f97c691b389
BLAKE2b-256 76c2f759677beaaf959707702d50b3d214067290c0d40b4f38d00b8d3a9ad8f8

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