Translates Django ORM query system to json objects
Project description
json-queries
Allow us to query json objects
contribute
Simply do bash build.sh
executing within docker
docker build -t json-queries .
To build the image
docker run --name json-queries -it json-queries
To run a new container instance of the image
docker start json-queries
To run the container, if it is stopped
docker exec -it json-queries ipython --profile=template
Open an Ipython session in a running container
deleting docker files
docker stop $(docker ps -a -q)
To stop all running containers
docker system prune
To remove all stopped containers and dangling images
docker rm json-queries
docker rmi $(docker images -aq)
utils
docker images -a | tail -n +2 | wc -l
Count the total number of docker images
Project details
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
Hashes for json_queries-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 401a662422e55bcaf981cd63e88a486ca514eb3e0c52536fb2433c5fff88847c |
|
MD5 | ba0b23c97f489325703352c1b19599f4 |
|
BLAKE2b-256 | 7bb7b6bd538c1eb0a9587e3dfcc77089464ba77f5fb846e898d889443b5b380d |