Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
A full open set of Shakespeare's works along with anciallary material, a variety of tools and a python api
Introduction
The Open Shakespeare package provides a full open set of shakespeare's works (often in multiple versions) along with ancillary material, a variety of tools and a python API.
Specifically in addition to the works themselves (often in multiple versions) there is an introduction, a chronology, explanatory notes, a concordance and search facilities.
All material is open source/open knowledge so that anyone can use, redistribute and reuse these materials freely. For exact details of the license under which this package is made available please see COPYING.txt.
Open Shakespeare has been developed under the aegis of the Open Knowledge Foundation (http://www.okfn.org/).
Contact the Project
Please mail info@okfn.org or join the okfn-discuss mailing list:
http://lists.okfn.org/listinfo/okfn-discuss
Installation and Setup
Install shakespeare
using easy_install::
easy_install shakespeare
NB: If you don't have easy_install you can get from here:
http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions
Check out the subversion trunk::
Do::
sudo python setup.py develop
Getting Started
To access most of the main features of Open Shakespeare you need a database. For this an other bits and bobs of configuration you will need a configuration file.
You can make a config file as follows::
paster make-config shakespeare {your-config.ini}
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
[TODO: this should be part of setup-app]
Run::
$ shakespeare-admin db init
Search index. [TODO]
You can start a web server to provide a easy-to-use web interface to the shakespeare material and facilities by doing::
$ paster serve {your-config.ini}
NB: {your-config.ini} should be replaced with the name of the config file you created earlier.
Follow the basic steps above put with an ini file named: development.ini
NB: you'll probably want to change log levels to debug.
$ bin/shakespeare-admin help.
$ nosetests shakespeare
FAQs
A full open set of Shakespeare's works along with anciallary material, a variety of tools and a python api
We found that shakespeare demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.