Skip to content

EventideSystems/betweeness_centrality_lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Betweenness Centrality Lambda

AWS Lambda package for betweenness centrality calculations, used by the Tool for Systemic Change project.

Copyright © 2023 Emily Humphreys and Eventide Systems Pty Ltd. All rights reserved.

License & Attribution

The function code (lambda_function.py) is licensed under the GNU Affero General Public License, version 3 ("AGPL-3.0"). See the LICENSE file for details. This is in line with the license model used by the Tool for Systemic Change project and is mainly to ensure that any changes made to the code are made available to the public.

The code in the /package/networkx directories is derived from the NetworkX project, and is licensed under the BSD 3-Clause License. See the LICENSE file for details.

The code in the /package/decorator directories is derived from the decorator project, and is licensed under their own terms. See the LICENSE file for details.

About

AWS Lambda package for betweenness centrality calculations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages