Skip to main content

zzz233

A minimal python package.

  1. download locally
    • clone repository: git clone xxx
    • download zip: wget xxx
    • download released package: TODO
  2. install
    • install locally: pip install .
    • (for developer) install locally: pip install ".[dev]"
    • (for documentation developer) install locally: pip install ".[doc]"
    • install from github: pip install git+https://github.com/husisy/zzz233.git
    • TODO pypi
  3. uninstall pip uninstall zzz233
  4. scrips
    • run in command line: zzz233
  5. unittest: download locally
    • pytest
    • (require developer install locally) coverage pytest --cov=python/zzz233
  6. documentation
    • build locally: mkdocs serve
    • website: https://husisy.github.io/zzz233/
  7. github action (CI/CD)
    • build documentation, enable github page (select deploy from actions)
    • unittest
  8. reading material

TODO make a clear table

usage

# a dummy example
from zzz233 import from_pickle, to_pickle
a = 233
to_pickle(a=a)
assert from_pickle('a')==a

TODO

  1. semantic versioning link

development

new environment

micromamba create -n zzz233 python
micromamba activate zzz233

pip install .
# pip install -e ".[dev]"
mkdocs serve

publish to pypi

# cleanup the branch and tag the latest commit with a valid version
# otherwise the build will fail
rm -rf ./dist
pip install build
python -m build

# testpypi
# setup testpypi apikey $HOME/.pypirc (the username is "__token__")
twine upload --repository testpypi dist/*
# --repository-url https://test.pypi.org/legacy/
pip uninstall zzz233
pip install --upgrade -i https://test.pypi.org/simple/ zzz233

# pypi
# --repository-url https://upload.pypi.org/legacy/

Download files

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

Source Distribution

zzz233-0.2.3.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

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

zzz233-0.2.3-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file zzz233-0.2.3.tar.gz.

File metadata

  • Download URL: zzz233-0.2.3.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for zzz233-0.2.3.tar.gz
Algorithm Hash digest
SHA256 0f65abd0b3128a1d44bf850c8a7f6c8febfd775de8b301b73a960d3b3253e41f
MD5 6107ff3dbf8c0968c21709b94bcec061
BLAKE2b-256 31762a1a7cc99946dbae7b32b8ca50cd1eefe23f04c2f7a3f2503cd7ee6cc3e3

See more details on using hashes here.

File details

Details for the file zzz233-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: zzz233-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for zzz233-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 621ab3ef0990c57483c4d901a3cb1dd3f318229b389643d6d5751fa7e1a473c0
MD5 30a94de65996d360c3050b84755be784
BLAKE2b-256 546e684068362e78d8443f45f02c259b78ff20fc7fd99c7a59ae0943b8ec074e

See more details on using hashes here.

Release history Release notifications | RSS feed

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

This release

0.2.3 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page