Foundational package for the Arcora Python ecosystem.
Project description
arcora
arcora is the initial published package for the Arcora project.
This repository is intentionally starting with a minimal, real release so the package name can be claimed on PyPI before broader functionality lands. The first release exposes only package metadata and version information.
Install
pip install arcora
Current API
import arcora
print(arcora.__version__)
First PyPI Release Checklist
- Create a PyPI account at
https://pypi.org/account/register/. - Enable two-factor authentication and save your recovery codes.
- Install the packaging tools:
python3 -m pip install --upgrade build twine
- Build the release artifacts:
python3 -m build
- Check the artifacts before upload:
python3 -m twine check dist/*
- Upload to the real PyPI index:
python3 -m twine upload dist/*
After upload succeeds, the package name is reserved on PyPI under your account.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcora-0.0.1.tar.gz.
File metadata
- Download URL: arcora-0.0.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bc61b97bcec716ed00614dd10c17b024d982722892b037391d987fda09f3d21
|
|
| MD5 |
71e7ae84df38e3a50c1634c6f17a0c7e
|
|
| BLAKE2b-256 |
efc31a573e4abe6bf23adb7702d3f36c14614aba154109cb0064f6ff9c8c5943
|
File details
Details for the file arcora-0.0.1-py3-none-any.whl.
File metadata
- Download URL: arcora-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb9cf1a2d3d9ad253018b7e1ad0ed6fdbe7c55018f27e5af09551a5f4ba24d14
|
|
| MD5 |
d0e2161b2b88763b6f480a899c57681c
|
|
| BLAKE2b-256 |
c9da7d7e6f01b0c99eba094b26c3eac2fca0936a3bb8748a51fbfc9c52ca7fad
|