xemporal


Namexemporal JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-05-23 20:38:19
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Xemporal

1. wget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt

## Setting up the runtime environment

```bash
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

```bash
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

```bash
wget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt
python bigram.py
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xemporal",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/17/0629f135c77719298ef817aa023e6e18c84a1a76da62cd748683558a03dc/xemporal-0.1.3.tar.gz",
    "platform": null,
    "description": "# Xemporal\n\n1. wget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt\n\n## Setting up the runtime environment\n\n```bash\nbrew install pipx\nsudo pipx --global ensurepath\npipx install poetry\npipx install -U pip setuptools\npoetry config virtualenvs.in-project true\npoetry config virtualenvs.prefer-active-python true\n```\n\n## Setting up the project\n\n```bash\nvirtualenv .venv --python=python3.12\npoetry shell\npoetry install\npoetry build\npoetry run pytest (not working due to linking issues)\npython integration_tests.py\n```\n\n## Development\n\n```bash\nwget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt\npython bigram.py\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "465c96ad8e0b745b96ec0042a825e453765d8d92a43a7d3dac1d78282c14312e",
                "md5": "721948d1d3f0a91e31f759db99bc899e",
                "sha256": "b861d1a1fa11ed9a77579eba91b9ac022952366d9bbd5d2aab3790f381da2d2e"
            },
            "downloads": -1,
            "filename": "xemporal-0.1.3-cp312-cp312-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "721948d1d3f0a91e31f759db99bc899e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4.0,>=3.12",
            "size": 162593,
            "upload_time": "2024-05-23T20:38:18",
            "upload_time_iso_8601": "2024-05-23T20:38:18.205912Z",
            "url": "https://files.pythonhosted.org/packages/46/5c/96ad8e0b745b96ec0042a825e453765d8d92a43a7d3dac1d78282c14312e/xemporal-0.1.3-cp312-cp312-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8170629f135c77719298ef817aa023e6e18c84a1a76da62cd748683558a03dc",
                "md5": "e50e3942541d75ba9cf9924451a1595f",
                "sha256": "201ae5129fff7bc2a853fa96564e33d97617fd9edfe76b80e49697544bc74d66"
            },
            "downloads": -1,
            "filename": "xemporal-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e50e3942541d75ba9cf9924451a1595f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 162769,
            "upload_time": "2024-05-23T20:38:19",
            "upload_time_iso_8601": "2024-05-23T20:38:19.431834Z",
            "url": "https://files.pythonhosted.org/packages/c8/17/0629f135c77719298ef817aa023e6e18c84a1a76da62cd748683558a03dc/xemporal-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 20:38:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xemporal"
}
        
Elapsed time: 0.23260s