Skip to content
Snippets Groups Projects
Select Git revision
  • 114e4d797a852bb3a8916e531ffc1fe3adf8c794
  • develop default protected
  • production protected
  • nixpkgs-upgrade-2025-06-16
  • nixpkgs-upgrade-2024-12-23
  • 190-our-regular-updates-fill-up-the-servers-boot-partitions
  • nixpkgs-upgrade-2024-10-14
  • hro-cloud protected
  • 162.flexible-grafana-module
  • nixpkgs-upgrade-2024-05-13
  • nixpkgs-upgrade-2024-04-22
  • nixpkgs-upgrade-2024-03-25
  • nixpkgs-upgrade-2024-03-18
  • nixpkgs-upgrade-2024-03-11
  • nixpkgs-upgrade-2024-03-04
  • 163.jp-to-ben-for-prod
  • nixpkgs-upgrade-2024-02-26
  • 164.grafana-alert-rules
  • 157.authorize-new-hro-key
  • nixpkgs-upgrade-2024-02-19
  • nixpkgs-upgrade-2024-02-12
21 results

restricted-service.nix

Blame
  • setup.cfg 1.08 KiB
    # Generally describe the project
    [metadata]
    name = Zero-Knowledge Access Pass Authorizer
    version = attr: _zkapauthorizer.__version__
    description = A `Tahoe-LAFS`_ storage-system plugin which authorizes storage operations based on privacy-respecting tokens.
    long_description = file: README.rst, CHANGELOG.rst, LICENSE-2.0.txt
    keywords = tahoe-lafs, storage, privacy, cryptography
    license = Apache 2.0
    classifiers =
        Framework :: Twisted
        Programming Language :: Python :: 3
        Programming Language :: Python :: 3.7
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
    author = PrivateStorage.io, LLC
    maintainer = PrivateStorage.io, LLC
    home-page = https://privatestorage.io/
    author-email = support@privatestorage.io
    platform = POSIX
    
    [options]
    # All of the source is in the src directory.  The weird syntax is defining a
    # dict with a key "" and a value "src".
    package_dir =
        =src
    # Explicitly list our packages because the automatic finder can't deal with
    # the plugins package we want to ship.
    packages =
        _zkapauthorizer
        _zkapauthorizer.tests
        twisted.plugins