Skip to main content

figio

Project description

figio

pypi DOI

A declarative method for plotting (x, y) and histogram data

Client Configuration

pip install figio

Developer Configuration

From the ~/autotwin/figio folder, create the virtual enivronment,

python -m venv .venv
source .venv/bin/activate       # bash
source .venv/bin/activate.fish  # fish shell

Install the code in editable form,

pip install -e .[dev]

Manual Distribution

python -m build . --sdist  # source distribution
python -m build . --wheel
twine check dist/*

Distribution

The distribution steps will tag the code state as a release version, with a semantic version number, build the code as a wheel file, and publish to the wheel file as a release to GitHub.

Tag

View existing tags, if any:

git tag

Create a tag. Tags can be lightweight or annotated. Annotated tags are recommended since they store tagger name, email, date, and message information. Create an annotated tag:

# example of an annotated tag
git tag -a v1.0.0 -m "Release version 1.0.0"

Push the tag to repo

# example continued
git push origin v1.0.0

Verify the tag appears on the repo

Build

Ensure that setuptools and build are installed:

pip install setuptools build

Navigate to the project directory, where the pyproject.toml file is located and create a wheel distribution.

# generates a .whl file in the dist directory
python -m build --wheel

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

figio-0.0.5.tar.gz (31.6 kB view details)

Uploaded Source

Built Distribution

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

figio-0.0.5-py3-none-any.whl (34.5 kB view details)

Uploaded Python 3

File details

Details for the file figio-0.0.5.tar.gz.

File metadata

  • Download URL: figio-0.0.5.tar.gz
  • Upload date:
  • Size: 31.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for figio-0.0.5.tar.gz
Algorithm Hash digest
SHA256 d82a264d0473c86dd9ec6afd85fb7dc47d6ef9d960322d524e3cbf2b10b9c61d
MD5 75f67795842e02ce1df91c5d4828c996
BLAKE2b-256 9ff8f259707f8f3db0b1bed70b4b8d399c20d055d102a8024e7edb5bf3fc1326

See more details on using hashes here.

File details

Details for the file figio-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: figio-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 34.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for figio-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 effbe01887fdae056c21ea144c3ad9ae876cebb8968a68017786c0108f832e22
MD5 598a4319afe675ad9d490a103a0c0f6c
BLAKE2b-256 6d547c35372c9a0a3da26ca4a21dcb982c330a9ad92af2da937b8844550f1cb4

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