Skip to main content

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

json-queries-0.1.0.tar.gz (23.9 kB view hashes)

Uploaded Source

Built Distribution

json_queries-0.1.0-py3-none-any.whl (25.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page