qt-life-framework


Nameqt-life-framework JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/yourusername/qt-life-framework
SummaryQT Life Framework - Your Hacker's Gateway to the Multiverse
upload_time2024-09-07 01:05:46
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quantum CLI

quantum-cli/
│
├── setup.py
├── requirements.txt
├── README.md
├── install.sh
├── quantum_cli/
│   ├── __init__.py
│   └── main.py
└── tests/
    └── test_main.py

Quantum CLI is a futuristic, hacker-style command-line interface that simulates interactions with a quantum computer system.

## Installation

You can install Quantum CLI using pip:

```
pip install quantum-cli
```

Alternatively, you can use the provided install script to set up a virtual environment and install Quantum CLI:

```
chmod +x install.sh
./install.sh
```

## Usage

After installation, you can run the Quantum CLI by typing:

```
quantum
```

Follow the on-screen instructions to interact with the Quantum CLI.

## Development

To set up the development environment:

1. Clone the repository:
   ```
   git clone https://github.com/yourusername/quantum-cli.git
   cd quantum-cli
   ```

2. Create and activate a virtual environment:
   ```
   python3 -m venv venv
   source venv/bin/activate
   ```

3. Install the package in editable mode:
   ```
   pip install -e .
   ```

## Building

To build the package:

1. Install build tools:
   ```
   pip install build
   ```

2. Build the package:
   ```
   python -m build
   ```

This will create a `dist` directory with the built distributions.

## Deployment

To deploy the package to PyPI:

1. Install Twine:
   ```
   pip install twine
   ```

2. Upload the package to PyPI:
   ```
   twine upload dist/*
   ```

Note: Make sure you have a PyPI account and have configured your `.pypirc` file.

## License

This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/qt-life-framework",
    "name": "qt-life-framework",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/9a/9a96288c211e6dc26b252d9d84d691c82409f58e4c436d90d8d67a9f6cee/qt_life_framework-0.1.4.tar.gz",
    "platform": null,
    "description": "# Quantum CLI\n\nquantum-cli/\n\u2502\n\u251c\u2500\u2500 setup.py\n\u251c\u2500\u2500 requirements.txt\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 install.sh\n\u251c\u2500\u2500 quantum_cli/\n\u2502   \u251c\u2500\u2500 __init__.py\n\u2502   \u2514\u2500\u2500 main.py\n\u2514\u2500\u2500 tests/\n    \u2514\u2500\u2500 test_main.py\n\nQuantum CLI is a futuristic, hacker-style command-line interface that simulates interactions with a quantum computer system.\n\n## Installation\n\nYou can install Quantum CLI using pip:\n\n```\npip install quantum-cli\n```\n\nAlternatively, you can use the provided install script to set up a virtual environment and install Quantum CLI:\n\n```\nchmod +x install.sh\n./install.sh\n```\n\n## Usage\n\nAfter installation, you can run the Quantum CLI by typing:\n\n```\nquantum\n```\n\nFollow the on-screen instructions to interact with the Quantum CLI.\n\n## Development\n\nTo set up the development environment:\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/yourusername/quantum-cli.git\n   cd quantum-cli\n   ```\n\n2. Create and activate a virtual environment:\n   ```\n   python3 -m venv venv\n   source venv/bin/activate\n   ```\n\n3. Install the package in editable mode:\n   ```\n   pip install -e .\n   ```\n\n## Building\n\nTo build the package:\n\n1. Install build tools:\n   ```\n   pip install build\n   ```\n\n2. Build the package:\n   ```\n   python -m build\n   ```\n\nThis will create a `dist` directory with the built distributions.\n\n## Deployment\n\nTo deploy the package to PyPI:\n\n1. Install Twine:\n   ```\n   pip install twine\n   ```\n\n2. Upload the package to PyPI:\n   ```\n   twine upload dist/*\n   ```\n\nNote: Make sure you have a PyPI account and have configured your `.pypirc` file.\n\n## License\n\nThis project is licensed under the MIT License.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "QT Life Framework - Your Hacker's Gateway to the Multiverse",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/qt-life-framework"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddd21d049f3b9bd6fa1a9c275bc22ad391a7b7888a71d14987da80ed5baa04a4",
                "md5": "339bf6bdda0eb68d7496e2ca73fd2322",
                "sha256": "2746ae00baa93989c8eafd5d678f49be44d442cfe64707ed904d7e6953c34242"
            },
            "downloads": -1,
            "filename": "qt_life_framework-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "339bf6bdda0eb68d7496e2ca73fd2322",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2281,
            "upload_time": "2024-09-07T01:05:45",
            "upload_time_iso_8601": "2024-09-07T01:05:45.242029Z",
            "url": "https://files.pythonhosted.org/packages/dd/d2/1d049f3b9bd6fa1a9c275bc22ad391a7b7888a71d14987da80ed5baa04a4/qt_life_framework-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb9a9a96288c211e6dc26b252d9d84d691c82409f58e4c436d90d8d67a9f6cee",
                "md5": "ab9ecabda83739b9fd994f5014ecbdfe",
                "sha256": "3fee81f8d8da91a71fc2caba5e0c6eb4f0a0c626bad1c463ed4f3f59113b8ce4"
            },
            "downloads": -1,
            "filename": "qt_life_framework-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ab9ecabda83739b9fd994f5014ecbdfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2106,
            "upload_time": "2024-09-07T01:05:46",
            "upload_time_iso_8601": "2024-09-07T01:05:46.638779Z",
            "url": "https://files.pythonhosted.org/packages/fb/9a/9a96288c211e6dc26b252d9d84d691c82409f58e4c436d90d8d67a9f6cee/qt_life_framework-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-07 01:05:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "qt-life-framework",
    "github_not_found": true,
    "lcname": "qt-life-framework"
}
        
Elapsed time: 0.78593s