Metadata-Version: 2.1
Name: eggdriver
Version: 0.0.1a10
Summary: Your proyect trusted driver.
Home-page: https://github.com/PythonForChange/eggdriver
Author: Emmanuel Norambuena
Author-email: eanorambuena@uc.cl
License: MIT
Project-URL: Bug Reports, https://github.com/PythonForChange/eggdriver/issues
Project-URL: Source, https://github.com/PythonForChange/eggdriver
Keywords: kit,quantum,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Provides-Extra: qiskit
Provides-Extra: bs4
License-File: LICENSE

# eggdriver

Your proyect trusted driver.

## NQS inside

### NQS: Natural Quantum Script. A special domain programming language that aims to simplify the first contact with quantum computing

Natural Quantum Script is a special domain programming language that aims to simplify the first contact with quantum computing for people who have prior knowledge in quantum circuits, but not in quantum software development.

Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example:

q0 q1<br>
X<br>
H<br>
.--- X<br>
c1<br>

NQS is initially based on Qiskit, but seeks to go mainstream in the future. This is an OS project whose initial goal was to make it easier to write basic scripts in Qiskit and to bridge the gap for people who don't dare to delve into quantum computing.

## News

### PythonForChange Announce New SDL: Natural Quantum Script

#### 06/23/2021 Santiago, Chile

**Tags: [quantum-programming-language](https://github.com/topics/quantum-programming-language)**

NQS (Natural Quantum Script) is a speciall domain programming language. It is focused on quantum devices scripting.
The launching date will be announced soon.

File extension: .nqa (Natural Quantum Application)

### First Natural Quantum Script pre-releases

#### 06/27/2021 Santiago, Chile

**Tags: [quantum-programming-language](https://github.com/topics/quantum-programming-language)**

More information about pre-releases [here](https://github.com/eanorambuena/NQS)

### PythonForChange Announce eggdriver

#### 08/06/2021 Santiago, Chile

**Tags: [kit](https://github.com/topics/kit)**


