A Realtime, No SQL Database
Project description
Firo
-
-
Firo is a small and efficient database system for python programs that eases learning to use a database for begenners at programing
Firo is also very functional and can be used in professional application due to the fact that it is very robust and functional
Version 1.2 is Here └[ò‿‿ó]┘, Release Notes At the bottom
Usage
Below is a simple example that shows how to use Firo
import Firo
con = Firo.Start("data.db")
con.set("msg", "Hello")
print(con.get("msg"))
Installation
There are 2 ways to install this application
Method 1 | Ofline installation
-
Install the latest version of Firo from the releases tab
-
install with this command
$ pip install Firo-1.1.2.whl
Method 2 | Online Installation
- Install The latest version of Firo from PyPi With this command
$ pip install Firo
Version 1.2!!!
-
Added New Update, Version and Finalized Remove Function
-
Created Clear exceptions with error codes
-
Now we use unittest for testing
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Firo-1.2.0.tar.gz.
File metadata
- Download URL: Firo-1.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8227d5cc0ca08b05135c8d245cfbed47983691c0b11351e9aca4ed7fa9fa83f
|
|
| MD5 |
a3c9fd5ffbda0f790fed2392c3792487
|
|
| BLAKE2b-256 |
71f6d4895b0551c3f33c081fa0da127c4941379af66db9db0b6e08a164c86e58
|
File details
Details for the file Firo-1.2.0-py3-none-any.whl.
File metadata
- Download URL: Firo-1.2.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d84b7d1a51996f684d7ec0f0b79e89eb1a00c64d84a1accf53a824fa13be8709
|
|
| MD5 |
b782ccb79521027e5eece0961e453daf
|
|
| BLAKE2b-256 |
f29779d6aa23cc6f0cfcfa06da7425fe4ff12b7ff43465de145169d94c327397
|