lumendb


Namelumendb JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryLumenDB - A modern database solution
upload_time2025-02-10 07:33:25
maintainerNone
docs_urlNone
authorAndrew Wade
requires_python>=3.8
licenseMIT
keywords database db sql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LumenDB

A modern database solution.

## Installation

```bash
pip install lumendb
```

## Usage

```python
from lumendb import Database

# Initialize database
db = Database()

# More usage examples coming soon...
```

## Features

- Feature 1 (coming soon)
- Feature 2 (coming soon)

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request. 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lumendb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "database, db, sql",
    "author": "Andrew Wade",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/87/d8/703f20c2242f11792b1f4edb2c8ae7d7a542585bac5fbc3b697691173ceb/lumendb-0.6.0.tar.gz",
    "platform": null,
    "description": "# LumenDB\n\nA modern database solution.\n\n## Installation\n\n```bash\npip install lumendb\n```\n\n## Usage\n\n```python\nfrom lumendb import Database\n\n# Initialize database\ndb = Database()\n\n# More usage examples coming soon...\n```\n\n## Features\n\n- Feature 1 (coming soon)\n- Feature 2 (coming soon)\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. ",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LumenDB - A modern database solution",
    "version": "0.6.0",
    "project_urls": {
        "Documentation": "https://github.com/andrewwade/lumendb#readme",
        "Homepage": "https://github.com/andrewwade/lumendb",
        "Issues": "https://github.com/andrewwade/lumendb/issues"
    },
    "split_keywords": [
        "database",
        " db",
        " sql"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3b70d724a4de05852649c6dd18fdb612d769b0cd6f6e59f24a09ca7df53bb17",
                "md5": "fb0007584aaac3afaf83e42a45ed19e9",
                "sha256": "68300699a8eddfced3a1af96b22f3245a6f0906862a007edcac6e8f484184673"
            },
            "downloads": -1,
            "filename": "lumendb-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb0007584aaac3afaf83e42a45ed19e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3450,
            "upload_time": "2025-02-10T07:33:23",
            "upload_time_iso_8601": "2025-02-10T07:33:23.609835Z",
            "url": "https://files.pythonhosted.org/packages/c3/b7/0d724a4de05852649c6dd18fdb612d769b0cd6f6e59f24a09ca7df53bb17/lumendb-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87d8703f20c2242f11792b1f4edb2c8ae7d7a542585bac5fbc3b697691173ceb",
                "md5": "0460a01372f311f61e57fd82943753ca",
                "sha256": "f24a57dcb312e26d8ba0ed583fc07a313743696e8908b53e17c6c49d405b62f5"
            },
            "downloads": -1,
            "filename": "lumendb-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0460a01372f311f61e57fd82943753ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4609,
            "upload_time": "2025-02-10T07:33:25",
            "upload_time_iso_8601": "2025-02-10T07:33:25.309710Z",
            "url": "https://files.pythonhosted.org/packages/87/d8/703f20c2242f11792b1f4edb2c8ae7d7a542585bac5fbc3b697691173ceb/lumendb-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 07:33:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andrewwade",
    "github_project": "lumendb#readme",
    "github_not_found": true,
    "lcname": "lumendb"
}
        
Elapsed time: 1.84772s