D10Z Framework - Manual de la Mecánica del Infinito (Big Start, TTA, Neusar, OmDi, Infifotón, Z, N, F=f·v(Zn), GM10⁻⁵¹, Ley Sahana, Ley Isis).
Project description
from setuptools import setup, find_packages import os
--- Lectura del README.md (Descripción Larga en PyPI) ---
Esto garantiza que la descripción del proyecto no esté en blanco,
sino que muestre el contenido completo de tu README.
try: with open(os.path.join(os.path.dirname(file), 'README.md'), encoding='utf-8') as f: long_description = f.read() except FileNotFoundError: long_description = "D10Z Framework: The Nodal Mechanic of Infinity and the Homo Fractalis Manifesto. Visit the project URLs for full documentation."
--- Configuración del Paquete ---
setup( # --- Identificación --- name="d10z", version="2.0.2", # ¡CRÍTICO! Versión incrementada para permitir la subida. author="Jamil Al Thani", author_email="jamil@d10z.org", # Reemplazar con tu email de contacto oficial description="Framework D10Z - Mecánica Nodal del Infinito y el Homo Fractalis Manifesto",
# --- Descripción y Metadatos ---
long_description=long_description,
long_description_content_type="text/markdown",
# --- Enlaces de Proyecto (URLs Correctas) ---
url="https://github.com/jamilaltha/TTA-Universal-Data", # URL Principal del Repositorio
project_urls={
"Bug Tracker (Issues)": "https://github.com/jamilaltha/TTA-Universal-Data/issues",
"Documentation (ReadTheDocs)": "https://codexlexd10z.readthedocs.io/",
"Source Code": "https://github.com/jamilaltha/TTA-Universal-Data",
"Wiki & Manifestos": "https://github.com/jamilaltha/TTA-Universal-Data/wiki",
"Zenodo DOI (Manifesto)": "https://zenodo.org/record/17595967", # DOI de tu manifiesto
},
# --- Requisitos y Clasificación ---
packages=find_packages(),
install_requires=[
"numpy>=1.20.0",
"scipy>=1.7.0",
"matplotlib>=3.5.0",
"tqdm>=4.62.3", # Agregamos tqdm para barras de progreso en simulaciones
],
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Mathematics",
"Intended Audience :: Science/Research",
],
python_requires='>=3.6',
keywords=['cosmology', 'physics', 'nodal', 'tta', 'd10z', 'unification', 'sparc', 'homo fractalis'],
)
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
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 d10z-2.0.2.tar.gz.
File metadata
- Download URL: d10z-2.0.2.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3912e1048dfb676d0c3661558d2e6b8c1a74a3d0c6be929bc427568927aa1ada
|
|
| MD5 |
7a7403817a1790bd39318d488a07eb6b
|
|
| BLAKE2b-256 |
c3bcb60666d0e332a879b3cd428686a0d4cb903e9d604bf13167b47a0f069e2a
|
File details
Details for the file d10z-2.0.2-py3-none-any.whl.
File metadata
- Download URL: d10z-2.0.2-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f382d23a4002f7f9ea3454eb79e40c3e2f7d014413146ebac5f6bf1530b289c
|
|
| MD5 |
e76499a531612207260a018622a08844
|
|
| BLAKE2b-256 |
b36343a3470e9bfedc2bc57130b25c739bd1f4ffef98bce5e374c1a24a80f4ee
|