Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-celery-4.4.7-bp154.1.28 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-celery Distribution: SUSE Linux Enterprise 15 SP4
Version: 4.4.7 Vendor: openSUSE
Release: bp154.1.28 Build date: Mon May 9 11:06:24 2022
Group: Unspecified Build host: lamb20
Size: 3842737 Source RPM: python-celery-4.4.7-bp154.1.28.src.rpm
Packager: https://bugs.opensuse.org
Url: http://celeryproject.org
Summary: Distributed Task Queue module for Python
Celery is an asynchronous task queue/job queue based on distributed
message passing. It is focused on real-time operation, but supports
scheduling as well.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Sep 30 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Use really the upstream tarball
* Tue Sep 29 2020 Hans-Peter Jansen <hpj@urpla.net>
  - Don't update to 5.0.0 because missing dependencies
  - Update to version 4.4.7
    + Add task_received, task_rejected and task_unknown to signals
      module.
    + [ES backend] add 401 as safe for retry.
    + treat internal errors as failure.
    + Remove redis fanout caveats.
    + FIX: -A and --args should behave the same. (#6223)
    + Class-based tasks autoretry (#6233)
    + Preserve order of group results with Redis result backend
      (#6218)
    + Replace future with celery.five Fixes #6250, and reraise to
      include
    + Fix REMAP_SIGTERM=SIGQUIT not working
    + (Fixes#6258) MongoDB: fix for serialization issue (#6259)
    + Make use of ordered sets in Redis opt-in
    + Test, CI, Docker, style and minor doc impovements.
* Fri Jul 10 2020 Matthias Fehring <buschmann23@opensuse.org>
  - since version 4.3 celery depends on cryptography instead of
    PyOpenSSL
* Fri Jul 10 2020 Matthias Fehring <buschmann23@opensuse.org>
  - disable failing minor test test_pytest_celery_marker_registration
    for now
* Thu Jul 09 2020 Matthias Fehring <buschmann23@opensuse.org>
  - Update to 4.4.6:
    * Remove autoscale force_scale methods (#6085).
    * Fix autoscale test
    * Pass ping destination to request
    * chord: merge init options with run options
    * Put back KeyValueStoreBackend.set method without state
    * Added --range-prefix option to celery multi (#6180)
    * Added as_list function to AsyncResult class (#6179)
    * Fix CassandraBackend error in threads or gevent pool (#6147)
    * Kombu 4.6.11
  - Additional changes from 4.4.5:
    * Add missing dependency on future (#6146).
    * ElasticSearch: Retry index if document was deleted between
      index
    * fix windows build
    * Customize the retry interval of chord_unlock tasks
    * fix multi tests in local
  - Additional changes from 4.4.4:
    * Fix autoretry_for with explicit retry (#6138).
    * Kombu 4.6.10
    * Use Django DB max age connection setting (fixes #4116).
    * Add retry on recoverable exception for the backend (#6122).
    * Fix random distribution of jitter for exponential backoff.
    * ElasticSearch: add setting to save meta as json.
    * fix #6136. celery 4.4.3 always trying create /var/run/celery
      directory.
    * Add task_internal_error signal (#6049).
  - Additional changes from 4.4.3:
    * Fix backend utf-8 encoding in s3 backend .
    * Kombu 4.6.9
    * Task class definitions can have retry attributes (#5869)
    * Upgraded pycurl to the latest version that supports wheel.
    * Add uptime to the stats inspect command
    * Fixing issue #6019: unable to use mysql SSL parameters when getting
    * Clean TraceBack to reduce memory leaks for exception task (#6024)
    * exceptions: NotRegistered: fix up language
    * Give up sending a worker-offline message if transport is not
      connected
    * Add Task to __all__ in celery.__init__.py
    * Ensure a single chain object in a chain does not raise
      MaximumRecursion
    * Fix autoscale when prefetch_multiplier is 1
    * Allow start_worker to function without ping task
    * Update celeryd.conf
    * Fix correctly handle configuring the serializer for always_eager
      mode.
    * Remove doubling of prefetch_count increase when
      prefetch_multiplier
    * Fix eager function not returning result after retries
    * return retry result if not throw and is_eager
    * Always requeue while worker lost regardless of the redelivered
      flag
    * Allow relative paths in the filesystem backend (#6070)
    * [Fixed Issue #6017]
    * Avoid race condition due to task duplication.
    * Exceptions must be old-style classes or derived from BaseException
    * Fix windows build (#6104)
    * Add encode to meta task in base.py (#5894)
    * Update time.py to solve the microsecond issues (#5199)
    * Change backend _ensure_not_eager error to warning
    * Add priority support for 'celery.chord_unlock' task (#5766)
    * Change eager retry behaviour
    * Avoid race condition in elasticsearch backend
    * backends base get_many pass READY_STATES arg
    * Add integration tests for Elasticsearch and fix _update
    * feat(backend): Adds cleanup to ArangoDB backend
    * remove jython check
    * fix filesystem backend cannot not be serialized by picked
* Wed May 27 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Thu May 14 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 4.4.2:
    * Various fixes for the 4.4 series
  - Remove no longer needed unpin-pytest.patch
* Fri Jan 24 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 4.4.0
    * Python 3.4 drop
    * Replace deprecated PyMongo methods usage
    * Avoid serializing datetime
    * fixed call for null args
    * Fix termination of asyncloop
    * Python 3.8
    * Fix a race condition when publishing a very large chord header
  - Drop unneeded patch pytest5.patch
  - Reapplied unpin-pytest.patch
* Tue Nov 19 2019 Hans-Peter Jansen <hpj@urpla.net>
  - use %pytest macro
* Wed Jul 31 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Add patch from git to fix build with new pytest:
    * pytest5.patch
* Wed Jul 24 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Add ringdisabled to avoid pulling the test deps in rings to
    keep them from growing too much
* Wed Jul 24 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Switch to multibuild in order to not pull moto everywhere
* Fri Jul 19 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 4.3.0:
    * See the changelog for in-depth details
  - Remove merged patches:
    * python37-1.patch
    * python37-2.patch
    * python37-3.patch
    * disable-pytest-log-capturing.patch
    * celery-no-redis.patch
    * relax-billiard-pin.patch
  - Rebase patch unpin-pytest.patch
* Wed Apr 24 2019 Marketa Calabkova <mcalabkova@suse.com>
  - shelve (used in beat.py) needs python3-dbm for one particular task
* Thu Feb 21 2019 John Vandenberg <jayvdb@gmail.com>
  - Replace no-async.patch with three Python 3.7 patches merged upstream
    python37-1.patch, python37-2.patch & python37-3.patch
  - Replace sed invocation with unpin-pytest.patch for clarity
* Thu Feb 21 2019 John Vandenberg <jayvdb@gmail.com>
  - Add missing dependency on pytz, needed by celery.utils
  - Remove unused build dependency on cl
* Fri Feb 15 2019 John Vandenberg <jayvdb@gmail.com>
  - Add relax-billiard-pin.patch to allow billiard 3.6.0.0
* Thu Jan 31 2019 mcepl@suse.com
  - Add no-async.patch renaming async package to async_tools to
    make package 3.7 compatible.
* Thu Dec 06 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Fix fdupes call
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Aug 16 2018 tchvatal@suse.com
  - Update to 4.2.1:
    * Fix to build with newest kombu
    * Many bugfixes around
  - Add patch to skip test that should not be run:
    * celery-no-redis.patch
* Wed May 02 2018 tchvatal@suse.com
  - Add patch to fix testrun with new pytest:
    * disable-pytest-log-capturing.patch
* Thu Nov 30 2017 tchvatal@suse.com
  - Add missing runtime deps (mostly same as build time ones...)
* Sat Sep 30 2017 arun@gmx.de
  - update to version 4.1.0:
    * Configuration: CELERY_SEND_EVENTS instead of CELERYD_SEND_EVENTS
      for 3.1.x compatibility (#3997)
    * App: Restore behavior so Broadcast queues work. (#3934)
    * Sphinx: Make appstr use standard format (#4134) (#4139)
    * App: Make id, name always accessible from logging.Formatter via
      extra (#3994)
    * Worker: Add worker_shutting_down signal (#3998)
    * PyPy: Support PyPy version 5.8.0 (#4128)
    * Results: Elasticsearch: Fix serializing keys (#3924)
    * Canvas: Deserialize all tasks in a chain (#4015)
    * Systemd: Recover loglevel for ExecStart in systemd config (#4023)
    * Sphinx: Use the Sphinx add_directive_to_domain API. (#4037)
    * App: Pass properties to before_task_publish signal (#4035)
    * Results: Add SSL option for Redis backends (#3831)
    * Beat: celery.schedule.crontab: fix reduce (#3826) (#3827)
    * State: Fix celery issues when using flower REST API
    * Results: Elasticsearch: Fix serializing document id.
    * Beat: Make shallow copy of schedules dictionary
    * Beat: Populate heap when periodic tasks are changed
    * Task: Allow class methods to define tasks (#3952)
    * Platforms: Always return boolean value when checking if signal is
      supported (#3962).
    * Canvas: Avoid duplicating chains in chords (#3779)
    * Canvas: Lookup task only if list has items (#3847)
    * Results: Allow unicode message for exception raised in task
      (#3903)
    * Python3: Support for Python 3.6 (#3904, #3903, #3736)
    * App: Fix retried tasks with expirations (#3790)
    * * Fixes items format route in docs (#3875)
    * Utils: Fix maybe_make_aware (#3850)
    * Task: Fix task ETA issues when timezone is defined in
      configuration (#3867)
    * Concurrency: Consumer does not shutdown properly when embedded in
      gevent application (#3746)
    * Canvas: Fix #3725: Task replaced with group does not complete
      (#3731)
    * Task: Correct order in chains with replaced tasks (#3730)
    * Result: Enable synchronous execution of sub-tasks (#3696)
    * Task: Fix request context for blocking task apply (added hostname)
      (#3716)
    * Utils: Fix task argument handling (#3678) (#3693)
    * Beat: Provide a transparent method to update the Scheduler heap
      (#3721)
    * Beat: Specify default value for pidfile option of celery
      beat. (#3722)
    * Results: Elasticsearch: Stop generating a new field every time
      when a new result is being put (#3708)
    * Requirements
      + Now depends on :ref:`Kombu 4.1.0 <kombu:version-4.1.0>`.
    * Results: Elasticsearch now reuses fields when new results are
      added.
    * Results: Fixed MongoDB integration when using binary encodings
      (Issue #3575).
    * Worker: Making missing "*args" and "kwargs" in Task protocol 1
      return empty value in protocol 2 (Issue #3687).
    * App: Fixed :exc:`TypeError` in AMQP when using deprecated signal
      (Issue #3707).
    * Beat: Added a transparent method to update the scheduler heap.
    * Task: Fixed handling of tasks with keyword arguments on Python 3
      (Issue #3657).
    * Task: Fixed request context for blocking task apply by adding
      missing hostname attribute.
    * Task: Added option to run subtasks synchronously with
      "disable_sync_subtasks" argument.
    * App: Fixed chaining of replaced tasks (Issue #3726).
    * Canvas: Fixed bug where replaced tasks with groups were not
      completing (Issue #3725).
    * Worker: Fixed problem where consumer does not shutdown properly
      when embedded in a gevent application (Issue #3745).
    * Results: Added support for using AWS DynamoDB as a result backend
      (#3736).
    * Testing: Added caching on pip installs.
    * Worker: Prevent consuming queue before ready on startup (Issue
      [#3620]).
    * App: Fixed task ETA issues when timezone is defined in
      configuration (Issue #3753).
    * Utils: "maybe_make_aware" should not modify datetime when it is
      already timezone-aware (Issue #3849).
    * App: Fixed retrying tasks with expirations (Issue #3734).
    * Results: Allow unicode message for exceptions raised in task
      (Issue #3858).
    * Canvas: Fixed :exc:`IndexError` raised when chord has an empty
      header.
    * Canvas: Avoid duplicating chains in chords (Issue #3771).
    * Utils: Allow class methods to define tasks (Issue #3863).
    * Beat: Populate heap when periodic tasks are changed.
    * Results: Added support for Elasticsearch backend options settings.
    * Events: Ensure "Task.as_dict()" works when not all information
      about task is available.
    * Schedules: Fixed pickled crontab schedules to restore properly
      (Issue #3826).
    * Results: Added SSL option for redis backends (Issue #3830).
    * Documentation and examples improvements
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Mon Jul 10 2017 jengelh@inai.de
  - Drop redundant wording from description.
* Tue Jun 27 2017 benoit.monin@gmx.fr
  - update to version 4.0.2:
    * Requirements: Now depends on Kombu 4.0.2.
    * Tasks: Fixed problem with JSON serialization of group (``keys
      must be string`` error, Issue #3688).
    * Worker: Fixed JSON serialization issue when using inspect
      active and friends (Issue #3667).
    * App: Fixed saferef errors when using signals (Issue #3670).
    * Prefork: Fixed bug with pack requiring bytes argument on Python
      2.7.5 and earlier (Issue #3674).
    * Tasks: Saferepr did not handle unicode in bytestrings on Python
      2 (Issue #3676).
    * Testing: Added new celery_worker_paremeters fixture.
    * Tasks: Added new app argument to GroupResult.restore
      (Issue #3669).
    * Tasks: Fixed type checking crash when task takes *args on
      Python 3 (Issue #3678).
    * Documentation and examples improvements
  - additional changes from version 4.0.1:
    * [Security: CELERYSA-0003] Fix Insecure default configuration
    * Tasks: Added new method to register class-based tasks
      (Issue #3615).
    * Tasks: Argument checking now supports keyword-only arguments on
      Python3 (Issue #3658).
    * Tasks: The task-sent event was not being sent even if
      configured to do so (Issue #3646).
    * Worker: Fixed AMQP heartbeat support for eventlet/gevent pools
      (Issue #3649).
    * App: app.conf.humanize() would not work if configuration not
      finalized (Issue #3652).
    * Utils: saferepr attempted to show iterables as lists and
      mappings as dicts.
    * Utils: saferepr did not handle unicode-errors when attempting
      to format bytes on Python 3 (Issue #3610).
    * Utils: saferepr should now properly represent byte strings with
      non-ascii characters (Issue #3600).
    * Results: Fixed bug in elasticsearch where _index method missed
      the body argument (Issue #3606).
    * Canvas: Fixed ValueError in chord with single task header
      (Issue #3608).
    * Task: Ensure class-based task has name prior to registration
      (Issue #3616).
    * Beat: Fixed problem with strings in shelve (Issue #3644).
    * Worker: Fixed KeyError in inspect stats when -O argument set to
      something other than fast or fair (Issue #3621).
    * Task: Retried tasks were no longer sent to the original queue
      (Issue #3622).
    * Worker: Python 3: Fixed None/int type comparison in
      apps/worker.py (Issue #3631).
    * Results: Redis has a new redis_socket_connect_timeout setting.
    * Results: Redis result backend passed the socket_connect_timeout
      argument to UNIX socket based connections by mistake, causing a
      crash.
    * Worker: Fixed missing logo in worker splash screen when running
      on Python 3.x (Issue #3627).
    * Deps: Fixed celery[redis] bundle installation (Issue #3643).
    * Deps: Bundle celery[sqs] now also requires pycurl
      (Issue #3619).
    * Worker: Hard time limits were no longer being respected
      (Issue #3618).
    * Worker: Soft time limit log showed Trues instead of the number
      of seconds.
    * App: registry_cls argument no longer had any effect
      (Issue #3613).
    * Worker: Event producer now uses connection_for_Write
      (Issue #3525).
    * Results: Redis/memcache backends now uses result_expires to
      expire chord counter (Issue #3573).
    * Django: Fixed command for upgrading settings with Django
      (Issue #3563).
    * Testing: Added a celery_parameters test fixture to be able to
      use customized Celery init parameters. (#3626)
    * Documentation improvements
  - additional changes from version 4.0:
    see http://docs.celeryproject.org/en/latest/whatsnew-4.0.html
  - change source url to pythonhosted.org
  - update the BuildRequires for test:
    * remove mock, nose and unittest2
    * add case, pytest and netcfg
  - remove specfile reference to openSUSE 11.1 / SLE11
  - update kombu and billiard required versions
  - remove anyjson Requires, not needed anymore
  - call fdupes to fix duplicate files
* Wed Jan 13 2016 antoine.belvire@laposte.net
  - Update to 3.1.19:
    * Requirements: Now depends on Kombu 3.0.29.
    * Requirements: Now depends on billiard 3.3.0.21.
    * Results: Fixed MongoDB result backend URL parsing problem
      (Issue celery/kombu#375).
    * Worker: Task request now properly sets priority in
      delivery_info.
    * Beat: PyPy shelve may raise KeyError when setting keys (Issue
      [#2862]).
    * Programs: celery beat --deatched now working on PyPy.
    * Results: Redis result backend now ensures all pipelines are
      cleaned up.
    * Results: Redis result backend now allows for timeout to be set
      in the query portion of the result backend URL.
    * Results: result.get now properly handles failures where the
      exception value is set to None (Issue #2560).
    * Prefork pool: Fixed attribute error proc.dead.
    * Worker: Fixed worker hanging when gossip/heartbeat disabled
      (Issue #1847).
    * Results: MongoDB result backend now supports pymongo 3.x (Issue
      [#2744]).
    * Results: RPC/amqp backends did not deserialize exceptions
      properly (Issue #2691).
    * Programs: Fixed problem with celery amqp‘s basic_publish (Issue
      [#2013]).
    * Worker: Embedded beat now properly sets app for thread/process
      (Issue #2594).
    * Documentation: Many improvements and typos fixed.
* Wed Apr 29 2015 benoit.monin@gmx.fr
  - update to version 3.1.18:
    * Requirements: Now depends on Kombu 3.0.25.
    * Requirements: Now depends on billiard 3.3.0.20.
    * Django: Now supports Django 1.8 (Issue #2536).
    * Results: MongoDB result backend now compatible with pymongo 3.0
    * Tasks: Fixed bug only happening when a task has multiple
      callbacks (Issue #2515).
    * Commands: Preload options now support --arg value syntax.
    * Compat: A typo caused celery.log.setup_logging_subsystem to be
      undefined.
    * init scripts: The celerybeat generic init script now uses
      /bin/sh instead of bash (Issue #2496).
    * Django: Fixed a :exc:`TypeError` sometimes occurring in logging
      when validating models.
    * Commands: Worker now supports new --executable argument that
      can be used with --detach.
    * Canvas: Fixed crash in chord unlock fallback task (Issue #2404)
    * Worker: Fixed rare crash occurring with --autoscale enabled
      (Issue #2411).
    * Django: Properly recycle worker Django database connections
      when the Django CONN_MAX_AGE setting is enabled (Issue #2453).
  - additional changes from version 3.1.17:
    * Admonition: Do not enable the CELERYD_FORCE_EXECV setting!
    * Requirements: Now depends on Kombu 3.0.24.
    * Requirements: Now depends on billiard 3.3.0.19.
    * Requirements: celery[librabbitmq] now depends on librabbitmq
      1.6.1.
    * Task: The timing of ETA/countdown tasks were off after the
      example LocalTimezone implementation in the Python
      documentation no longer works in Python 3.4. (Issue #2306).
    * Task: Raising celery.exceptions.Ignore no longer sends
      task-failed event (Issue #2365).
    * Redis result backend: Fixed unbound local errors.
    * Task: Callbacks was not called properly if link was a list of
      signatures (Issuse #2350).
    * Canvas: chain and group now handles json serialized signatures
      (Issue #2076).
    * Results: .join_native() would accidentally treat the STARTED
      state as being ready (Issue #2326).
    * Canvas: The chord_size attribute is now set for all canvas
      primitives, making sure more combinations will work with the
      new_join optimization for Redis (Issue #2339).
    * Task: Fixed problem with app not being properly propagated to
      trace_task in all cases.
    * Worker: Expires from task message now associated with a
      timezone.
    * Cassandra result backend: Fixed problems when using detailed
      mode.
    * Mongodb Result backend: Pickling the backend instance will now
      include the original url (Issue #2347).
    * Task: Exception info was not properly set for tasks raising
      celery.exceptions.Reject (Issue #2043).
    * Worker: Duplicates are now removed when loading the set of
      revoked tasks from the worker state database (Issue #2336).
    * celery.contrib.rdb: Fixed problems with rdb.set_trace calling
      stop from the wrong frame.
    * Canvas: chain and chord can now be immutable.
    * Canvas: chord.apply_async will now keep partial args set in
      self.args (Issue #2299).
    * Results: Small refactoring so that results are decoded the same
      way in all result backends.
    * Logging: The processName format was introduced in Py2.6.2 so
      for compatibility this format is now excluded when using
      earlier versions (Issue #1644).
  - increase required version of python-kombu to 3.0.25
  - increase required version of python-billiard to 3.3.0.20
  - reenable the tests, expect for SLE11. And add -q to avoid
    spamming the build log
  - add the license to package documentation
* Wed Nov 12 2014 oliver.bengs@opensuse.org
  - Update to version 3.1.16
    + Worker: 3.1.15 broke -Ofair behavior (Issue #2286).
    + Canvas: celery.signature now properly forwards app argument in all cases.
    + Task: .retry() did not raise the exception correctly when called without a current exception.
    + Worker: The enable_events remote control command disabled worker-related events by mistake (Issue #2272).
    + Django: Adds support for Django 1.7 class names in INSTALLED_APPS when using app.autodiscover_tasks() (Issue #2248).
    + Redis/Cache Backends: Chords will now run at most once if one or more tasks in the chord are executed multiple times for some reason.

Files

/etc/alternatives/celery
/usr/bin/celery
/usr/bin/celery-3.6
/usr/lib/python3.6/site-packages/celery
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/celery-4.4.7-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/celery/__init__.py
/usr/lib/python3.6/site-packages/celery/__main__.py
/usr/lib/python3.6/site-packages/celery/__pycache__
/usr/lib/python3.6/site-packages/celery/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/_state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/_state.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/beat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/beat.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/bootsteps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/bootsteps.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/canvas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/canvas.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/five.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/five.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/local.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/local.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/platforms.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/platforms.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/result.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/result.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/schedules.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/schedules.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/signals.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/signals.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/states.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/__pycache__/states.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/_state.py
/usr/lib/python3.6/site-packages/celery/app
/usr/lib/python3.6/site-packages/celery/app/__init__.py
/usr/lib/python3.6/site-packages/celery/app/__pycache__
/usr/lib/python3.6/site-packages/celery/app/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/amqp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/amqp.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/annotations.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/annotations.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/autoretry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/autoretry.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/backends.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/backends.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/builtins.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/builtins.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/control.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/control.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/defaults.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/defaults.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/events.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/log.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/registry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/registry.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/routes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/routes.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/task.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/task.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/trace.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/trace.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/app/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/app/amqp.py
/usr/lib/python3.6/site-packages/celery/app/annotations.py
/usr/lib/python3.6/site-packages/celery/app/autoretry.py
/usr/lib/python3.6/site-packages/celery/app/backends.py
/usr/lib/python3.6/site-packages/celery/app/base.py
/usr/lib/python3.6/site-packages/celery/app/builtins.py
/usr/lib/python3.6/site-packages/celery/app/control.py
/usr/lib/python3.6/site-packages/celery/app/defaults.py
/usr/lib/python3.6/site-packages/celery/app/events.py
/usr/lib/python3.6/site-packages/celery/app/log.py
/usr/lib/python3.6/site-packages/celery/app/registry.py
/usr/lib/python3.6/site-packages/celery/app/routes.py
/usr/lib/python3.6/site-packages/celery/app/task.py
/usr/lib/python3.6/site-packages/celery/app/trace.py
/usr/lib/python3.6/site-packages/celery/app/utils.py
/usr/lib/python3.6/site-packages/celery/apps
/usr/lib/python3.6/site-packages/celery/apps/__init__.py
/usr/lib/python3.6/site-packages/celery/apps/__pycache__
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/beat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/beat.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/multi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/multi.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/worker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/apps/__pycache__/worker.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/apps/beat.py
/usr/lib/python3.6/site-packages/celery/apps/multi.py
/usr/lib/python3.6/site-packages/celery/apps/worker.py
/usr/lib/python3.6/site-packages/celery/backends
/usr/lib/python3.6/site-packages/celery/backends/__init__.py
/usr/lib/python3.6/site-packages/celery/backends/__pycache__
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/amqp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/amqp.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/arangodb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/arangodb.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/asynchronous.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/asynchronous.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/azureblockblob.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/azureblockblob.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/cassandra.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/cassandra.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/consul.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/consul.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/cosmosdbsql.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/cosmosdbsql.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/couchbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/couchbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/couchdb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/couchdb.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/dynamodb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/dynamodb.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/elasticsearch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/elasticsearch.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/filesystem.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/filesystem.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/mongodb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/mongodb.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/redis.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/redis.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/riak.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/riak.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/rpc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/rpc.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/s3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/__pycache__/s3.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/amqp.py
/usr/lib/python3.6/site-packages/celery/backends/arangodb.py
/usr/lib/python3.6/site-packages/celery/backends/asynchronous.py
/usr/lib/python3.6/site-packages/celery/backends/azureblockblob.py
/usr/lib/python3.6/site-packages/celery/backends/base.py
/usr/lib/python3.6/site-packages/celery/backends/cache.py
/usr/lib/python3.6/site-packages/celery/backends/cassandra.py
/usr/lib/python3.6/site-packages/celery/backends/consul.py
/usr/lib/python3.6/site-packages/celery/backends/cosmosdbsql.py
/usr/lib/python3.6/site-packages/celery/backends/couchbase.py
/usr/lib/python3.6/site-packages/celery/backends/couchdb.py
/usr/lib/python3.6/site-packages/celery/backends/database
/usr/lib/python3.6/site-packages/celery/backends/database/__init__.py
/usr/lib/python3.6/site-packages/celery/backends/database/__pycache__
/usr/lib/python3.6/site-packages/celery/backends/database/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/database/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/database/__pycache__/models.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/database/__pycache__/models.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/database/__pycache__/session.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/backends/database/__pycache__/session.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/backends/database/models.py
/usr/lib/python3.6/site-packages/celery/backends/database/session.py
/usr/lib/python3.6/site-packages/celery/backends/dynamodb.py
/usr/lib/python3.6/site-packages/celery/backends/elasticsearch.py
/usr/lib/python3.6/site-packages/celery/backends/filesystem.py
/usr/lib/python3.6/site-packages/celery/backends/mongodb.py
/usr/lib/python3.6/site-packages/celery/backends/redis.py
/usr/lib/python3.6/site-packages/celery/backends/riak.py
/usr/lib/python3.6/site-packages/celery/backends/rpc.py
/usr/lib/python3.6/site-packages/celery/backends/s3.py
/usr/lib/python3.6/site-packages/celery/beat.py
/usr/lib/python3.6/site-packages/celery/bin
/usr/lib/python3.6/site-packages/celery/bin/__init__.py
/usr/lib/python3.6/site-packages/celery/bin/__pycache__
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/amqp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/amqp.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/beat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/beat.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/call.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/call.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/celery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/celery.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/celeryd_detach.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/celeryd_detach.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/control.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/control.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/events.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/graph.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/graph.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/list.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/logtool.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/logtool.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/migrate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/migrate.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/multi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/multi.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/purge.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/purge.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/result.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/result.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/upgrade.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/upgrade.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/worker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/bin/__pycache__/worker.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/bin/amqp.py
/usr/lib/python3.6/site-packages/celery/bin/base.py
/usr/lib/python3.6/site-packages/celery/bin/beat.py
/usr/lib/python3.6/site-packages/celery/bin/call.py
/usr/lib/python3.6/site-packages/celery/bin/celery.py
/usr/lib/python3.6/site-packages/celery/bin/celeryd_detach.py
/usr/lib/python3.6/site-packages/celery/bin/control.py
/usr/lib/python3.6/site-packages/celery/bin/events.py
/usr/lib/python3.6/site-packages/celery/bin/graph.py
/usr/lib/python3.6/site-packages/celery/bin/list.py
/usr/lib/python3.6/site-packages/celery/bin/logtool.py
/usr/lib/python3.6/site-packages/celery/bin/migrate.py
/usr/lib/python3.6/site-packages/celery/bin/multi.py
/usr/lib/python3.6/site-packages/celery/bin/purge.py
/usr/lib/python3.6/site-packages/celery/bin/result.py
/usr/lib/python3.6/site-packages/celery/bin/shell.py
/usr/lib/python3.6/site-packages/celery/bin/upgrade.py
/usr/lib/python3.6/site-packages/celery/bin/worker.py
/usr/lib/python3.6/site-packages/celery/bootsteps.py
/usr/lib/python3.6/site-packages/celery/canvas.py
/usr/lib/python3.6/site-packages/celery/concurrency
/usr/lib/python3.6/site-packages/celery/concurrency/__init__.py
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/asynpool.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/asynpool.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/eventlet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/eventlet.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/gevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/gevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/prefork.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/prefork.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/solo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/solo.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/thread.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/__pycache__/thread.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/concurrency/asynpool.py
/usr/lib/python3.6/site-packages/celery/concurrency/base.py
/usr/lib/python3.6/site-packages/celery/concurrency/eventlet.py
/usr/lib/python3.6/site-packages/celery/concurrency/gevent.py
/usr/lib/python3.6/site-packages/celery/concurrency/prefork.py
/usr/lib/python3.6/site-packages/celery/concurrency/solo.py
/usr/lib/python3.6/site-packages/celery/concurrency/thread.py
/usr/lib/python3.6/site-packages/celery/contrib
/usr/lib/python3.6/site-packages/celery/contrib/__init__.py
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/abortable.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/abortable.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/migrate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/migrate.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/pytest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/pytest.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/rdb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/rdb.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/sphinx.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/__pycache__/sphinx.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/abortable.py
/usr/lib/python3.6/site-packages/celery/contrib/migrate.py
/usr/lib/python3.6/site-packages/celery/contrib/pytest.py
/usr/lib/python3.6/site-packages/celery/contrib/rdb.py
/usr/lib/python3.6/site-packages/celery/contrib/sphinx.py
/usr/lib/python3.6/site-packages/celery/contrib/testing
/usr/lib/python3.6/site-packages/celery/contrib/testing/__init__.py
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/app.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/app.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/manager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/manager.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/mocks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/mocks.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/tasks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/tasks.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/worker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/__pycache__/worker.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/contrib/testing/app.py
/usr/lib/python3.6/site-packages/celery/contrib/testing/manager.py
/usr/lib/python3.6/site-packages/celery/contrib/testing/mocks.py
/usr/lib/python3.6/site-packages/celery/contrib/testing/tasks.py
/usr/lib/python3.6/site-packages/celery/contrib/testing/worker.py
/usr/lib/python3.6/site-packages/celery/events
/usr/lib/python3.6/site-packages/celery/events/__init__.py
/usr/lib/python3.6/site-packages/celery/events/__pycache__
/usr/lib/python3.6/site-packages/celery/events/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/cursesmon.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/cursesmon.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/dispatcher.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/dispatcher.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/dumper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/dumper.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/event.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/event.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/receiver.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/receiver.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/snapshot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/snapshot.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/events/__pycache__/state.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/events/cursesmon.py
/usr/lib/python3.6/site-packages/celery/events/dispatcher.py
/usr/lib/python3.6/site-packages/celery/events/dumper.py
/usr/lib/python3.6/site-packages/celery/events/event.py
/usr/lib/python3.6/site-packages/celery/events/receiver.py
/usr/lib/python3.6/site-packages/celery/events/snapshot.py
/usr/lib/python3.6/site-packages/celery/events/state.py
/usr/lib/python3.6/site-packages/celery/exceptions.py
/usr/lib/python3.6/site-packages/celery/five.py
/usr/lib/python3.6/site-packages/celery/fixups
/usr/lib/python3.6/site-packages/celery/fixups/__init__.py
/usr/lib/python3.6/site-packages/celery/fixups/__pycache__
/usr/lib/python3.6/site-packages/celery/fixups/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/fixups/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/fixups/__pycache__/django.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/fixups/__pycache__/django.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/fixups/django.py
/usr/lib/python3.6/site-packages/celery/loaders
/usr/lib/python3.6/site-packages/celery/loaders/__init__.py
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/app.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/app.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/default.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/loaders/__pycache__/default.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/loaders/app.py
/usr/lib/python3.6/site-packages/celery/loaders/base.py
/usr/lib/python3.6/site-packages/celery/loaders/default.py
/usr/lib/python3.6/site-packages/celery/local.py
/usr/lib/python3.6/site-packages/celery/platforms.py
/usr/lib/python3.6/site-packages/celery/result.py
/usr/lib/python3.6/site-packages/celery/schedules.py
/usr/lib/python3.6/site-packages/celery/security
/usr/lib/python3.6/site-packages/celery/security/__init__.py
/usr/lib/python3.6/site-packages/celery/security/__pycache__
/usr/lib/python3.6/site-packages/celery/security/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/certificate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/certificate.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/key.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/key.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/serialization.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/serialization.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/security/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/security/certificate.py
/usr/lib/python3.6/site-packages/celery/security/key.py
/usr/lib/python3.6/site-packages/celery/security/serialization.py
/usr/lib/python3.6/site-packages/celery/security/utils.py
/usr/lib/python3.6/site-packages/celery/signals.py
/usr/lib/python3.6/site-packages/celery/states.py
/usr/lib/python3.6/site-packages/celery/task
/usr/lib/python3.6/site-packages/celery/task/__init__.py
/usr/lib/python3.6/site-packages/celery/task/__pycache__
/usr/lib/python3.6/site-packages/celery/task/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/task/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/task/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/task/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/task/base.py
/usr/lib/python3.6/site-packages/celery/utils
/usr/lib/python3.6/site-packages/celery/utils/__init__.py
/usr/lib/python3.6/site-packages/celery/utils/__pycache__
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/abstract.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/abstract.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/collections.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/collections.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/debug.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/debug.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/deprecated.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/deprecated.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/encoding.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/encoding.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/functional.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/functional.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/graph.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/graph.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/imports.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/imports.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/iso8601.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/iso8601.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/log.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/nodenames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/nodenames.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/objects.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/objects.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/saferepr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/saferepr.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/serialization.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/serialization.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/sysinfo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/sysinfo.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/term.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/term.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/text.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/text.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/threads.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/threads.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/time.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/time.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/timer2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/__pycache__/timer2.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/abstract.py
/usr/lib/python3.6/site-packages/celery/utils/collections.py
/usr/lib/python3.6/site-packages/celery/utils/debug.py
/usr/lib/python3.6/site-packages/celery/utils/deprecated.py
/usr/lib/python3.6/site-packages/celery/utils/dispatch
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__init__.py
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__pycache__
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__pycache__/signal.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__pycache__/signal.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__pycache__/weakref_backports.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/dispatch/__pycache__/weakref_backports.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/dispatch/signal.py
/usr/lib/python3.6/site-packages/celery/utils/dispatch/weakref_backports.py
/usr/lib/python3.6/site-packages/celery/utils/encoding.py
/usr/lib/python3.6/site-packages/celery/utils/functional.py
/usr/lib/python3.6/site-packages/celery/utils/graph.py
/usr/lib/python3.6/site-packages/celery/utils/imports.py
/usr/lib/python3.6/site-packages/celery/utils/iso8601.py
/usr/lib/python3.6/site-packages/celery/utils/log.py
/usr/lib/python3.6/site-packages/celery/utils/nodenames.py
/usr/lib/python3.6/site-packages/celery/utils/objects.py
/usr/lib/python3.6/site-packages/celery/utils/saferepr.py
/usr/lib/python3.6/site-packages/celery/utils/serialization.py
/usr/lib/python3.6/site-packages/celery/utils/static
/usr/lib/python3.6/site-packages/celery/utils/static/__init__.py
/usr/lib/python3.6/site-packages/celery/utils/static/__pycache__
/usr/lib/python3.6/site-packages/celery/utils/static/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/utils/static/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/utils/static/celery_128.png
/usr/lib/python3.6/site-packages/celery/utils/sysinfo.py
/usr/lib/python3.6/site-packages/celery/utils/term.py
/usr/lib/python3.6/site-packages/celery/utils/text.py
/usr/lib/python3.6/site-packages/celery/utils/threads.py
/usr/lib/python3.6/site-packages/celery/utils/time.py
/usr/lib/python3.6/site-packages/celery/utils/timer2.py
/usr/lib/python3.6/site-packages/celery/worker
/usr/lib/python3.6/site-packages/celery/worker/__init__.py
/usr/lib/python3.6/site-packages/celery/worker/__pycache__
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/autoscale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/autoscale.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/components.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/components.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/control.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/control.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/heartbeat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/heartbeat.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/loops.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/loops.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/pidbox.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/pidbox.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/request.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/request.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/state.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/strategy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/strategy.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/worker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/__pycache__/worker.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/autoscale.py
/usr/lib/python3.6/site-packages/celery/worker/components.py
/usr/lib/python3.6/site-packages/celery/worker/consumer
/usr/lib/python3.6/site-packages/celery/worker/consumer/__init__.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/agent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/agent.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/consumer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/consumer.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/control.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/control.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/events.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/gossip.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/gossip.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/heart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/heart.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/mingle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/mingle.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/tasks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/__pycache__/tasks.cpython-36.pyc
/usr/lib/python3.6/site-packages/celery/worker/consumer/agent.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/connection.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/consumer.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/control.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/events.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/gossip.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/heart.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/mingle.py
/usr/lib/python3.6/site-packages/celery/worker/consumer/tasks.py
/usr/lib/python3.6/site-packages/celery/worker/control.py
/usr/lib/python3.6/site-packages/celery/worker/heartbeat.py
/usr/lib/python3.6/site-packages/celery/worker/loops.py
/usr/lib/python3.6/site-packages/celery/worker/pidbox.py
/usr/lib/python3.6/site-packages/celery/worker/request.py
/usr/lib/python3.6/site-packages/celery/worker/state.py
/usr/lib/python3.6/site-packages/celery/worker/strategy.py
/usr/lib/python3.6/site-packages/celery/worker/worker.py
/usr/share/doc/packages/python3-celery
/usr/share/doc/packages/python3-celery/README.rst
/usr/share/doc/packages/python3-celery/TODO
/usr/share/licenses/python3-celery
/usr/share/licenses/python3-celery/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024