Skip to main content

Tools for generating General Data Anonymity Scores (www.gda-score.org)

Project description

code

This repo holds a variety of tools in support of the GDA Score Project (General Data Anonymity Score Project).

The code here is still very much alpha, and little effort has gone into making it easy for others to install and use.

The primary language is Python, and requires Python3.7 or later. API documentation for some of the tools can be found at https://gda-score.github.io/.

To run

Installing via pip:

  • step 1: $ pip install gda-score-code

  • step 2: if you would like to stick to default configuration then skip this step. otherwise try executing $ gdascore_init in your console to modify the configuration.

  • step 3: use import statements such as the following in your code (see examples in attacks and utility repos):

    from gdascore.gdaAttack import gdaAttack
    from gdascore.gdaScore import gdaScores    
    from gdascore.gdaTools import *  
    from gdascore.gdaQuery import *  
    

How to update package on pip

Please follow the steps below if you are a contributor and want to upload new release of the library on pip.

  1. open pypi.org and create a new account if you don't have.
  2. send us your username to be added as a maintainer of the package on pypi that lets you upload a new release
  3. install twine using: pip install twine
  4. clean build files if there is any by running: python setup.py clean --all and also delete any folder named dist as the setup will create that itself and you won't face vrsion confilict because of past builds anymore.
  5. update the version of package in the file setup.py and increase it. it is not possible to upload same version twice so remember to do that. name parameter should not change. For example:
setuptools.setup(  
    name="gda-score-code",  
    version="2.2.6", # increase it
    author="Paul Francis",
    ...
  )
  1. build the package: python setup.py sdist bdist_wheel
  2. upload to pypi: twine upload dist/*
  3. it will first ask for your username and password and then start uploading.

note: you can always first upload the package into test.pypi.org instead of the main one to try installing it yourself and then upload to the main pypi repository. should you need to do that please refer to : https://packaging.python.org/guides/using-testpypi/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gda-score-code-2.3.3.tar.gz (29.6 kB view details)

Uploaded Source

Built Distribution

gda_score_code-2.3.3-py3-none-any.whl (34.6 kB view details)

Uploaded Python 3

File details

Details for the file gda-score-code-2.3.3.tar.gz.

File metadata

  • Download URL: gda-score-code-2.3.3.tar.gz
  • Upload date:
  • Size: 29.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.9

File hashes

Hashes for gda-score-code-2.3.3.tar.gz
Algorithm Hash digest
SHA256 cd1a072a7b2d1938ffedc0aed86a5700857a25ef922bb6b62add9fe084fcca9f
MD5 ffcb63de694dec9e7eeabb65baf8ed8a
BLAKE2b-256 6831d887e3fbcc98c68b394df1874219647b30f3e1ff03129e90bda9f99e2dc5

See more details on using hashes here.

File details

Details for the file gda_score_code-2.3.3-py3-none-any.whl.

File metadata

  • Download URL: gda_score_code-2.3.3-py3-none-any.whl
  • Upload date:
  • Size: 34.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.9

File hashes

Hashes for gda_score_code-2.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a98ff17f492d22db64f0115d6e67344820c34024428b66259384ac05e8b17af2
MD5 4ea26b40e21fbbb6af5a42c940dd32c0
BLAKE2b-256 6604e684a2ef46049f76a41805ee4ded507c83f23c85b08b1058178fa94987ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page