This repository has been archived by the owner on May 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
- Loading branch information
1 parent
134c2b7
commit 0a248c3
Showing
6 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ python: | |
- "2.6" | ||
- "2.7" | ||
- "3.3" | ||
# - "3.4" | ||
|
||
install: | ||
- pip install --upgrade pip --use-mirrors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
=================================== | ||
Flask-Registry v0.2.0 is released | ||
=================================== | ||
|
||
Flask-Registry v0.2.0 was released on June 27, 2014. | ||
|
||
About | ||
----- | ||
|
||
Flask-Registry is a Flask extension that allows frameworks to | ||
dynamically assemble Flask application from reusable packages | ||
consisting of blueprints, extensions, and configurations. | ||
|
||
What's new | ||
---------- | ||
|
||
- ListRegistry now fuly behaves as a list. | ||
- DictRegistry now fuly behaves as a dict. | ||
- Fixes issue with app in ModuleAutoDiscoveryRegistry. | ||
- Excludes option for ImportPathRegistry. | ||
- Fixes handling of missing package resource directory. | ||
- Fixes issue in configuration loading. | ||
- Allows removal of registries. | ||
- Fixes ImportError and SyntaxError handling. | ||
- Documentation and code coverage improvements. | ||
- Differentiates between missing and broken modules. | ||
- New BlueprintAutoDiscoveryRegistry. | ||
- New SingletonRegistry. | ||
|
||
Installation | ||
------------ | ||
|
||
$ pip install Flask-Registry | ||
|
||
Documentation | ||
------------- | ||
|
||
http://flask-registry.readthedocs.org/en/v0.2.0 | ||
|
||
Homepage | ||
-------- | ||
|
||
https://github.com/inveniosoftware/flask-registry | ||
|
||
Good luck and thanks for choosing Flask-Registry. | ||
|
||
| Invenio Development Team | ||
| Email: info@invenio-software.org | ||
| IRC: #invenio on irc.freenode.net | ||
| Twitter: http://twitter.com/inveniosoftware | ||
| GitHub: http://github.com/inveniosoftware | ||
| URL: http://invenio-software.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters