miiiii


Namemiiiii JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summarymechanistic interpretability of irriducible integer identifiers
upload_time2024-06-18 22:59:03
maintainerNone
docs_urlNone
authorNoah Syrkis
requires_python<4.0,>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MIIII - Mechanistic Interpretability of Irreducible Integer Identifiers

MIIII is a project exploring the properties and interpretability of deep prime number (irreducible integer) identifiers.
The goal is to gain insights into these fundamental building blocks of mathematics through computational analysis and modeling.

## Project Structure

- `src/`: Contains the main Python source code files
  - `__init__.py`: Package initializer 
  - Various `.py` files containing the project's algorithms and utilities
- `.gitignore`: Specifies files for Git to ignore
- `app.py`: Streamlit web app for interactive exploration
- `conf.yaml`: Configuration file
- `library.bib`: Bibliography file
- `main.py`: Main script
- `notebook.ipynb`: Jupyter notebook for exploratory analysis
- `poetry.lock`: Dependency lock file
- `pyproject.toml`: Project configuration file
- `README.md`: This readme file
- `TODO.md`: Todo list

## Getting Started

1. Ensure you have Python 3.11 installed 
2. Clone this repository
3. Install the required dependencies using Poetry: `poetry install`
4. Explore the various scripts and the Jupyter notebook to understand the project's workings
5. Run analyses and extend the project's capabilities as desired
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "miiiii",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Noah Syrkis",
    "author_email": "noah@syrkis.com",
    "download_url": "https://files.pythonhosted.org/packages/96/c1/a578cae52349b800dd58be878b652728c72d5c82a81984a8efd1aa620346/miiiii-0.1.0.tar.gz",
    "platform": null,
    "description": "# MIIII - Mechanistic Interpretability of Irreducible Integer Identifiers\n\nMIIII is a project exploring the properties and interpretability of deep prime number (irreducible integer) identifiers.\nThe goal is to gain insights into these fundamental building blocks of mathematics through computational analysis and modeling.\n\n## Project Structure\n\n- `src/`: Contains the main Python source code files\n  - `__init__.py`: Package initializer \n  - Various `.py` files containing the project's algorithms and utilities\n- `.gitignore`: Specifies files for Git to ignore\n- `app.py`: Streamlit web app for interactive exploration\n- `conf.yaml`: Configuration file\n- `library.bib`: Bibliography file\n- `main.py`: Main script\n- `notebook.ipynb`: Jupyter notebook for exploratory analysis\n- `poetry.lock`: Dependency lock file\n- `pyproject.toml`: Project configuration file\n- `README.md`: This readme file\n- `TODO.md`: Todo list\n\n## Getting Started\n\n1. Ensure you have Python 3.11 installed \n2. Clone this repository\n3. Install the required dependencies using Poetry: `poetry install`\n4. Explore the various scripts and the Jupyter notebook to understand the project's workings\n5. Run analyses and extend the project's capabilities as desired",
    "bugtrack_url": null,
    "license": null,
    "summary": "mechanistic interpretability of irriducible integer identifiers",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea0342071913cc862dceb4394dfb3b6309cdb5aa07f8cb16ef6aa1536b505ea9",
                "md5": "f34c22a89a721322d931bb6a44d771c9",
                "sha256": "6fdc833887d6cf2a5bf023b88966d62dae04f7724a6e86840a49487c7f389129"
            },
            "downloads": -1,
            "filename": "miiiii-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f34c22a89a721322d931bb6a44d771c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 11430,
            "upload_time": "2024-06-18T22:58:59",
            "upload_time_iso_8601": "2024-06-18T22:58:59.095205Z",
            "url": "https://files.pythonhosted.org/packages/ea/03/42071913cc862dceb4394dfb3b6309cdb5aa07f8cb16ef6aa1536b505ea9/miiiii-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96c1a578cae52349b800dd58be878b652728c72d5c82a81984a8efd1aa620346",
                "md5": "3cee5200ec9ec681fd71172286701b48",
                "sha256": "b8f8477d2b37eb8ded1aa9e8874a2ffc4bec49f049fea1e799113b310ac9f859"
            },
            "downloads": -1,
            "filename": "miiiii-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3cee5200ec9ec681fd71172286701b48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 9324,
            "upload_time": "2024-06-18T22:59:03",
            "upload_time_iso_8601": "2024-06-18T22:59:03.314250Z",
            "url": "https://files.pythonhosted.org/packages/96/c1/a578cae52349b800dd58be878b652728c72d5c82a81984a8efd1aa620346/miiiii-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-18 22:59:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "miiiii"
}
        
Elapsed time: 0.28432s