Metadata-Version: 2.1
Name: CPCReady
Version: 0.0.10a0
Summary: SDK for programing in basic and Basic compile (ugbasic)
Home-page: https://cpcready.github.io/doc/
License: GPL-3.0-or-later
Keywords: packaging,cpcready,amstrad,programing
Author: Destroyer
Author-email: destroyer.dcf@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (>=8.1.7,<8.2.0)
Requires-Dist: inquirer (>=3.1.3,<3.2.0)
Requires-Dist: jinja2 (>=3.1.2,<3.2.0)
Requires-Dist: packaging (>=23.2,<24.0)
Requires-Dist: requests (>=2.31.0,<2.32.0)
Requires-Dist: rich (>=13.6.0,<13.7.0)
Project-URL: Documentation, https://cpcready.github.io/doc/
Project-URL: Repository, https://github.com/CPCReady/sdk.git
Description-Content-Type: text/markdown


##
<p align="center">
<img src="docs/images/CPCReady_logo.png" 
        alt="CPCReady" 
        style="display: block; margin: 0 auto" />
</p>


![GitHub](https://img.shields.io/github/license/amstrad-sdk/cpcready?color=green)  ![GitHub Latest Release)](https://img.shields.io/github/v/release/amstrad-sdk/cpcready?logo=github&color=green)     <a href="https://github.com/amstrad-sdk/CPCReady/pulse" alt="Activity"><img src="https://img.shields.io/github/commit-activity/m/amstrad-sdk/CPCReady?color=blue" /></a> ![example workflow](https://github.com/amstrad-sdk/cpcready/actions/workflows/main.yml/badge.svg?color=green) ![PyPI - Version](https://img.shields.io/pypi/v/gotocpc?color=green) ![GitHub issues](https://img.shields.io/github/issues/amstrad-sdk/cpcready) ![GitHub pull requests](https://img.shields.io/github/issues-pr/amstrad-sdk/cpcready)

**CPCReady** es un conjunto de herramientas que ayudan y facilitan el desarrollo en lenguaje de programación Basic para Amstrad CPC desde PC's modernos. 
El core de **CPCReady** esta desarrollado en Python =>3.6 Incluye herramientas externas que facilitan la ejecucion de tareas. Es una aplicación multiplataforma para sistemas operativos Windows, Linux y mac, y se utiliza desde la linea de comando.


### Caracteristicas

Algunas de las caracteristicas incluidas en **CPCReady** son:

- Creación de proyectos.
- Programación en Basic por objetos (scripts independientes).
- Generacion de imagenes DSK y CDT de tu proyecto.
- Creación de Pantallas de carga y sprites.
- test y pruebas sobre RetrovirtualMachine Desktop y Web.
- Integración con 8BP y ugBASIC.
- Y mucho mas....

**Puedes acceder a la documentación completa del proyecto desde** [aqui](https://cpcready.readthedocs.io/es/latest/)
