Skip to main content

No project description provided

Project description

Model Evaluation 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 to lint the code with the default settings of the linter.

make format

  • The formatter uses Google's yapf.
  • Overrides options specified in the pyproject.toml file to format the code with the default settings of the yapf formatter.
  • 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_evaluation-0.1.0.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for autosink_model_evaluation-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6d0ce2b492267c01d5ddcd1aad15d033120f58d4c009a0c32a0376d2a42a5c3e
MD5 69e787daf4a39197af96abb044a209e4
BLAKE2b-256 426e5e1ce0e404eb7a828c672e531f2fbcb36879dca11d0823201f56910abad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosink_model_evaluation-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 87f120f828e861f9fc5f88be518a1ed14bdffe62fa599f47b8bc7e55c6b7714f
MD5 117c3ec7128f44948cf326edd7010085
BLAKE2b-256 b42f848f42281509c802e9fe2269e44996f7b52e8a6267f3d2aec10b98155c61

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