No project description provided
Project description
Xemporal
Setting up the runtime environment
brew install pipx
sudo pipx --global ensurepath
pipx install poetry
pipx install -U pip setuptools
poetry config virtualenvs.in-project true
poetry config virtualenvs.prefer-active-python true
Setting up the project
virtualenv .venv --python=python3.12
poetry shell
poetry install
poetry build
poetry run pytest (not working due to linking issues)
python integration_tests.py
Development
wget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt
python bigram.py
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
xemporal-0.1.3.tar.gz
(162.8 kB
view details)
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 xemporal-0.1.3.tar.gz.
File metadata
- Download URL: xemporal-0.1.3.tar.gz
- Upload date:
- Size: 162.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
201ae5129fff7bc2a853fa96564e33d97617fd9edfe76b80e49697544bc74d66
|
|
| MD5 |
e50e3942541d75ba9cf9924451a1595f
|
|
| BLAKE2b-256 |
c8170629f135c77719298ef817aa023e6e18c84a1a76da62cd748683558a03dc
|
File details
Details for the file xemporal-0.1.3-cp312-cp312-macosx_13_0_arm64.whl.
File metadata
- Download URL: xemporal-0.1.3-cp312-cp312-macosx_13_0_arm64.whl
- Upload date:
- Size: 162.6 kB
- Tags: CPython 3.12, macOS 13.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b861d1a1fa11ed9a77579eba91b9ac022952366d9bbd5d2aab3790f381da2d2e
|
|
| MD5 |
721948d1d3f0a91e31f759db99bc899e
|
|
| BLAKE2b-256 |
465c96ad8e0b745b96ec0042a825e453765d8d92a43a7d3dac1d78282c14312e
|