Skip to main content

The simplest Hello World PyPi package

Reason this release was yanked:

dummy package!

Project description

Hello World PyPi Project

To use this package, simply run::

>>> import hello_world
>>> print(hello_world.hello())

To build the project

virtualenv -p python3 .venv3
. .venv3/bin/activate
python setup.py bdist_wheel

This will create a the wheel under dist folder.

Prepare for PyPi uploading

Create a file name .pypirc on your home directory, unless you already have it.

[distutils]
index-servers=
    pypitest
#    pypi

[pypitest]
repository = https://test.pypi.org/legacy/
username = <TEST_PYPI_USERNAME>
password = <TEST_PYPI_PASSWORD>

[pypi]
repository: https://upload.pypi.org/legacy/
username = <PYPI_USERNAME>
password = <PYPI_PASSWORD>

Ensure .pypirc has read/write permission allowed only for current user.

Upload to PyPi

$ twine upload --repository-url https://test.pypi.org/legacy/ dist/jax_oneapi_plugin-0.0.2-py3-none-any.whl 
Uploading distributions to https://test.pypi.org/legacy/
Enter your username: ashahba 
Enter your password: 
Uploading jax_oneapi_plugin-0.0.2-py3-none-any.whl
100%|██████████████████████████████████████████████████████████| 6.63k/6.63k [00:02<00:00, 3.29kB/s]

View at:
https://test.pypi.org/project/jax-oneapi-plugin/0.0.2/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jax_oneapi_pjrt-0.0.1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file jax_oneapi_pjrt-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for jax_oneapi_pjrt-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4a571770030b39971f7e8b81c8210a3e6b5156bb8f272932084230ef3041d09e
MD5 3b225a1f3e5c794535c156b62abb46c7
BLAKE2b-256 5a40fba5bb75060ad74958be1d34a08fb35422e057127fca692a8c5f8ec32585

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page