firenext


Namefirenext JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/almoaz/PyFireNext
SummaryThis is an offline database library.
upload_time2022-12-16 17:21:19
maintainer
docs_urlNone
authorMahfuz Salehin Moaz
requires_python
licenseMIT
keywords firenext
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FireNext (Python)

FireNext is an offline database library.


## Authors

- [Mahfuz Salehin Moaz](https://www.github.com/almoaz)


## License
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/almoaz/FireNext/blob/master/LICENSE)
    
## Version 
1.2.0

## Installation
```
pip install firenext
```

## About FireNext

FireNext works with two types of offline databases. Table type and Document type. Table type database name "NextTable" and document type database name "NextDatabase".

## NextTable

```
id                  name                   phone 
------------------------------------------------------------
18301               Mithila Mithi          019XXXXXXXX
------------------------------------------------------------
18302               Mahfuz Salehin         017XXXXXXXX
------------------------------------------------------------
18303               Al Moaz                016XXXXXXXX

```

## NextDatabase

```
USER
   |---18301
   |       |---name:Mithila Nisa
   |       |---id:18301
   |       |---phone:019XXXXXXXX
   |---18302
   |       |---name:Mahfuz Salehin
   |       |---id:18302
   |       |---phone:017XXXXXXXX
   |---18303
   |       |---name:Al Moaz
   |       |---id:18303
   |       |---phone:016XXXXXXXX

```


## Documentation

- [NextTable (Python)](https://github.com/almoaz/PyFireNext/blob/master/NextTable.md)
- [NextDatabase (Python)](https://github.com/almoaz/PyFireNext/blob/master/NextDatabase.md)



## Restiction

Please do not use these characters in your documents.
[Click for read](https://github.com/almoaz/PyFireNext/blob/master/Restriction.md)

## Having problems?

Please inform me via email at 'almuaz1998@gmail.com'


## Thanks

- Many thanks' python developers
- Special Thanks to Future Next Developers


Change Log
==========

Version : 1.2.0
Date : (13/12/2022)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/almoaz/PyFireNext",
    "name": "firenext",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "firenext",
    "author": "Mahfuz Salehin Moaz",
    "author_email": "almuaz1998@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ad/0f/6b46fd350bd959a6409b3b3aba40a16f0e7048dd9fe72e9e3a6598363348/firenext-1.2.0.tar.gz",
    "platform": null,
    "description": "# FireNext (Python)\n\nFireNext is an offline database library.\n\n\n## Authors\n\n- [Mahfuz Salehin Moaz](https://www.github.com/almoaz)\n\n\n## License\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/almoaz/FireNext/blob/master/LICENSE)\n    \n## Version \n1.2.0\n\n## Installation\n```\npip install firenext\n```\n\n## About FireNext\n\nFireNext works with two types of offline databases. Table type and Document type. Table type database name \"NextTable\" and document type database name \"NextDatabase\".\n\n## NextTable\n\n```\nid                  name                   phone \n------------------------------------------------------------\n18301               Mithila Mithi          019XXXXXXXX\n------------------------------------------------------------\n18302               Mahfuz Salehin         017XXXXXXXX\n------------------------------------------------------------\n18303               Al Moaz                016XXXXXXXX\n\n```\n\n## NextDatabase\n\n```\nUSER\n   |---18301\n   |       |---name:Mithila Nisa\n   |       |---id:18301\n   |       |---phone:019XXXXXXXX\n   |---18302\n   |       |---name:Mahfuz Salehin\n   |       |---id:18302\n   |       |---phone:017XXXXXXXX\n   |---18303\n   |       |---name:Al Moaz\n   |       |---id:18303\n   |       |---phone:016XXXXXXXX\n\n```\n\n\n## Documentation\n\n- [NextTable (Python)](https://github.com/almoaz/PyFireNext/blob/master/NextTable.md)\n- [NextDatabase (Python)](https://github.com/almoaz/PyFireNext/blob/master/NextDatabase.md)\n\n\n\n## Restiction\n\nPlease do not use these characters in your documents.\n[Click for read](https://github.com/almoaz/PyFireNext/blob/master/Restriction.md)\n\n## Having problems?\n\nPlease inform me via email at 'almuaz1998@gmail.com'\n\n\n## Thanks\n\n- Many thanks' python developers\n- Special Thanks to Future Next Developers\n\n\nChange Log\n==========\n\nVersion : 1.2.0\nDate : (13/12/2022)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is an offline database library.",
    "version": "1.2.0",
    "split_keywords": [
        "firenext"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "120945154af39deaf89fa7083a2f8407",
                "sha256": "8ab521dfcbc5c16b6829dc12312b7f3030e8cd9537681808a80f9cff194d2217"
            },
            "downloads": -1,
            "filename": "firenext-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "120945154af39deaf89fa7083a2f8407",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1616557,
            "upload_time": "2022-12-16T17:21:19",
            "upload_time_iso_8601": "2022-12-16T17:21:19.377780Z",
            "url": "https://files.pythonhosted.org/packages/ad/0f/6b46fd350bd959a6409b3b3aba40a16f0e7048dd9fe72e9e3a6598363348/firenext-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-16 17:21:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "almoaz",
    "github_project": "PyFireNext",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "firenext"
}
        
Elapsed time: 0.03107s