Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svisser/palabra-meta
Experimentation project with MongoDB
https://github.com/svisser/palabra-meta
Last synced: 5 days ago
JSON representation
Experimentation project with MongoDB
- Host: GitHub
- URL: https://github.com/svisser/palabra-meta
- Owner: svisser
- Created: 2012-05-16T18:52:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-20T14:54:42.000Z (over 12 years ago)
- Last Synced: 2024-10-10T21:44:36.731Z (26 days ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
palabra-meta
============palabra-meta is a command-line program for querying crossword metadata
using MongoDB. This is mainly a project for learning purposes.See also: [Palabra](https://bitbucket.org/svisser/palabra), a desktop crossword editor.
Requirements:
* MongoDB 2.0.5
* PyMongo 2.2Commands
========You can pass main.py the following commands:
* **initialimport [integer]**: This resets the database and creates the given number of crosswords.
* **checkcount**: Computes the total number of checked cells in all crosswords in the database.
A cell is called 'checked' if it is used in both an Across and Down entry.
* **view [integer]**: Displays the grid of crossword with the given identifier (1 ... *n*)
* **wordcount**: Displays the total number of words ordered by word length.