Skip to content

ForkLab/crate-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crate

Crate is a PyPI Mirror/Python Package Index that was written to make it easy to discover packages, evaluate them for usefulness, and then install them. Additionally it also focuses on presenting an extremely stable interface to PyPI compatible applications (e.g. pip).

With Crate you should be able to quickly find, evaluate, and install your packages with no worries about if something is going to be down or not.

Discussion

Discussion about crate can take place either in #crate on freenode, on Github Issues, or on the Trello board located at: https://trello.com/board/crate-site/4f1ce86e2309d79e2a0141c3

Technology Stack

Crate.io is built on top of Python using the Django framework. It uses Celery to process its shared tasks, PostgreSQL to store its data, and Redis as its caching layer.

Relation to PyPI

The software that powers Crate.io defaults to PyPI, but can techincally be used with any index that presents the same XMLRPC API.

Crate.io the website currently only mirrors PyPI. All Packages and their associated data come from PyPI. Crate.io provides a reliable place for those packages to be stored and accessed and tries to present a cleaner and more user-friendly interface to that data.

Development

@@@ Todo Write Development Docs

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • JavaScript 1.3%