An encrypted non-linear database based on Pandas
Project description
AnaxDb
An encrypted non-linear database based on Pandas
Install AnaxDb
pip install anax
Getting Started
import anax
Next, bootstrap a new database.
anax.Database(bootstrap=True);
Using the Database
Connect:
anax = anax.Database()
Show tables:
anax.tables()
['users']
Read a table:
anax.read("users")
uid username email password admin
0 54c355db7d3d432ca8bfea093affb501 admin admin@example.com YWRtaW4= True
There is much more to Anax. For examples and explanations click here.
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
anax-1.1.tar.gz
(5.4 kB
view details)
Built Distribution
anax-1.1-py2-none-any.whl
(6.8 kB
view details)
File details
Details for the file anax-1.1.tar.gz
.
File metadata
- Download URL: anax-1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 388c1501b4219be1870530638727e82253f38e5688daa8d8425541c27f0b5bf9 |
|
MD5 | f8bf493d1436e5055bc10b8447dbb6cf |
|
BLAKE2b-256 | 8e3e1c7ecc935d5e03c4743dac9a2876a2e7e8b24b9b718e4b81a7fc3bc1d03f |
File details
Details for the file anax-1.1-py2-none-any.whl
.
File metadata
- Download URL: anax-1.1-py2-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f06818e5187ca4c0b2e1da81c6a6909ef7aac85f6d22cf62680b18771276be1d |
|
MD5 | 7c01b501827e7607cdc44a5d29866310 |
|
BLAKE2b-256 | 4b84db783a001a4a6cccd6a1d1354a05bc47aa5deb0c397f84ae38bf449c57d7 |